12/29/00 12:36:51 PM, Evelio Martinez <[EMAIL PROTECTED]> wrote:

>
>   I have done it as you told me but  still continues the same. Any idea? 
>     
>
>
>   lista="mod_vhost_alias mod_env mod_log_config mod_mime_magic mod_mime
>   mod_negotiation mod_status mod_info mod_include mod_autoindex mod_dir
>   mod_cgi mod_asis mod_imap mod_actions mod_speling mod_userdir mod_alias
>   mod_rewrite mod_access mod_auth mod_auth_anon mod_auth_dbm mod_digest
>   mod_cern_meta mod_expires mod_headers mod_usertrack mod_unique_id
>   mod_setenvif" 
>
>   for i in $lista 
>   do 
>     /usr/sbin/apxs -o $i.so -DEAPI -DSHARED_CODE -c $i.c 
>   done 
>
>
>   Originally it was generated with: 
>
>   SSL_BASE=../openssl-0.9.6 
>   EAPI_MM=../mm-1.1.3 
>   ./configure --enable-module=ssl \ 
>               --enable-rule=EAPI \ 
>               --enable-module=most \ 
>               --enable-shared=max \ 
>               --with-layout=RedHat 
>
>
>   Regards 
>
>   --
>   Evelio Martínez
>   Testanet. Dept. desarrollo software.
>   Av. Reino de Valencia, 15 - 5
>   46005 Valencia (Spain)
>   Tel: +34 96 395 90 00
>   Fax: +34 96 316 23 19


One thing - what version of apache apsx have you got? I've been sent a letter that it 
must be _new_ aspx 
        - I've used one included in apache1.3.14

second - there is 
        http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/
these are sources of tomcat - if you take it, look at included documentation, 
you will find the way to compile mod_jk with aspx (including all options, problems etc)
- it is called mod_jk-HOWTO. I've taken my command line for compilation  from that 
document

using command for solaris I've compiled modules, copied them instead that compilen 
during instalation 
and it run without a warning 
Each module I replaced - one warning less occured.

Oh, and i've let modssl to configure my apache sources
cd mod(..)
./configure --with-apache=../apache(..) ...



HIH

Wojtek




______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to