This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Good Morning Gilbert, Gilbert Sebenste wrote: > > > First, let me say that a patched version of LDM 5.1.3 by Anne "You Rock!" > Wilson at UNIDATA is now in my hands. It did compile, and there were at > least 4 things that 7.1 didn't like about it. So, I hope this does the > trick for now until some deeper library and other issues can be fully > resolved. > Wow! Thanks for the chuckle! How's you LDM this morning? I wanted to give you a fix in order to get pqutil to build. In pqutil.c add the line #include <time.h>: #ifdef _AIX #include <time.h> #endif #include <time.h> ^^^^^^^^^^^^^^^^^ For some reason the original code works for 7.0. For this reason I have to dig further to decide what to do about it wrt the distribution. But, at least this should get 'ldmadmin watch' working for you. Now, as I understand it, that only leaves you with the problem regarding indexing for the man pages, i.e., permissions on 'makewhatis' and 'catman' not being found. Is that a hindrance for you? Anne -- *************************************************** Anne Wilson UCAR Unidata Program address@hidden P.O. Box 3000 Boulder, CO 80307 ---------------------------------------------------- Unidata WWW server http://www.unidata.ucar.edu/ ****************************************************