some people using my shared library have problems loading it. I already told them to install "gcc-libs" as stated here.
I also told them to compile the shared library themselves, but without luck.
Are there other solutions to this problem?
This is a log file from the program which tries to load the plugin on CentOS6:
[23:16:57] Failed (plugins/RouteConnectorPlugin.so: undefined symbol: _ZN3tbb8internal12NFS_AllocateEjjPv)
[23:16:57] Loading plugin failed: RouteConnectorPlugin.so
The program is open source and located here, it's written in a mix of C and C++ (the program is compiled for x86 only).