Hi Kyle,

Thank you very much for information. I dont have any problem upgrading to 
0.9.8k. The problem for us is we have separate product which is dependent on 
openssl. There are 2 versions of this product installed on 2 different unix 
machines. One version is dependent on 0.9.8b and other is dependent on 0.9.8i. 
Now we are trying to migrate the version which is dependent on 0.9.8b to the 
machine which is dependent on 0.9.8i. Confusing and really tricky task for me 
but my bosses instructions the original configurations or installation 
structures should not be disturbed. Now if i solev this openssl problem the 
next is that i have 2 different versions of apache http servers.

Regards,
Srinivas J 

  

-----Original Message-----
>From: Kyle Hamilton <[email protected]>
>Sent: Mar 26, 2009 10:59 PM
>To: [email protected]
>Subject: Re: 答复: How to install 2 instances of openssl on the same machine
>
>Er... no.
>
>If you want to install two separate versions on the same machine, you
>MUST put them in separate --prefixes.
>
>You also need to make sure that each compilation of Apache refers to
>the correct prefix.  (You cannot rely on the system Doing The Right
>Thing, here, you must compile your own.)  Especially if you're using
>the 'shared' option -- that creates shared libraries, which must be
>properly referred to by their own path.
>
>(And why are you not using 0.9.8k?)
>
>-Kyle H
>
>On Thu, Mar 26, 2009 at 7:43 PM, shawnlau <[email protected]> wrote:
>> Just download openssl-0.9.8i.tar.gz, and install it in a folder what defined 
>> all by yourself. Just like /usr/local/openssl, then using the follow 
>> commands:
>> tar -zxvf openssl-0.9.8i.tar.gz
>> cd openssl-0.9.8i
>> ./config --prefix=/usr/local/openssl shared threads
>> make
>> make test
>> (if there have no error information occured)
>> make install
>>
>> OK!
>>
>>
>> -----邮件原件-----
>> 发件人: [email protected] 
>> [mailto:[email protected]] 代表 Srinivas Jonnalagadda
>> 发送时间: 2009年3月26日 21:04
>> 收件人: [email protected]
>> 抄送: [email protected]
>> 主题: How to install 2 instances of openssl on the same machine
>>
>> Hi,
>>
>> I need to have 2 separate installations of apache2 http server refereing to 
>> 2 different versions of openssl. One is using 0.9.8b and the other uses 
>> 0.9.8i. How do i install open ssl in such a scenario. Help is urgently 
>> needed.
>>
>> Thanks in advance,
>>
>> Regards,
>> Srinivas Jonnalagadda
>> ______________________________________________________________________
>> OpenSSL Project                                 http://www.openssl.org
>> User Support Mailing List                    [email protected]
>> Automated List Manager                           [email protected]
>>
>> ______________________________________________________________________
>> OpenSSL Project                                 http://www.openssl.org
>> User Support Mailing List                    [email protected]
>> Automated List Manager                           [email protected]
>>
>______________________________________________________________________
>OpenSSL Project                                 http://www.openssl.org
>User Support Mailing List                    [email protected]
>Automated List Manager                           [email protected]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to