hi Evelyn,

./configure --prefix=/usr/local/apache2/
--with-module=/src/modules/php5/libphp5.a

i run the above command and this is what it output;

[...]

checking for extra modules... cp: cannot stat
`/src/modules/php5/libphp5.a': No such file or directory

this is where the problem is.. and see your make output below too:

[...]

`modules//src/modules/php5/libphp5.a/libmod_/src/modules/php5/libphp5.a.la',
needed by `httpd'.  Stop.

related to output in ./configure.

what you may do, depending on the relative path from which you run the configure, you might want to do:

./configure --prefix=/usr/local/apache2/
 --with-module=src/modules/php5/libphp5.a

(remove the "/" before src - assuming that src is a directory within the path that you run the 'configure' from)

hth
-ern
_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

The above comments and data are owned by whoever posted them (including 
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------

Reply via email to