Evelyn Namara wrote:
well Mark,
i have installed apache2 first, then php,
but what seems to be my problem finally is that i cant find the
libphp5.so,
i can not find it in /usr/local/apache2/modules,
and it is not even in the libs directory of php-5.0.0,
so because of this, i can not load any module?
In addition to the previous rant, I hope you remembered to "make clean"
before recompiling php5.
are you including apxs or apxs2 in your compilation options for httpd?
Are you passing --enable-so?
#updatedb
#locate apxs;locate apxs2
Then you can compile php and pass it arguments for apxs/apxs2 e.g
./configure --with-prefix=/usr/local/php --with-apxs2=/path/to/apxs
_______________________________________________
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.
---------------------------------------