Re: Problems when compiling as DSO module (and workaround)

2002-07-16 Thread Guillaume Filion
Hi all, I tried to figure out what caused these two problems, here's what I found. I think that the problem is with apxs, it only gets the CFLAGS configured at Apache's compile time. And they are not right for every module that one will want to add to Apache. Take for example ndbm.h which is

Re: Problems when compiling as DSO module (and workaround)

2002-07-16 Thread Guillaume Filion
Replying to myself (again)... > I think that the problem is with apxs, it only gets the CFLAGS >configured at Apache's compile time. And they are not right for >every module that one will want to add to Apache. > > Take for example ndbm.h which is needed by mod_ssl. When compiling >mod_ssl s

Problems when compiling as DSO module (and workaround)

2002-07-13 Thread Guillaume Filion
Hi all, I'm trying to compile mod_ssl-2.8.10-1.3.26 as a DSO (APXS) module on my Debian box, but I got two problems: First, when doing make, I got: mod_ssl.h:349:18: ndbm.h: No such file or directory This is the same problem as described at http://www.mail-archive.com/modssl-users@modssl.org/ms