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 Wednesday, May 18, 2005 10:50:54 AM -0700 scott rankin <waspswarm@gmail.com> wrote: > Darren ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--On Wednesday, May 18, 2005 10:50:54 AM -0700 scott rankin <waspswarm@gmail.com> wrote: > Darren et.al, > >> Configure may be getting confused by the combination of options, or >> possibly you didn't hit quite the right combination. >> >> Try setting everything explicitly, eg (untested): >> >> $ LD_LIBRARY_PATH=/home/scott/src/openssl-0.9.7e:/usr/lib:/lib >> $ export LD_LIBRARY_PATH >> $ ./configure --prefix=/home/scott \ >> --with-cflags=-I/home/scott/src/openssl-0.9.7e \ >> --with-ldflags=-L/home/scott/src/openssl-0.9.7e >> $ make && make tests > > I tried the above but configure didn't like the -l at the beginning of > cflags. The config.log had a message that ld couldn't find Use a real font in your mail client, or cut-and-paste. Thats -I not -l - SHIFT+i, as in Include. -- Carson _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |