Richard Toohey wrote:
On 11/12/2008, at 5:10 PM, Bret wrote:
Greets:
I recently did a clean install of OpenBSD 4.4 on a system that had
been running 4.0. I have tried getting Php5 to run but I have not had
any luck. Apache works fine. I installed from packages and followed
the Instructions to do:
ln -s /var/www/conf/modules.sample/php5.conf /var/www/conf/modules
and
mkdir /var/www/tmp
I also enabled the: AddType application/x-httpd-php .php
I have yet to find any idea other than the straight forward
descrpition you get on the install.
I am out of ideas after making the dirs and moving libphp6.so and
also a copy of php from /usr/local/bin
I have also did another clean install when my first tries did not
work and then used ports to see if that would work instead.
Bret
Clean install = scrubbed the 4.0 install completely? Or did you try
and upgrade?
How do you know that it is not working? What symptoms? Any error
messages?
i386?
Does the command line version work e.g. php -i ?
Restarted Apache / machine?
Greets
Yes a clean install, Apache works fine,, index,html servers up across my
network... php -i from the command line works,,, a page called qw.php
with only <? phpinfo(); ?> displays nothing but from firefox a show
page source shows the <? phpinfo(); ?> as being there. also did multiple
reboots to make sure.
Bret