NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-sparc64/38949
The following reply was made to PR port-sparc64/38949; it has been noted by
GNATS.
From: raymond.meyer%rambler.ru@localhost
To: gnats-bugs%gnats.netbsd.org@localhost
Cc:
Subject: Re: port-sparc64/38949
Date: Thu, 20 Aug 2009 21:04:00 +0100
The reason why 32-bit shared libraries are not found, is because
ld.elf_so does not look under /usr/lib/sparc directory when executing
32-bit binaries. Creating the following file fixes the problem:
ultra10# cat /etc/ld.so.conf
/usr/lib/sparc
/usr/lib/sparc/i18n
/usr/lib/sparc/security
So I guess a proper fix would be to fix the dynamic linker to hardcode
the paths?
Home |
Main Index |
Thread Index |
Old Index