Hi, How do I compile Apache with mod_log_config like DSO ???
I compiled Apache like this: ./configure --enable-proxy --enable-rewrite Thank you Ricardo On Mon, Jun 15, 2009 at 10:32 AM, Eric Covener <cove...@gmail.com> wrote: > On Mon, Jun 15, 2009 at 9:18 AM, ricardo > figueiredo<ricardoogra...@gmail.com> wrote: > > Hi, > > > > I gave up !!! It's very difficult !!!! > > > > Now, I would like know: "How do I compile a module built-in ??" > > > > Because, I modified the mod_log_config and compiled (apxs -a -i -c > > mod_log_config.c). After, I started Apache and shows this: > > "httpd: Syntax error on line 56 of /usr/local/apache2/conf/httpd.conf: > > module log_config_module is built-in and can't be loaded". > > > You can't. Rebuild all of Apache with your changes, or rebuild all of > apache so some of your modules are DSO's so they can be replaced. > > -- > Eric Covener > cove...@gmail.com > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Muito Obrigado Ricardo