Hi everyone
I've been trying this nice piece of CAD software, DraftSight, manual install in /compat/linux. It requres a number of libs not installed by default with linux-f10 installation, all of them available via corresponding linux-f10-$package ports.
But these two are real stumble:
So, the libstdc++ and libc.so.6 installed in /compat/linux don't have these versions of GLIBCXX_3.4.11 and GLIBC_2.11 accordingly (the highest versions each of them supports are GLIBXX_3.4.9 for libstdc++ and GLIBC_2.9 for libc.so.6 accordingly).
Does anybody have any idea of how this could be helped? Except installing Linux to run this one program .
Thanks in advance.
I've been trying this nice piece of CAD software, DraftSight, manual install in /compat/linux. It requres a number of libs not installed by default with linux-f10 installation, all of them available via corresponding linux-f10-$package ports.
But these two are real stumble:
Code:
/compat/linux/opt/dassault-systemes/DraftSight/Linux/DraftSight: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /compat/linux/opt/dassault-systemes/DraftSight/Linux/DraftSight)
/compat/linux/opt/dassault-systemes/DraftSight/Linux/DraftSight: /lib/libc.so.6: version `GLIBC_2.11' not found (required by /compat/linux/opt/dassault-systemes/DraftSight/Linux/../Libraries/libW3dTk.so.1)
Does anybody have any idea of how this could be helped? Except installing Linux to run this one program .
Thanks in advance.