Displaying 1 result from an estimated 1 matches for "lmwp2".
Did you mean:
lmtp
2010 Apr 14
7
[Bug 1756] New: 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag
...ReportedBy: sebastian.wenzler at hp.com
Hi there
openssl/1.0.0 installs its libs to <rootdir>/lib64
This is not recognized by openssh.
Though LD_LIBRARY_PATH and LD_RUN_PATH are set to include these,
configure script fails to find the libs unless
--with-cflags="-L/app/openssl/1.0.0/LMWP2/lib64" is used
But this parameter is not passed to all gcc calls and
compilation then fails with
make[1]: Leaving directory
`/local/scratch/openssh-5.4p1/openbsd-compat'
gcc -o ssh-add ssh-add.o -L. -Lopenbsd-compat/
-L/app/openssl/1.0.0/LMWP2 -fstack-protector-all -lssh
-lopenbsd-comp...