pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46559 (bootstrapping pkgsrc on solaris 10 / sparc64 fails in shells/pdksh)
The following reply was made to PR pkg/46559; it has been noted by GNATS.
From: Tim Zingelman <tez%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/46559 (bootstrapping pkgsrc on solaris 10 / sparc64 fails in
shells/pdksh)
Date: Sat, 9 Jun 2012 11:01:59 -0500
> error from attachment: "ld: fatal: file /usr/sfw/lib/libcrypto.so: wrong =
ELF class: ELFCLASS32"
> =A0From the looks of it, the proper libs might be in=A0/usr/sfw/lib/64
> =A0not every lib in /usr/sfw/lib is mirrored in that directory, but among
> =A0those that are is a libcrypto.so .
You might try something like:
export LD_LIBRARY_PATH_64=3D/usr/sfw/lib/64
or
crle -64 -u -l /usr/sfw/lib/64
(But beware - I don't have the crle manpage in front of me, and the
above is cut-n-paste from google search results)
Home |
Main Index |
Thread Index |
Old Index