make tests failures (agent.sh)

Peter Stuge stuge-openssh-unix-dev at cdy.org
Thu May 19 06:32:38 EST 2005


On Wed, May 18, 2005 at 11:49:22AM -0700, scott rankin wrote:
> LDFLAGS="-Wl,-rpath,/home/scott/src/openssl-0.9.7e"
> [scott at choke openssh-4.0p1]$ export $LDFLAGS

That should probably be export LDFLAGS, without the $.


> [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

The CFLAGS should probably be -I/home/scott/src/openssl-0.9.7e,
rather than -L. -I for include files, -L for libraries.


> and make tests completes with success.

Great that it works!


//Peter




More information about the openssh-unix-dev mailing list