I use ./configure --with-apache=/usr/local But i'see module in httpd/modules in php.ini is added
Any idea? -----Mensaje original----- De: Piotras [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 03 de Junio de 2004 5:11 Para: [EMAIL PROTECTED] Asunto: Re: [midgard-user] Problem with midgard "Arturo Mardones" <[EMAIL PROTECTED]> wrote: > Ok, make output: > > [EMAIL PROTECTED] midgard-apache2-1.6.0beta]# make > c -DHAVE_LIBMIDGARD=1 -DHAVE_MIDGARD_H=1 -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -I/usr/local/mysql/include/mysql > -L/usr/local/lib -L/usr/local/mysql/lib/mysql -lmysqlclient -lexpat > -lpam -lm -lz -lcrypt -lglib -lmidgard -L/usr/local/lib > -L/usr/local/mysql/lib/mysql -lmysqlclient -lexpat -lpam -lm -lz > -lcrypt -lglib -lmidgard -lmidgard midgard-apache2.c > make: c: Command not found > make: [midgard-apache2.so] Error 127 (ignored) > > In config.log all it's ok. > > I made an update in .configure file, because the path for httpd.h > don't was right. That's why you should use configure script for this. How did you run configure? What options? --with-apache? --with-apxs? You should have apache development files with apxs installed. And apxs is here responsible for compiling apache module. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
