Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-06 Thread Geoff Thorpe
Hello, My first guess would be that you have another version of openssl libraries and/or headers installed on your system. 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 l

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 openssl-ver

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 A

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Boulytchev, Vasiliy
, 2003 2:39 AM To: [EMAIL PROTECTED] Subject: Re: Problems compiling mod_ssl with apache 2.0.44 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

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread R. DuFresne
IL PROTECTED] > Subject: Re: Problems compiling mod_ssl with apache 2.0.44 > > > 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 d

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Boulytchev, Vasiliy
ry 07, 2003 2:39 AM > To: [EMAIL PROTECTED] > Subject: Re: Problems compiling mod_ssl with apache 2.0.44 > > > 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

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

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 the

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 th

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Boulytchev, Vasiliy
To: [EMAIL PROTECTED] Subject: Re: Problems compiling mod_ssl with apache 2.0.44 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

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 he

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
I have just got an email from another user of RH8 which has the same problem. I have told him to post it on the list. So looks like there is a problem. Sasa On 2/8/2003 12:48 AM, Geoff Thorpe a écrit: > * Sasa STUPAR ([EMAIL PROTECTED]) wrote: >> No, It doesn't. I have compiled it with prefix /us

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
I have forgot...Original instalation of RH8 has openssl in /usr/include/openssl and there are all the headers. Since this is a version 0.9.6.b I have decided to upgrade. I have made prefix=/usr/include and openssldir=/usr/include/openssl. So after the instalation it put the binary dir to /usr/inclu

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
Ok, I have found the problem. If you want to have files in the same directories as original instalation of RH8 you have to use "./config --prefix=/usr". Sorry for that confusion. It is the distribution which is strange. Sasa On 2/8/2003 10:22 AM, Sasa STUPAR a écrit: > I have forgot...Original in

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Geoff Thorpe
* Sasa STUPAR ([EMAIL PROTECTED]) wrote: > Ok, I have found the problem. If you want to have files in the same > directories as original instalation of RH8 you have to use "./config > --prefix=/usr". Sorry for that confusion. It is the distribution which > is strange. Phew, I was starting to wonde

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
Prior to the instalation I have manually removed old version of Openssl and other dirs from my previous installs and I have no problem...everything works well. Thanks for info. Sasa On 2/8/2003 7:08 PM, Geoff Thorpe a écrit: > * Sasa STUPAR ([EMAIL PROTECTED]) wrote: >> Ok, I have found the prob

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Geoff Thorpe
* Sasa STUPAR ([EMAIL PROTECTED]) wrote: > Prior to the instalation I have manually removed old version of Openssl > and other dirs from my previous installs and I have no > problem...everything works well. Really? I'm surprised, but happy. RH typically build everything with shared-library depende

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-10 Thread John . Airey
> -Original Message- > From: Geoff Thorpe [mailto:[EMAIL PROTECTED]] > Sent: 08 February 2003 18:08 > To: [EMAIL PROTECTED] > Subject: Re: Problems compiling mod_ssl with apache 2.0.44 > > > * Sasa STUPAR ([EMAIL PROTECTED]) wrote: > > Ok, I have found th