On 09-May-2001 [EMAIL PROTECTED] wrote:

> symlink the libc.so.4 to libc.so.3?  ahh, this gets it running. (I 
> don't have a /etc/ld.so.conf . . )
> 
> But shouldn't configure have figured this out?

This isn't a configure problem, this is purely a linker problem! Do you
have somewhere on your system a libc.so.3 (for backward compatibility)?
It seems the linker finds a libc.so which is linked to a libc.so.3 and
then the dynamik library loader wants to load obviously the libc.so.3 as
it was that library the program was compiled with. Have a look at the
link line maybe there is some strange -L path or, hmm, ..., let me guess
try to do a ldd of the xforms library I guess this library is wrong, just
a guess but I'm pretty sure it's the right one!

Greets,

         Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Words must be weighed, not counted.

Reply via email to