|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2004
/
2004-07
/
RH9 install problem
[
bogus BackEnd dead and resurrect messages / spoke ... ]
[
graphics with zope and pound / "Claus ... ]
RH9 install problem
"Dean Maunder" <deanmaunder(at)telstra.com> |
2004-07-12 07:15:09 |
[ FULL ]
|
Hi,
Im hoping someone can help me with an install of Pound on RH9. I have
installed OpenSSH OK, but I get the following error when trying to make.
gcc -DF_CONF=\"/usr/local/etc/pound.cfg\" -g -O2 -DAEMON -D_REENTRANT
-pthread -Wstrict-prototypes -pipe -c -o pound.o pound.c
In file included from pound.c:183:
pound.h:181:2: #error "Pound needs openssl/ssl.h"
In file included from pound.c:183:
pound.h:347: parse error before "SSL_CTX"
pound.h:347: warning: no semicolon at end of struct or union
pound.h:348: warning: data definition has no type or storage class
pound.h:459: parse error before '*' token
followed by a load of ---
{standard input}: Assembler messages:
{standard input}:153: Error: symbol `__c' is already defined {standard
input}:158: Error: symbol `__c' is already defined {standard input}:164:
Error: symbol `clnt_length' is already defined {standard input}:169: Error:
symbol `__c' is already defined {standard input}:236: Error: symbol `__u' is
already defined {standard input}:242: Error: symbol `__u' is already defined
I initially tried the RPM package, and this looked like it installed, but I
couldn't find the executable. Im a bit new to Linux, so I hope someone can
help.
Regards
Dean.
|
|
|
Re: RH9 install problem
"Simon Matter" <simon.matter(at)ch.sauter-bc.com> |
2004-07-12 07:27:18 |
[ FULL ]
|
> Hi,[...]
You don't need to find the executable, just start it with 'service pound
start'. If you want to see it anyway, it's in /usr/sbin/. If you want it
to start on system boot, do a 'chkconfig pound on'.
Simon
can[...]
|
|
|
RE: RH9 install problem
"Dean Maunder" <deanmaunder(at)telstra.com> |
2004-07-12 07:34:48 |
[ FULL ]
|
Thanks Simon, but the executable isnt in /usr/sbin, Ive tried installing
with both the RPM and the source.
|
|
|
RE: RH9 install problem
"Simon Matter" <simon.matter(at)ch.sauter-bc.com> |
2004-07-12 07:52:55 |
[ FULL ]
|
> Thanks Simon, but the executable isnt in /usr/sbin, Ive tried
installing[...]
If you have my rpm from http://www.invoca.ch/pub/packages/pound/current/,
then it's a source rpm which you have to compile first. Try
rpmbuild --rebuild pound-20040705-1.src.rpm
to get a binary rpm which you can install and run.
|
|
|
RE: RH9 install problem
"Dean Maunder" <deanmaunder(at)telstra.com> |
2004-07-12 08:32:55 |
[ FULL ]
|
Thanks Simon, that fixed it.
[...]
|
|
|
|