Wayne,
I have exactly the same problem on our CentOS boxes. I brought up this
issue couple of months ago, but seems to have been ignored. The problem
is with line#3235 in configure:
CPPFLAGS="${CPPFLAGS} -Wstrict-prototypes -Wno-unused-result -pipe"
Change it to:
CPPFLAGS="${CPPFLAGS} -Wstrict-prototypes -pipe"
Albert
On 10/3/2011 12:05 PM, Wayne Smith wrote:
Dave \ Mike,
Yes I've tried the --with-ssl= option
Like so
./configure --with-ssl=/usr/local/ssl
I built and installed openssl as below
cd /usr/local/src
wget -N http://www.openssl.org/source/openssl-1.0.0c.tar.gz
tar -xzvf openssl-1.0.0e.tar.gz
cd openssl-1.0.0e
./config
make
make install
alias cp=cp
cp /usr/local/ssl/bin/openssl /usr/bin/openssl
cd /usr/local/ssl/include
ln -s /usr/local/ssl/include/openssl openssl
Really appreciate your help.
Regards
Wayne
-----Original Message-----
From: Dave Steinberg [mailto:[email protected]]
Sent: 03 October 2011 16:13
To: [email protected]
Subject: Re: [Pound Mailing List] Install v2.6
On 10/3/2011 11:02 AM, Wayne Smith wrote:
Thanks for this.
At the configure stage, I'm getting an error
Missing OpenSSL (-lcrypto) - aborted
I've built and installed OpenSSL 1.0.0e.
Have you tried the --with-ssl=/path/to/ssl/dir option?
Regards,