Eve never giveup .No pain no gain! :-)
R

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
If I have seen further it is by standing on the shoulders of giants.
--Isaac Newton
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*





Ernest, B.M (AfriNIC - ZA) wrote:
Please try to reply to the list..

comments below:

Evelyn Namara wrote the following on 05/30/2006 12:20 PM:
hi Ernest,

doing that, still brings me to the same error.

from where you are running ./configure, can you post the output of:

pwd
ls -al

also, can you do:

find / --name libphp5.a --print

and post the results?

one thing for sure, the error is with "--with-module=/src/modules/php5/libphp5.a"

dont know of any *nix file system with a /src at the root.

rgds
ernest


Evelyn Namara
Technical Support Engineer,
Linux Solutions, Uganda
Kagga House, Bugolobi
P.O.BOX 26192,
Kampala, Uganda.
+256782795320

"Having little is not bad, and having big dreams is very good, because
even the richest guys today, started it all with a DREAM".

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.
---------------------------------------


_______________________________________________
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