Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Erik Melkersson
Hi! Thanks for the reply. Geoff Thorpe wrote: ... The kind of linker error you report usually suggests the code was compiled against one openssl version's headers, but is trying to link against a different openssl version's libraries Yes, I tried to compile it against different

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Sasa STUPAR
I have just succesfully compiled apache 2.0.44 with mod_ssl and openssl 0.9.7 on RH8. First I have compiled openssl then apache and everything works fine. On trick after make install in openssl it doesn't copy headers so you have to manually copy them to your install directory. On 2/7/2003 10:25

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Boulytchev, Vasiliy
This is off the modssl track, but has anyone gotten frontpage extensions working for httpd-2.0.44? 2.0.40 is the supported version, and the install quits if that is not it. Just checking -Original Message- From: Sasa STUPAR [mailto:[EMAIL PROTECTED]] Sent: Friday, February

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread R. DuFresne
are you sure you wish to degrade the security of your apache server with front[age extensions? Frontpage and coldfusion have a nasty security history. Thanks, Ron DuFresne On Fri, 7 Feb 2003, Boulytchev, Vasiliy wrote: This is off the modssl track, but has anyone gotten frontpage

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Geoff Thorpe
Hello, * Erik Melkersson ([EMAIL PROTECTED]) wrote: Geoff Thorpe wrote: ... The kind of linker error you report usually suggests the code was compiled against one openssl version's headers, but is trying to link against a different openssl version's libraries Yes, I tried to compile

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Geoff Thorpe
* Sasa STUPAR ([EMAIL PROTECTED]) wrote: I have just succesfully compiled apache 2.0.44 with mod_ssl and openssl 0.9.7 on RH8. First I have compiled openssl then apache and everything works fine. On trick after make install in openssl it doesn't copy headers so you have to manually copy them

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Sasa STUPAR
No, It doesn't. I have compiled it with prefix /usr/include and openssldir /usr/include/openssl and there are no headers. I haven't noticed it on first but when I wanted to compile apache with mod_ssl it returns an error that it was unable to find headers for ssl. Is there someone else reporting

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Boulytchev, Vasiliy
I walked around the setups, and it works beautifully, the only thing I changed was the ./configure script in /usr/src/apache.blah/ to look in the correct folders for my ssl stuff. -Original Message- From: Sasa STUPAR [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 11:59 AM

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Geoff Thorpe
* Sasa STUPAR ([EMAIL PROTECTED]) wrote: No, It doesn't. I have compiled it with prefix /usr/include and openssldir /usr/include/openssl and there are no headers. I haven't noticed it on first but when I wanted to compile apache with mod_ssl it returns an error that it was unable to find