|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-03
/
error creating pound executable
[
another ClientCert patch / Sean Gabriel Heacock ... ]
[
Jeffrey Brown is out of the office. / Jeffrey ... ]
error creating pound executable
Tim Vandermyden <timvand62(at)yahoo.com> |
2006-03-30 03:28:58 |
[ FULL ]
|
Hello,
The environment is trustix 3.0, 2.6.16, with the
appropriate modules installed. I have run into the
following error noted below;
root(at)actilx02 ~/Pound-2.0.4# ./configure
--with-ssl=/usr/bin/openssl --with-t_rsa=300
--disable-log --disable-super
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... no
checking for socket in -lsocket... no
checking for BIO_new in -lcrypto... no
Missing OpenSSL (-lcrypto) - aborted
root(at)actilx02 ~/Pound-2.0.4#
root(at)actilx02 ~/Pound-2.0.4# uname -a
Linux actilx02 2.6.16.1-1tr #1 Wed Mar 29 06:18:38 GMT
2006 i686 i686 i386 GNU/Linux
root(at)actilx02 ~/Pound-2.0.4#
I can build it successfully with ./configure only.
With the other options noted about, the "Missing
OpenSSL (-lcrypto) - aborted" error occurs. Any
ideas?
Thanks in advance.
Tim
[...]
|
|
|
Re: [Pound Mailing List] error creating pound executable
Robert Segall <roseg(at)apsis.ch> |
2006-03-30 11:42:44 |
[ FULL ]
|
On Wed, 2006-03-29 at 17:28 -0800, Tim Vandermyden wrote:[...]
Loose the --with-ssl=/usr/bin/openssl I am quite sure that is not a
directory and that you have not installed your libraries there.[...]
|
|
|
Re: [Pound Mailing List] error creating pound executable
Tim Vandermyden <timvand62(at)yahoo.com> |
2006-03-30 19:43:53 |
[ FULL ]
|
Robert,
Thanks for the followup. I changed the path to
/usr/bin and that worked. Openssl is installed and I
incorrectly used the wrong path, works now.
The pound.cfg file, do you have any example files?
Thanks,
Tim
--- Robert Segall <roseg(at)apsis.ch> wrote:
[...]
[...]
|
|
|
Re: [Pound Mailing List] error creating pound executable
Robert Segall <roseg(at)apsis.ch> |
2006-03-31 15:30:06 |
[ FULL ]
|
On Thu, 2006-03-30 at 09:43 -0800, Tim Vandermyden wrote:[...]
Nothing beyond the examples in the man page, the README and the web
page.[...]
|
|
|
RE: [Pound Mailing List] error creating pound executable
Sérgio Freire <sergio-s-freire(at)ptinovacao.pt> |
2006-03-31 15:36:19 |
[ FULL ]
|
Here's one (listens on port, does balancing by http header to two backends
dino-fe1 dino-fe4 at port 80):
LogFacility local2
LogLevel 0
ListenHTTP
Address 0.0.0.0
Port 80
Service
Session
Type HEADER
ID "x-up-calling-line-id"
TTL 300
End
BackEnd
Address dino-fe3
Port 80
End
BackEnd
Address dino-fe4
Port 80
End
End
End
-----Original Message-----
From: Robert Segall [mailto:roseg(at)apsis.ch]
Sent: Friday, March 31, 2006 2:30 PM
To: pound(at)apsis.ch
Subject: Re: [Pound Mailing List] error creating pound executable
On Thu, 2006-03-30 at 09:43 -0800, Tim Vandermyden wrote:[...]
Nothing beyond the examples in the man page, the README and the web
page.[...]
|
|
|
|