[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] dll question
- Subject: [ale] dll question
- From: joshb at mindspring.com (Josh Bonczkowski)
- Date: Sat, 14 Aug 1999 14:16:21 -0400
Make sure /usr/i486-linux-libc5/lib is listed in /etc/ld.so.conf. If it is
not, add it, and run ldconfig as root.
If it is listed, then I'm not quite sure what to say.
On Sat, 14 Aug 1999, Irv Mullins wrote:
> Hi:
>
> I need a little help from someone in the know:
> I am trying to call some functions in libvga.so, but cannot because I get a
> null handle returned every time.
>
> libvga.so exists, but when I do ldd libvga.so, I get the following message:
> bash-2.02$ ldd libvga.so
> libm.so.5 => not found
>
> Now, libm.so.5 does exist:
> bash-2.02$ locate libm.so.5
> /usr/i486-linux-libc5/lib/libm.so.5
> /usr/i486-linux-libc5/lib/libm.so.5.0.9
>
> Is there some kind of path variable or config file I need to change in order
> for libvga.so to be able to access llibm.so? Or does this require a re-compile?
>
> Lost.
> Irv