I get a message that there is a syntax error on line 173 of httpd.conf. It says it can't find mod_perl.so. This module is in the modules directory under Apache2. It generates the error and then terminates.
Any suggestions? Thanks, Eldon > On Wed, 12 Jun 2002, Eldon Lewis wrote: > > > Not sure if this is the right place to post. I downloaded the Apache2 with > > modperl support for windows. Unfortunately, it doesn't work because the > > modules are compiled as .so files and under windows they need to be compiled > > as .dll files. Can anyone tell me where the best place to report this is? > > > > Thanks, > > > > Eldon > > That is a bit confusing, but Apache for a little while now > has adopted the convention that the .dll module files are > to have the .so extension, in part to make the unix and > win32 documentation less different. > > When you say it doesn't work, which part doesn't? Does > it not start? Are there any helpful error messages reported? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
