|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-08
/
Issues ./configure-ing on SLED 10
[
Configuring Squid Behind Pound, Before Zope / ... ]
[
Type IP returning same server regardless of TTL / ... ]
Issues ./configure-ing on SLED 10
Jeffrey Brown <jbrown(at)camsys.com> |
2006-08-27 18:12:54 |
[ FULL ]
|
I am trying to install pound 2.1 on Novell SUSE Enterprise Desktop 10
When I run ./configure, I get the following:
flonster:~/Desktop/Pound-2.1 # ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for dlopen in -ldl... yes
checking for socket in -lsocket... no
checking for BIO_new in -lcrypto... no
Missing OpenSSL (-lcrypto) - aborted
OpenSSL is installed:
flonster:~/Desktop/Pound-2.1 # rpm -q openssl
openssl-0.9.8a-18.4
flonster:~/Desktop/Pound-2.1 # which openssl
/usr/bin/openssl
I tried adding --with-ssl=/usr/bin and I get the same error
Searched the archives and google but found nothing that applied to my
situation.
Any help would be appreciated!
--jeff
|
|
|
|
|
Re: [Pound Mailing List] Issues ./configure-ing on SLED 10
Brandon Saxe <brandon20va(at)yahoo.com> |
2006-08-27 19:32:01 |
[ FULL ]
|
Try installing the dev package for openssl
It's probably called something like openssl-dev or libssl-dev
Jeffrey Brown <jbrown(at)camsys.com> wrote: I am trying to install pound
2.1 on Novell SUSE Enterprise Desktop 10
When I run ./configure, I get the following:
flonster:~/Desktop/Pound-2.1 # ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for dlopen in -ldl... yes
checking for socket in -lsocket... no
checking for BIO_new in -lcrypto... no
Missing OpenSSL (-lcrypto) - aborted
OpenSSL is installed:
flonster:~/Desktop/Pound-2.1 # rpm -q openssl
openssl-0.9.8a-18.4
flonster:~/Desktop/Pound-2.1 # which openssl
/usr/bin/openssl
I tried adding --with-ssl=/usr/bin and I get the same error
Searched the archives and google but found nothing that applied to my
situation.
Any help would be appreciated!
--jeff
[...]
|
|
|
|
|
RE: [Pound Mailing List] Issues ./configure-ing on SLED 10
"Sarah Brennan" <sarah.brennan(at)navman.com> |
2006-08-27 22:21:17 |
[ FULL ]
|
On our servers, where the openssl file is (i.e. /usr/bin), is not
actually where ssl is installed.
Try finding the file 'openssl.cnf' and that should be your ssl
installation directory. I believe the default install location for
openssl is /usr/local/ssl or /usr/local/openssl - try checking in there.
Once you've found it use that directory to run the configuration.
E.g. run ./configure --with-ssl=/usr/local/ssl
Hope that helps.
Regards,
Sarah
-----Original Message-----
From: Jeffrey Brown [mailto:jbrown(at)camsys.com]
Sent: Monday, 28 August 2006 4:13 a.m.
To: pound(at)apsis.ch
Subject: [Pound Mailing List] Issues ./configure-ing on SLED 10
I am trying to install pound 2.1 on Novell SUSE Enterprise Desktop 10
When I run ./configure, I get the following:
flonster:~/Desktop/Pound-2.1 # ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for dlopen in -ldl... yes
checking for socket in -lsocket... no
checking for BIO_new in -lcrypto... no
Missing OpenSSL (-lcrypto) - aborted
OpenSSL is installed:
flonster:~/Desktop/Pound-2.1 # rpm -q openssl
openssl-0.9.8a-18.4
flonster:~/Desktop/Pound-2.1 # which openssl
/usr/bin/openssl
I tried adding --with-ssl=/usr/bin and I get the same error
Searched the archives and google but found nothing that applied to my
situation.
Any help would be appreciated!
--jeff
[...]
|
|
|
|