Help with GLIBC_2.2.5

Hello,

I'm having problems when trying to run a program on FreeBSD. Tried to look everywhere for help, but had no success on making it work.

I'm not very familiar with linux compatibilty, but I'm pretty sure it's installed.

This is the error:

Code:
Error: /usr/local/lib/compat/libc.so.6: version GLIBC_2.2.5 required by /usr/lib/libresample.so.1 not defined

Has anyone faced the same problem?

Thank you.
 
Is emulators/linux_base-c6 installed? That should contain the needed library:
Code:
dice@molly:~ % pkg info -l linux_base-c6 | grep libc.so
        /compat/linux/lib/i686/nosegneg/libc.so.6
        /compat/linux/lib/libc.so.6
 
Back
Top