On April 25, 2008 12:58:25 pm L. V. Lammert wrote:
> One of my development machine has been upgraded many times over the years,
> of couse, .. now trying to setup a php test site for a new project (have
> not had php installed before). For some reason I cannot get any of the PHP
> *modules* to initialize (they install, but will not appear in phpinfo).
> Could this possibly be due to the ELF transition or something else 'hanging
> around' from an older version? That is about the only idea I can come up
> with, .. as php5 installs OK (php4 was not installed previously), all the
> libraries seem to be in the proper places, and no errors show in the apache
> logs.
>
> Does anyone have a recommendation on how to troublehoot?
>
>       TIA,
>
>       Lee

I had similar problems when I upgraded without reading all the instructions 
properly from 4.2-current to 4.3-current. Since I knew this was a 
self-inflicted wound, I deleted PHP5, made the following packages from ports, 
and did a pkg_add. 

All modules now appear in phpinfo (running AMD64, MP from 4.3 CD)

pkg_add -v php5-core-5.2.5p2.tgz
ln -s /var/www/conf/modules.sample/php5.conf /var/www/conf/modules

pkg_add -v php5-imap-5.2.5.tgz
ln -fs /var/www/conf/php5.sample/imap.ini /var/www/conf/php5/imap.ini


-- 
Vijay Sankar, M.Eng., P.Eng.
ForeTell Technologies Limited
59 Flamingo Avenue, Winnipeg, MB Canada R3J 0X6
Phone: +1 204 885 9535, E-Mail: [EMAIL PROTECTED]

Reply via email to