I believe the makefile is wrong. I had to look at the output of the make command and find a command near the end that was run in the <base>/apache-2.0 dir that was linking mod_webapp.la. I then copies that command, added the -shared flag and changed the output to mod_webapp.so. This worked for me with apache 2.0.32 but not 2.0.28.
----- Original Message ----- From: "John Chan" <[EMAIL PROTECTED]> To: "Tomcat" <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 4:27 PM Subject: mod_webapp with apache 2.0 > Hi, > > I'm trying to build webapp on Red Hat 7.2 to use with Apache 2.0. All > the documentation refers to the output being a .so file but I don't get one. > I get a .o .la .slo and a .lo (which is pointing to the .o file). I took a > look at the make file, and it doesn't make any mention of .so. I also tried > a couple different versions of libtool (shot in the dark) but no go. Not > being very knowledgeable in this matter, is there a problem or is this the > expected output. Thanks. > > John > > > > -- > 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]>