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.
Andrew, Changing the PATH makes sense: Solaris' native grep(1) is non-standard. Well done. > /usr3/ldm/ldm-6.12.14/src% /bin/su root -c 'PATH='$PATH' make root-actions' > Password: > chown root /usr3/ldm/ldm-6.12.14/bin/ldmd > chmod 4755 /usr3/ldm/ldm-6.12.14/bin/ldmd > chown root /usr3/ldm/ldm-6.12.14/bin/hupsyslog > chmod 4755 /usr3/ldm/ldm-6.12.14/bin/hupsyslog > if test -f /usr3/ldm/ldm-6.12.14/bin/noaaportIngester; then \ > chown root /usr3/ldm/ldm-6.12.14/bin/noaaportIngester; \ > chmod 4755 /usr3/ldm/ldm-6.12.14/bin/noaaportIngester; \ > fi > if test -f /usr3/ldm/ldm-6.12.14/bin/dvbs_multicast; then \ > chown root /usr3/ldm/ldm-6.12.14/bin/dvbs_multicast; \ > chmod 4755 /usr3/ldm/ldm-6.12.14/bin/dvbs_multicast; \ > fi > ./ensureSyslogEntry local0 /etc/syslog.conf /usr3/ldm/logs/ldmd.log > grep: illegal option -- F > grep: illegal option -- q > Usage: grep -hblcnsviw pattern file . . . > grep: illegal option -- F > grep: illegal option -- q > Usage: grep -hblcnsviw pattern file . . . > awk: syntax error near line 4 > awk: bailing out near line 4 > *** Error code 2 > make: Fatal error: Command failed for target `ensure-syslog-entry' > > After I added “/usr/xpg4/bin” to my path before “/usr/bin” I was able to > build and install successfully. > > Thanks. > > Sr. Staff Systems Analyst > Universal Weather and Aviation, Inc. > 1150 Gemini St. > Houston, Texas 77058 > > Mobile: (713) 504-2719 > > address@hidden<mailto:address@hidden> Regards, Steve Emmerson Ticket Details =================== Ticket ID: DZH-666268 Department: Support LDM Priority: Normal Status: Closed