dirty hack to solve: 0509-150 Dependent modulelibcrypto.a(libcrypto.so.0.9.7) could not be loaded

Darren Tucker dtucker at zip.com.au
Wed Feb 24 20:58:20 EST 2010


phoebus phoebus wrote:
> Scott,
> 
> I found one solution.
> It's necessary to use:
> 
> export LD_LIBRARY_PATH=/opt/freeware/lib

You can also get the linker to bake that into the binary with -blibpath. 
  It's mentioned in README.platform in the AIX section:

<quote>
If you wish to use dynamic libraries that aren't in the normal system
locations (eg IBM's OpenSSL and zlib packages) then you will need to
define the environment variable blibpath before running configure, eg

blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \
   --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware
</quote>

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
     Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list