[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1 |
Date: |
Sat, 24 Jan 2015 23:21:05 +0100 (CET) |
From: Jim Ursetto <address@hidden>
Subject: Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1
Date: Sat, 24 Jan 2015 13:26:51 -0600
> Just a thought, weird stuff like this sometimes occurs when one version of
> chicken is installed in a nonstandard location and the other is installed in
> the standard system location, and the local one picks up the wrong libraries.
> Try removing the system package?
>
One could also set LD_DEBUG to list which dynamic libraries are being loaded:
LD_DEBUG=libs chicken-install regex
felix