On Sun, Jul 14, 2019 at 02:10:18PM +0530, Nagasayanam,V.S wrote:
> Sir,
> I had earlier compiled LFS-7.9 a few times and I could install Seamonkey,
> MPlayer etc.
> After some gap, I started LFS-8.4. Now, I am in BLFS. I compiled
> GLib-2.58.3. All programs got installed but the library /usr/lib/glib-2.0
> is not found. I have checked all dependencies. Even a few optional programs
> were installed but GLib-2.0 is not found as complained by upstream programs.
> Out of curiosity, I compiled GLib-2.50.3 from LFS-8.0 and the lGLib-2.0
> library is now available!
> Can I go ahead with this?
> Thanks for help in advance.
> Yours,
> V S Nagasayanam

Looking at my own logs for glib-2.58.3, I see a lot of moaning from
meson, but it all installed ok.  For glib itself (and similarly for
several other libraries it installed) I have

/usr/lib/libglib-2.0.so
/usr/lib/libglib-2.0.so.0
/usr/lib/libglib-2.0.so.0.5800.3

Looking at the pkgconfig file,

prefix=/usr
libdir=${prefix}/lib
includedir=${prefix}/include

bindir=${prefix}/bin
glib_genmarshal=${bindir}/glib-genmarshal
gobject_query=${bindir}/gobject-query
glib_mkenums=${bindir}/glib-mkenums

Name: GLib
Description: C Utility Library
Version: 2.58.3
Requires.private: libpcre >=  8.31
Libs: -L${libdir} -lglib-2.0
Libs.private: -pthread
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include

So, you ought to have all of those from 2.58.3.

Will an older version which used configure and make work ?  That
depends on the minimum versions which the packages using it require.

Unfortunately, the log from 2.58.3's install is not especially
verbose: in my case I can see it installed the library, but no
information on the messy details (e.g. the symlinks).

If it did install the pkgconfig file from 2.58.3, then I suspect
perhaps a problem with symlinks.  But if you have installed an older
version since then, that probably overwrote everything except the
.so.0.5800.3 libraries.  And it certainly overwrote the pkgconfig
file.

ĸen
-- 
This is magic for grown-ups; it has to be hard because we know there's
no such thing as a free goblin.
   -- Pratchett, Stewart & Cohen - The Science of Discworld II
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to