Re: [EMAIL PROTECTED] [module] how do I compile a module?

2007-09-19 Thread Nick Kew
On Tue, 18 Sep 2007 21:27:41 -0400 Andrew WC Brown [EMAIL PROTECTED] wrote: I'm running OS X.4.10 with Apache 2.2.6 I let apache2 install to /usr/local/apache2. When I run apache it works. but ... I've tired to compile using: sudo apxs -c mod_vhost_alias.c I get the following error:

Re: [EMAIL PROTECTED] [module] how do I compile a module?

2007-09-19 Thread Andrew WC Brown
but I 'm calling the command as root user. On 9/19/07, J. Greenlees [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew WC Brown wrote: As per my image: http://img48.imageshack.us/img48/1457/apacheincludetu5.jpg It shows that the files are where I specified.

Re: [EMAIL PROTECTED] [module] how do I compile a module?

2007-09-19 Thread Andrew WC Brown
Ohh, I forgot to add it to my path and I think its calling the old one. Thanks Nick. On 9/19/07, Andrew WC Brown [EMAIL PROTECTED] wrote: but I 'm calling the command as root user. On 9/19/07, J. Greenlees [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew

[EMAIL PROTECTED] [module] how do I compile a module?

2007-09-18 Thread Andrew WC Brown
Hi, I'm new to this mailing list (waves). I'm running OS X.4.10 with Apache 2.2.6 When I installed apache I was sure to --enable-module=shared so I could load DSOs. I let apache2 install to /usr/local/apache2. When I run apache it works. I didn't specify any additional modules on compilation

Re: [EMAIL PROTECTED] [module] how do I compile a module?

2007-09-18 Thread Dragon
On Tue, September 18, 2007 18:27, Andrew WC Brown wrote: Hi, I'm new to this mailing list (waves). I'm running OS X.4.10 with Apache 2.2.6 When I installed apache I was sure to --enable-module=shared so I could load DSOs. I let apache2 install to /usr/local/apache2. When I run apache it

Re: [EMAIL PROTECTED] [module] how do I compile a module?

2007-09-18 Thread Andrew WC Brown
I've tired to add the include directory but appears to ignore the one I gave it: apple:/volumes/scratch/dump/httpd-2.2.6/modules/mappers owner$ sudo apxs -c mod_vhost_alias.c -I/usr/local/apache2/include results in: gcc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -g -Os -pipe

Re: [EMAIL PROTECTED] [module] how do I compile a module?

2007-09-18 Thread J. Greenlees
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew WC Brown wrote: I've tired to add the include directory but appears to ignore the one I gave it: apple:/volumes/scratch/dump/httpd-2.2.6/modules/mappers owner$ sudo apxs -c mod_vhost_alias.c -I/usr/local/apache2/include try:

Re: [EMAIL PROTECTED] [module] how do I compile a module?

2007-09-18 Thread Andrew WC Brown
I receive the same results, also --c doesn't work, only with single hyphen On 9/18/07, J. Greenlees [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew WC Brown wrote: I've tired to add the include directory but appears to ignore the one I gave it:

Re: [EMAIL PROTECTED] [module] how do I compile a module?

2007-09-18 Thread J. Greenlees
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew WC Brown wrote: I receive the same results, also --c doesn't work, only with single hyphen Then the include path is not right. The error messages say that the files are not where it's looking for them. Jaqui -BEGIN PGP