This is a discussion on Re: make tests failures (agent.sh) within the OpenSSH Development forums, part of the Networking and Network Related category; > Hello, > I recently setup a CentOS 4.0 box (a derivative of RH). > > I downloaded a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Hello,
> I recently setup a CentOS 4.0 box (a derivative of RH). > > I downloaded a 4.0p1 tarball of OpenSSH and grabbed OpenSSL 0.9.7e. I > [SNIP] > I then configured OpenSSH. > [SNIP] > $ ./configure --prefix=/home/scott > --with-ssl-dir=/home/scott/src/openssl-0.9.7e > [SNIP] > ssh-add -l via agent fwd proto 2 failed (exit code 0) > /home/scott/src/openssh-4.0p1/ssh: error while loading shared > libraries: libcrypto.so.0.9.7: cannot open shared object file: No such > file or directory > agent fwd proto 2 failed (exit code 0) > [SNIP] > Do I need to specify something else to configure? Yes, run-time library search path. As example for gcc compiler with the GNU ld linker: LDFLAGS='-Wl,-rpath,/home/scott/src/openssl-0.9.7e \ ../configure ... _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |