On 06/12/2013 05:34 PM, lux-integ wrote:
> On Wednesday 12 June 2013 16:00:15 Armin K. wrote:
>> If you run "file /usr/lib/libg{object,lib}-2.0.so*", what does it say?
>> (Don't forget the asterisk)
> /usr/lib/libgobject-2.0.so:          symbolic link to
> `libgobject-2.0.so.0.3600.2'
> /usr/lib/libgobject-2.0.so.0:        symbolic link to
> `libgobject-2.0.so.0.3600.2'
> /usr/lib/libgobject-2.0.so.0.3600.2: ELF 64-bit LSB shared object, x86-64,
> version 1 (SYSV), dynamically linked, not stripped
> /usr/lib/libglib-2.0.so:             symbolic link to
> `libglib-2.0.so.0.3600.2'
> /usr/lib/libglib-2.0.so.0:           symbolic link to
> `libglib-2.0.so.0.3600.2'
> /usr/lib/libglib-2.0.so.0.3600.2:    ELF 64-bit LSB shared object, x86-64,
> version 1 (SYSV), dynamically linked, not stripped
>

I see nothing wrong there. It can be that your ldd is part of 32bit 
glibc (was it you that was building multilib CLFS?) and it can't check 
64bit libraries. My practice for multilib LFS (yes LFS) is only to 
install 32bit libraries into /lib32 and/or /usr/lib32 and maybe some 
required executables to /usr/bin with -32 suffix - gio-querymodules-32, 
gdk-pixbuf-query-loaders-32, gtk-query-immodules-2.0-32, 
pango-querymodules-32 and so on. (everything is done using DESTDIR method).

Also, I only install libraries I need, not everything. For example, I 
find Perl libraries, Python libraries, gobject-introspection useless. I 
needed Qt4 and PulseAudio (for Skype), GTK+ (v1) for PSX emulator I 
think, lot of Wine deps (for 32bit Wine since most of Windows apps are 
32bit) and such.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to