View Single Post
Re: Joebot binaries for metamod (linux)
Old
  (#9)
Artello
Guest
 
Status:
Posts: n/a
Default Re: Joebot binaries for metamod (linux) - 03-02-2004

Quote:
Originally Posted by eAnic

[skip]
and ldd joebot_mm_i586.so brings me this:
libstdc++.so.5 => not found
^^^^^^^^^^^^^^^^^^^
libdl.so.2 => /lib/libdl.so.2 (0x40181000)
libc.so.6 => /lib/libc.so.6 (0x40184000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
So, here is a problem - you have no library libstdc++.so.5 in your system. You need to install apropriate package (this build requires libstdc++3.2).
  
Reply With Quote