Niels,

That did work using both releases and both shells.  I next did the `make 
install` which returned no errors.  However I am getting an error when I try to 
run `snmpd -fLe` which reads:

-bash-3.00$ /usr/local/net-snmp/sbin/snmpd -fLe
ld.so.1: snmpd: fatal: libgcc_s.so.1: open failed: No such file or directory 
Killed -bash-3.00$

I found a file named ld.so.1 in /usr/lib and added it's path to my $PATH 
variable with no change.  I also found the file libgcc_s.so.1 in 
/usr/local/lib, added the path to $PATH and still no luck.  Sooo   
cloooossseee...

Any ideas?

Again your help is/has been much appreciated.


THANKS

Mike Lomax

Principal Systems Engineer,
Advanced Technology Solutions
Office (909) 379-0669
Cell (951) 206-5852
michael.lo...@quadramed.com



Register Now for QuadraMed's 2012 User Group Conference, July 21 - 24, San 
Francisco, CA 
Visit www.portal.quadramed.com/ug12


-----Original Message-----
From: Niels Baggesen [mailto:n...@users.sourceforge.net] 
Sent: Tuesday, June 12, 2012 12:28 PM
To: Lomax, Michael P.
Cc: net-snmp-coders
Subject: Re: Solaris libtool Error on Make

Den 12-06-2012 21:08, Lomax, Michael P. skrev:
> May not be understanding what you are saying but let me see if I can figure 
> it out.

:-)

> My path, as noted at the top of the typescript I sent, is:
>
> $ echo $PATH
> /usr/bin::/usr/local/bin

Right. When compiling you would normally need to have /usr/ccs/bin early in the 
path,to supply ld, as, ar, ranlib, make and others that normally are required 
to compile anything

> And here is the contents of /usr/local/bin which also contains all the items:
>
> -bash-3.00$ pwd
> /usr/local/bin
> -bash-3.00$ ls
> addr2line                        ld.bfd
> ar                               make
> as                               nm

Are these the GNU equivalents? It seems that your gcc is configured to use 
/usr/ccs/bin/ld, and not /usr/local/bin, so I expect that gcc and libtool will 
need that /usr/ccs/bin is ahead of /usr/local/bin in your PATH.

Please try again with PATH=/usr/ccs/bin:$PATH

/Niels

--
Niels Baggesen - @home - Århus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming
CONFIDENTIALITY NOTICE:  This email message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential and 
privileged information.  Any unauthorized review, use, disclosure, or 
distribution is prohibited.  If you are not the intended recipient, please 
contact the sender by reply email and destroy all copies of the original 
message.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to