Re: Linux compaitibility

From: Bruce Burden (brucegb_at_realtime.net)
Date: 03/29/05


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


Relevant Pages

  • Linux compaitibility
    ... I'm trying to run a program under linux compatibility, ... glibc errors, I have the kernel module loaded and I used brandelf -t Linux ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Linux compaitibility
    ... >glibc errors, I have the kernel module loaded and I used brandelf -t Linux ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Converting libfoo.so for linux to freebsd
    ... On Tue, 9 Aug 2005, M. Warner Losh wrote: ... The problem is that when you brandelf a .so file, it dosen't do anything, ... whatever uses it must be brandelf'd and compiled for linux... ... If you can compile whatever needs to use it as linux then brandelf it, ...
    (freebsd-hackers)
  • Re: megamgr on 6.1?
    ... under linux) doesn't help:( ... forgot all about brandelf... ... I get the same error for xterm-color, cons25, vt220, and everything ... BTW on xterm it shows the same message. ...
    (freebsd-stable)
  • Re: megamgr on 6.1?
    ... forgot all about brandelf... ... I get the same error for xterm-color, cons25, vt220, and everything else ... BTW on xterm it shows the same message. ... Oops - I was lacking a linux compat_linux port... ...
    (freebsd-stable)