Replacing -rpath with -Wl,rpath
It has to be -Wl,-rpath, not -Wl,rpath (with the - on rpath too).
All I can say is that after I made that change, the ssl test worked for
me on redhat 7.1 (and so did the ssl functionality :). I can see how
your other changes might be needed in other
The ssl support is much appreciated in wget 1.7. But there is a problem
with the configure support that makes it think ssl can't be used, at
least with gcc 2.95.2 on my redhat 6.2 system:
configure:3660: checking for RSA_new in -lcrypto
configure:3679: gcc -o conftest -g -O2
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
The ssl support is much appreciated in wget 1.7. But there is a problem
with the configure support that makes it think ssl can't be used, at
least with gcc 2.95.2 on my redhat 6.2 system:
Thanks for the report. Unfortunately the SSL test does
On Wed, Jun 06, 2001 at 06:36:26PM +0200, Jan Prikryl wrote:
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
The ssl support is much appreciated in wget 1.7. But there is a problem
with the configure support that makes it think ssl can't be used, at
least with gcc 2.95.2 on my redhat 6.2