GLIBCXX_3.4.11 with emulators/linux_base-f10

Emanuel Haupt ehaupt at FreeBSD.org
Mon Dec 27 15:09:16 UTC 2010


I'm trying to run a linux binary with the 'emulators/linux_base-f10'
base set. Unfortunately it requires GLIBCXX_3.4.11:

# ldd ./CCcam.x86 
./sometool:
./sometool: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./sometool)
./sometool: exit status 1

It seems that I'm only one minor version short:

# strings /compat/linux/usr/lib/libstdc++.so.6 | grep GLIBCXX_3
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10

How hard would it be to get GLIBCXX_3.4.11 support with
'emulators/linux_base-f10'? Is it a simple update or would it require
fundamental changes in the linuxulator?

Emanuel


More information about the freebsd-emulation mailing list