George Pitcher wrote:
Hi,

I have compiled php-5.1.2 with apache on Debian and have a problem with the
include_path.

My configure was './configure' '--with-mysql' '--with-pear' '--with-apxs'

the '--with-apxs' suggest your probably running php as an apache module,
if so then you'll need to restart apache for the settings in php.ini
to take affect.

'--with-config-file-path=/usr/local/lib'.

php.ini is in '/usr/local/lib' and phpinfo tells me that php.ini is in
'/usr/local/lib'. However, where my php.ini has: 'include_path =
".:/php/includes:/usr/lib/php/pear"', phpinfo shows the include_path as
being '/usr/lib/php' which doesn't exist.

Can anyone tell me how do I get my php to use the correct include_path?

MTIA

George in Oxford


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to