--enable-rule=SHARED_CORE is going to make all of your core modules in apache become DSO modules. You shouldn't need to do this. You will need to enable mod_so in apache which will require a re-compile, but you shouldn't need to enable the SHARED_CORE rule.
"Cracauer, David D." wrote: > > I also had a similar problem. You do need to build it from source, but you > also may need to rebuild apache with this added to your config > > --enable-rule=SHARED_CORE > > ..at least I had to. > > -----Original Message----- > From: Denny Chambers [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 30, 2001 3:26 PM > To: Tomcat Users List > Subject: Re: webapp_mod problem > > You will probably need to download the source and built it for your > machine. > > [EMAIL PROTECTED] wrote: > > > > I'm running a Solaris 8 ultra 10 station. It has the Apache 1.3 that comes > > with Solaris 8 installed. I downloaded Tomcat 4.0 and it runs fine. I also > > downloaded > > the webapp_mod for sparc. I added the lines to the httpd.conf file. When I > > did the > > apachectl configtest or apachectl start I get this error: > > > > # ./apachectl start > > Syntax error on line 235 of /etc/apache/httpd.conf: > > Cannot load /usr/apache/libexec/mod_webapp.so into server: ld.so.1: > > /usr/apache/bin/httpd: fatal: relocation error: file > > /usr/apache/libexec/mod_webapp.so: symbol __lshrdi3: referenced symbol not > > found > > ./apachectl start: httpd could not be started > > > > Can someone tell me why this doesn't work, thanks. > > > > -- > > 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]> > > -- > 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]>
