All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fred Ollinger <Fred.Ollinger@seescan.com>
To: Nathan Sowatskey <nathan@nathan.to>,
	"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: libQt5Network.so.5 - How does one get that please?
Date: Fri, 5 Feb 2016 16:37:51 +0000	[thread overview]
Message-ID: <1454690157417.180@seescan.com> (raw)
In-Reply-To: <26F7901E-8417-4F1F-B758-088CE182C2D2@nathan.to>

Did you try 

 $ ldd program-name

This should tell you which libraries are missing and where it is looking.

Then you can do:

 $ find / -name libname.so

To find them.

Finally, you can fix your /etc/ld.so.conf with the path to your libs.

Then do

 $ ldconfig # refresh library cache so your libs are found

And you should be able to run your app.

Then, obviously, this can all be put into a bitbake recipe.

Frederick
________________________________________
From: yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> on behalf of Nathan Sowatskey <nathan@nathan.to>
Sent: Friday, February 5, 2016 1:13 AM
To: yocto@yoctoproject.org
Subject: Re: [yocto] libQt5Network.so.5 - How does one get that please?

It turns out that the build is correct, in that the libraries are there, but the test program I am using is not finding them :-/

So, for future reference, at least part what is required to work is correct in my build.

Regards

Nathan

> On 4 Feb 2016, at 17:39, Nathan Sowatskey <nathan@nathan.to> wrote:
>
> Hi
>
> My application has a dependency on libQt5Network.so.5.
>
> I have my build configured here:
>
> https://github.com/DevOps4Networks/iox-yocto-build/tree/master/conf
>
> I expect that some combination of the BBLAYERS and the IMAGE_INSTALL_append should allow me to get that library in my Yocto image.
>
> I am not sure which layer has the qtnetwork recipe in it, as I can’t find that here:
>
> http://layers.openembedded.org/layerindex/branch/master/layers/
>
> Any ideas gratefully received.
>
> Many thanks
>
> Nathan
>
> —
> Nathan John Sowatskey
> Consulting Engineer - Programmable Infrastructure, DevOps, IoT and SDN
> nathan@nathan.to
> www.linkedin.com/in/nathandevops
> XMPP: nathandotto@im.koderoot.net
> Google: nathanjohnsowatskey@gmail.com
> Skype: nathan_sowatskey
> Twitter: NathanDotTo
> GitHub: https://github.com/DevOps4Networks
> http://www.kipling.org.uk/poems_if.htm
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


      reply	other threads:[~2016-02-05 16:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-04 16:39 libQt5Network.so.5 - How does one get that please? Nathan Sowatskey
2016-02-05  9:13 ` Nathan Sowatskey
2016-02-05 16:37   ` Fred Ollinger [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=1454690157417.180@seescan.com \
    --to=fred.ollinger@seescan.com \
    --cc=nathan@nathan.to \
    --cc=yocto@yoctoproject.org \
    /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.