chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Bug in chicken-2.636


From: Zbigniew
Subject: Re: [Chicken-users] Bug in chicken-2.636
Date: Sat, 1 Sep 2007 12:06:46 -0500

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.

On 9/1/07, felix winkelmann <address@hidden> wrote:
> On 8/30/07, Benedikt Rosenau <address@hidden> wrote:
> > Hi Mario,
> >
> > > Try
> > > $ LD_LIBRARY_PATH=/path/to/chicken-prefix/lib csi
> >
> > Thank you, I knew. What I meant is that this should be done
> > in the setup/install scripts as it was done before. I think
> > it is better when a system does run after installation, and
> > that the fact is tested. I hope I do not get on anybody's
> > nerves with this.
>
> HI!
>
> 1. Remove any previous chicken version from your system
> 2. Get the 2.637 snapshot, unpack, build, install
>
> If that doesn't give you a working chicken, wait until a fixed version
> is available.
>
>
> cheers,
> felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]