On 9/1/07, Zbigniew <[EMAIL PROTECTED]> wrote: > Hi Felix, > > Although I haven't been able to track this down (compilation works for > me), this is the output for Benedikt's ldd: > > $ ldd `which csi` > linux-gate.so.1 => (0xffffe000) > libchicken.0 => not found > libdl.so.2 => /lib/libdl.so.2 (0xb7f75000) > libm.so.6 => /lib/libm.so.6 (0xb7f4f000) > libc.so.6 => /lib/libc.so.6 (0xb7e21000) > /lib/ld-linux.so.2 (0xb7f9c000) > > The libchicken.0 seems very odd (I expect libchicken.so.0). > Furthermore, he has /usr/local/lib in /etc/ld.so.conf, so setting > LD_LIBRARY_PATH=/usr/local/lib should have absolutely no effect. Yet > that seems to fix the problem. >
I assume some build broke there. Or probably some leftovers from old installs. Removing remnants like this and installing from scratch should help in any case. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
