I don't have the libgcc.so, I have the libgcc_s.so so I used it instead.
When I used that variable now the message says:

Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_webapp.so into server: ld.so.1:
/usr/local/apache/bin/httpd: fatal: relocation error: file
/usr/local/apache/libexec/mod_webapp.so: symbol ap_ctx_get: referenced
symbol not found

The old message was:

Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_webapp.so into server: ld.so.1:
/usr/local/apache/bin/httpd: fatal: relocation error: file
/usr/local/apache/libexec/mod_webapp.so: symbol __lshrdi3: referenced
symbol not found

So am I just missing some libraries? At least there is a change now.

Thank You,

Justin A. Stanczak
Web Manager
Shake Learning Resource Center
Vincennes University
(812)888-5813


                                                                                       
                                
                    [EMAIL PROTECTED]                                            
                                
                    courts.gov                    To:     "Tomcat Users List" 
<[EMAIL PROTECTED]>         
                                                  cc:                                  
                                
                    12/05/2001 12:18 PM           Subject:     Re: Apache + Tomcat 
mod_webapp.so Does anyone have a    
                    Please respond to              solution?                           
                                
                    "Tomcat Users List"                                                
                                
                                                                                       
                                
                                                                                       
                                




Try this

export LD_PRELOAD = /someplace_on_your_system/.../libgcc.so
and subsequently
apachectl configtest






[EMAIL PROTECTED]
12/05/2001 12:08 PM
Please respond to "Tomcat Users List"


        To:     "Tomcat Users List" <[EMAIL PROTECTED]>
        cc:
        Subject:        Re: Apache + Tomcat mod_webapp.so Does anyone have
a solution?



I just tried it again and this is what I get:

# ./apachectl configtest
Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_webapp.so into server: ld.so.1:
/usr/local/apache/bin/httpd: fatal: relocation error: file
/usr/local/apache/libexec/mod_webapp.so: symbol __lshrdi3: referenced
symbol not found



Thank You,

Justin A. Stanczak
Web Manager
Shake Learning Resource Center
Vincennes University
(812)888-5813


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>








--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to