Subject: Re: [htdig] getfpucw
From: Torsten Neuer (tneuer@inwise.de)
Date: Wed Sep 13 2000 - 07:10:56 PDT
Adam Rabinowitz wrote:
>
> > > /usr/bin/ld: warning: libm.so.5, needed by /usr/lib/libstdc++.so, may
> > > conflict with libm.so.6
> > > /lib/libm.so.5: warning: erfcl is not implemented and will always fail
>
> Is there a command that I can run that will tell me the version of libc/libm
> and libstdc++ that my host is running? I need to determine if your belief is
> the case before I proceed.
Well.. there is ls(1), but that does not really tell anything about
what libs are used by which programs. You can only use it to check
which versions of libc/libm/libstdc++ are present in your system's
library path.
To check which libraries get referenced by a program or another library,
you could use
% strings the_file | grep "\.so"
Did you try linking htdig manually using static libraries?
This could also fix things, although it might not be optimal.
hth,
Torsten
-- InWise - Wirtschaftlich-Wissenschaftlicher Internet Service GmbH Waldhofstraße 14 Tel: +49-4101-403605 D-25474 Ellerbek Fax: +49-4101-403606 E-Mail: info@inwise.de Internet: http://www.inwise.de------------------------------------ To unsubscribe from the htdig mailing list, send a message to htdig-unsubscribe@htdig.org You will receive a message to confirm this. List archives: <http://www.htdig.org/mail/menu.html> FAQ: <http://www.htdig.org/FAQ.html>
This archive was generated by hypermail 2b28 : Wed Sep 13 2000 - 07:13:35 PDT