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.
Gabe, >Date: Tue, 25 Oct 2005 12:31:56 -0400 (EDT) >From: Gabe Langbauer <address@hidden> >Organization: Ohio State University >To: Steve Emmerson <address@hidden> >Subject: Re: "ldmadmin mkqueue" failed (was: I broke ldm again!) The above message contained the following: > So, if the pqcreate(1) utility isn't in $HOME/bin does that mean I have to > reinstall ldm or would there be a quicker way to do this? Which of the above options would be quicker depends in the intimate details of your LDM installation. And it would probably take longer to communicate those details to me than to simply reinstall the LDM package. Assuming that you have a standard LDM installation (with all the symbolic links in the LDM user's home directory) then I suggest reinstalling the LDM package: 1. Become the LDM user in that user's home directory. 2. Drop into the "src" subdirectory. 3. Execute the command "make clean". 4. Execute the command "make". Simultaneously redirect both the standard output and standard error streams to the file "make.log". 5. Execute the command "ldmadmin stop". 6. Execute the command "make install". Simultaneously redirect both the standard output and standard error streams to the file "install.log". 7. As root in the same directory, execute the command "make install-setuids". 8. Execute the command "ldmadmin start". Regards, Steve Emmerson