/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-12 / Openssl problem when install pound

[ << ] [ >> ]

[ pound / PURGE-Method / mediawiki / php / Sven ... ] [ Pounds with multiple https servers / "Gerard ... ]

Openssl problem when install pound
"Rong, Xing" <xrong(at)televigation.cn>
2005-12-20 12:02:14 [ FULL ]
发件人: Rong, Xing 
发送时间: Tuesday, December 20, 2005 6:33 PM
收件人: 'pound(at)apsis.ch'
主题: Openssl problem when install pound

 

Hi 

 

Does anyone can tell me what is the compatible version of openssl? I am using
redhat es3 to install pound and got the following error

 

 

[root(at)localhost Pound-1.9]# make install

cc -DF_CONF=\"/usr/local/etc/pound.cfg\" -g -O2 -pthread -DAEMON -DUPER
-DNEED_STACK -I/usr/local/ssl/include  -D_REENTRANT -D_THREAD_SAFE
-Wstrict-prototypes -pipe   -c -o pound.o pound.c

In file included from pound.c:222:

pound.h:183:2: #error "Pound requires OpenSSL with thread support"

make: *** [pound.o] Error 1

[root(at)localhost Pound-1.9]#

 

Thanks!

 

Best Regards

Rong xing
Attachments:  
text.html text/html 6020 Bytes

Re: [Pound Mailing List] Openssl problem when install pound
Robert Segall <roseg(at)apsis.ch>
2005-12-20 14:58:22 [ FULL ]
On Tue, 2005-12-20 at 19:02 +0800, Rong, Xing wrote:[...]

Exactly as the error message says, you need OpenSSL compiled with
support for threads. Note that this is a compile-time option - the
library can be compiled with or without it.

I am surprised RH ES3 comes without it - all Linux distributions I ever
saw (including RH) come with threads support. Could it be you did not
install openssl-dev and thus no header files were found?

At worst you'll need to compile your own OpenSSL library and link
against it. Perhaps someone more knowledgeable on ES3 could comment on
this?[...]

Re: [Pound Mailing List] Openssl problem when install pound
"Simon Matter" <simon.matter(at)ch.sauter-bc.com>
2005-12-20 15:57:44 [ FULL ]
> On Tue, 2005-12-20 at 19:02 +0800, Rong, Xing wrote:[...][...]

There is no RH Linux with openssl without threads support.
Please use my rpms which will tell you to install openssl-devel at build
time.
http://www.invoca.ch/pub/packages/pound/

And if possible, try the beta release to help testing.
I'm running it in production and it works very well.

Have fun
Simon

MailBoxer