Matt Goyer wrote: > > I've been struggling with this for a week or two now.. > > I'm able to compile mod_webapp on Solaris 8 with GCC 3.0.1 using the > snapshots of mod_webapp and apr from CVS. However I have to modify my > apxs since three values don't get properly set by the apache makefile. > I > So I then try and load my compiled mod_webapp with Apache and get the > following error: > > Syntax error on line 206 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
Argh...! I thought I fixed the mod_webapp to detect this problem before compiling... Could you retry with http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/src/webapp-module-1.0.1-tc401-src.tar.gz The configure should say "Cannot mix gcc and native cc", if not tell me what uname -a tells so I can add it to the check list. The solution is _not_ using gcc with mod_webapp when apache-1.3 was compiled with a native compiler. > > I then pulled apart libgcc.a (as recommend in a post here) and made > libgcc.so and located it in /usr/lib and when I do: > > export LD_PRELOAD=/usr/lib/libgcc.so /usr/local/apache/bin/apachectl > configtest > > I then get: > > Syntax error on line 206 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_table_get: referenced > symbol not found > > What am I missing? > > Can anyone get mod_webapp working on Solaris 8?? If some has.. If you > could post a quick install guide of what you did I'd appreciate that. > > I posted here before and someone talked about setting LD_LIBRARY_PATH > and I tried that too to no avail. > > Matt > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>