All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Nelson, Sam" <sam.nelson@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: Help needed: Issues wtih applications using shared library
Date: Thu, 25 Jul 2013 16:31:35 -0400	[thread overview]
Message-ID: <20130725203134.GE2222@edge> (raw)
In-Reply-To: <4F9216F96E5DF9428610502835A9F4905493CA66@DLEE11.ent.ti.com>

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


      reply	other threads:[~2013-07-25 20:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-25 16:45 Help needed: Issues wtih applications using shared library Nelson, Sam
2013-07-25 20:31 ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130725203134.GE2222@edge \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=sam.nelson@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.