Re:Re: how to add mod_session_crypto into apache

2010-11-25 Thread whut_jia
At 2010-11-25 18:05:55,"Rainer Jung" wrote: >On 25.11.2010 03:30, whut_jia wrote: >> At 2010-11-24 22:15:43,"Rainer Jung" wrote: >> >>> On 24.11.2010 13:57, whut_jia wrote: Hi, I want to add mod_session_crypto into my apache server, so I run this command below for configuring t

Re: how to add mod_session_crypto into apache

2010-11-25 Thread whut_jia
At 2010-11-25 18:05:55,"Rainer Jung" wrote: >On 25.11.2010 03:30, whut_jia wrote: >> At 2010-11-24 22:15:43,"Rainer Jung" wrote: >> >>> On 24.11.2010 13:57, whut_jia wrote: Hi, I want to add mod_session_crypto into my apache server, so I run this command below for configuring th

Re: how to add mod_session_crypto into apache

2010-11-25 Thread Rainer Jung
On 25.11.2010 03:30, whut_jia wrote: At 2010-11-24 22:15:43,"Rainer Jung" wrote: On 24.11.2010 13:57, whut_jia wrote: Hi, I want to add mod_session_crypto into my apache server, so I run this command below for configuring the source tree: ./configur --prefix=/usr/local/apache2.3 --with-apr=

Re:Re: how to add mod_session_crypto into apache

2010-11-24 Thread whut_jia
At 2010-11-24 22:15:43,"Rainer Jung" wrote: >On 24.11.2010 13:57, whut_jia wrote: >> Hi, >> I want to add mod_session_crypto into my apache server, so I run this >> command below for configuring the source tree: >> ./configur --prefix=/usr/local/apache2.3 --with-apr=/usr/local/apr >> --wi

Re: how to add mod_session_crypto into apache

2010-11-24 Thread Rainer Jung
On 24.11.2010 13:57, whut_jia wrote: Hi, I want to add mod_session_crypto into my apache server, so I run this command below for configuring the source tree: ./configur --prefix=/usr/local/apache2.3 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr --enable-mods-shared="all session_cr

how to add mod_session_crypto into apache

2010-11-24 Thread whut_jia
Hi, I want to add mod_session_crypto into my apache server, so I run this command below for configuring the source tree: ./configur --prefix=/usr/local/apache2.3 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr --enable-mods-shared="all session_crypto" But there are always these errors