Re: Linux compaitibility
From: Bruce Burden (brucegb_at_realtime.net)
Date: 03/29/05
- Next message: Madhusudan Singh: "Re: mod_proxy on apache2"
- Previous message: Steve Kargl: "Re: Linux compaitibility"
- In reply to: Nathan Grant: "Linux compaitibility"
- Next in thread: Timothy J. Lee: "Re: Linux compaitibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Mar 2005 03:21:57 GMT
Nathan Grant <no@tunasandwich.net> wrote:
: I'm trying to run a program under linux compatibility, and it's giving me
: glibc errors, I have the kernel module loaded and I used brandelf -t Linux
: "filename", but I'm still getting errors about libc and libpthread
:
: $ brandelf -t Linux kaid
: $ ./kaid
: ./kaid: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ./kaid)
: ./kaid: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by
: ./kaid)
: ./kaid: /lib/libc.so.6: version `GLIBC_2.3' not found (required by
: /usr/lib/libstdc++.so.5)
:
You can either go and find the libraries mentioned, or
you can create a softlink to the current libraries using the
versions called for above.
The former would be best, the latter would at least show
the program works.
Bruce
--
------------------------------------------------------------------------
"I like bad!" Bruce Burden Austin, TX.
- Thuganlitha
The Power and the Prophet
Robert Don Hughes
- Next message: Madhusudan Singh: "Re: mod_proxy on apache2"
- Previous message: Steve Kargl: "Re: Linux compaitibility"
- In reply to: Nathan Grant: "Linux compaitibility"
- Next in thread: Timothy J. Lee: "Re: Linux compaitibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|