This is a discussion on Re: make tests failures (agent.sh) within the OpenSSH Development forums, part of the Networking and Network Related category; On Wed, May 18, 2005 at 11:49:22AM -0700, scott rankin wrote: > LDFLAGS="-Wl,-rpath,/home/scott/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, May 18, 2005 at 11:49:22AM -0700, scott rankin wrote:
> LDFLAGS="-Wl,-rpath,/home/scott/src/openssl-0.9.7e" > [scott@choke openssh-4.0p1]$ export $LDFLAGS That should probably be export LDFLAGS, without the $. > [scott@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 _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |