[opensuse-packaging] A program cannot find the linked library in runtime

Hi! I have the following problem: a program builds well, it is linked, automatically found dependencies and so on. When installing the package it automatically installs the libraries with which it was built. But when trying to run it is says: error while loading shared libraries: libqwtplot3d.so.0: cannot open shared object file: No such file or directory The library actually exists in the system. What should I do? -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org

On Sat, Feb 26, 2011 at 10:24 PM, Ilya Chernykh <neptunia@mail.ru> wrote:
Hi!
I have the following problem: a program builds well, it is linked, automatically found dependencies and so on. When installing the package it automatically installs the libraries with which it was built. But when trying to run it is says: error while loading shared libraries: libqwtplot3d.so.0: cannot open shared object file: No such file or directory
The library actually exists in the system. What should I do?
Is this library installed by the package iself ? if so, did you run ldconfig ? if not, is this library dlopen()'ed by the application ? -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Cristian Rodríguez
-
Ilya Chernykh