On Mon, 10 Mar 2008, Matthias Klose wrote:
> Package: dpkg-dev
> 
> dpkg-gensymbols doesn't look for libraries in /emul/ia32-linux/
> current workaround is to keep libraries in /lib32 and /usr/lib32, run
> dpkg-gensymbols and then move those to /emul/ia32-linux/.

I'm sorry, you'll have to prove your point because that's not right AFAIK.

dpkg-gensymbols uses the array @librarypath coming from
/usr/share/perl5/Dpkg/Shlibs.pm and it includes:

use constant DEFAULT_LIBRARY_PATH =>
    qw(/lib /usr/lib /lib32 /usr/lib32 /lib64 /usr/lib64
       /emul/ia32-linux/lib /emul/ia32-linux/usr/lib);
our @librarypaths = (DEFAULT_LIBRARY_PATH);

Or maybe /emul/ia32-linux/ contains directly the libraries and doesn't contain
sub-directories?

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/


Reply via email to