Ubuntu 12.04 中的动态链接问题

Ubuntu 12.04 中的动态链接问题

我正在尝试运行一个程序,但它给出了以下错误消息:

./randomgrowth: error while loading shared libraries: libOpenMeshCore.so.3.3: cannot open shared object file: No such file or directory

文件 libOpenMeshCore.so.3.3 与 randomgrowth 位于同一文件夹中,并且似乎是使用相同的架构进行编译的。

file libOpenMeshCore.so.3.3 
libOpenMeshCore.so.3.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xa667b49dfa84b046d03db61729274cad7e0b1c39, not stripped
file randomgrowth
randomgrowth: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0xeb1031feb0013589b9ae3c5e5a234b15766ea2b9, not stripped

这个问题让我很困惑。知道哪里出了问题吗?

相关内容