On 6/7/06, Meir Yanovich <[EMAIL PROTECTED]> wrote:

there is something that I don't understand , I try to complie apache 2.2 to
support dynamic loading to .so files ( unix dll )

my compilation/ configuration is as this :

sh -c 'CC="cc" CFLAGS="-g -mt./configure --prefix=/myplace/apache
--enable-mods-shared=most  '

That's fine.


OR

sh -c 'CC="cc" CFLAGS="-g -mt./configure --prefix=/myplace/apache
--enable-modules=most '

That doesn't load any dynamic modules.


OR

sh -c 'CC="cc" CFLAGS="-g -mt./configure --prefix=/myplace/apache
--enable-module=shared'

That doesn't enable anything except the standard modules.




but when I try to comment out for example the mod_dumpio.so  httpd.conf I
getting error from apache like this :

httpd: Syntax error on line 450 of
/myplace/apache/conf/httpd.conf: Cannot load
/myplace/apache/modules/mod_hsf.so into server: ld.so.1:
httpd: fatal: mod_dumpio.so: open failed: No such file or directory

What is mod_hsf?

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to