* Help needed: Issues wtih applications using shared library
@ 2013-07-25 16:45 Nelson, Sam
2013-07-25 20:31 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Nelson, Sam @ 2013-07-25 16:45 UTC (permalink / raw)
To: meta-arago@arago-project.org
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
Hello All,
We are running into issues with application running shared application looking for the *.so file.
The file system only has the *.so.1, *.so.1.0 files. ( with the major and minor versions).
netfpproxy.out -p /usr/lib/netfp_proxy/plugins/netfpproxy_plugin.so -d 10 -v
netfpproxy.out: error while loading shared libraries: libnl-xfrm.so: cannot open shared object file: No such file o
r directory
I am pretty new to this. Any ideas on what may be wrong here is appreciated?
With regards,
Sam
[-- Attachment #2: Type: text/html, Size: 2506 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Help needed: Issues wtih applications using shared library
2013-07-25 16:45 Help needed: Issues wtih applications using shared library Nelson, Sam
@ 2013-07-25 20:31 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2013-07-25 20:31 UTC (permalink / raw)
To: Nelson, Sam; +Cc: meta-arago@arago-project.org
On Thu, Jul 25, 2013 at 04:45:55PM +0000, Nelson, Sam wrote:
> Hello All,
> We are running into issues with application running shared application looking for the *.so file.
> The file system only has the *.so.1, *.so.1.0 files. ( with the major and minor versions).
>
> netfpproxy.out -p /usr/lib/netfp_proxy/plugins/netfpproxy_plugin.so -d 10 -v
> netfpproxy.out: error while loading shared libraries: libnl-xfrm.so: cannot open shared object file: No such file o
> r directory
>
> I am pretty new to this. Any ideas on what may be wrong here is appreciated?
> With regards,
Sam,
Looks like something was not built properly. Most probably, at the time of
compiling/linking, there was only .so of the library available, and not
corresponding .so.X and/or .so.X.Y and the linker ended up hardcoding the
version-less library dependency in the app binary.
--
Denys
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-25 20:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 16:45 Help needed: Issues wtih applications using shared library Nelson, Sam
2013-07-25 20:31 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.