make tests failures (agent.sh)
scott rankin
waspswarm at gmail.com
Thu May 19 04:49:22 EST 2005
Sorry to reply to my own post.
> [scott at choke openssh-4.0p1]$ echo $LDFLAGS
>
> [scott at choke openssh-4.0p1]$
>
So I followed Roumen's suggestion first,
[scott at choke openssh-4.0p1]$
LDFLAGS="-Wl,-rpath,/home/scott/src/openssl-0.9.7e"
[scott at choke openssh-4.0p1]$ export $LDFLAGS
follwed by the earlier step of setting LD_LIBRARY_PATH,
[scott at choke openssh-4.0p1]$ echo $LDFLAGS
-Wl,-rpath,/home/scott/src/openssl-0.9.7e [scott at choke openssh-4.0p1]$
echo $LD_LIBRARY_PATH
/home/scott/src/openssl-0.9.7e:/usr/lib:lib
[scott at choke openssh-4.0p1]$
followed by configure,
[scott at choke openssh-4.0p1]$ ./configure --prefix=$HOME
--with-ssl-dir=/home/scott/src/openssl-0.9.7e
--with-cflags=-L/home/scott/src/openssl-0.9.7e
--with-ldflags=-L/home/scott/src/openssl-0.9.7e
and make tests completes with success.
Thanks for all the suggestions.
cheers,
scott
More information about the openssh-unix-dev
mailing list