Ripped from:
How to install php on OpenBSD
http://php3.de/manual/en/install.openbsd.php
$ cd /usr/ports/www/php4
$ make show VARNAME=FLAVORS
(choose which flavors you want from the list)
$ env FLAVOR="imap gettext ldap mysql" make install
$ /usr/local/sbin/php4-enable
I have tried 5 times to i
I got php with gettext, ldap, imap & mysql installed and running but I don't
think I have PHP registered properly. On my RH linux box I can do a which php
and get the location but on OpenBSD I just get
which php
php: Command not found.
which ls
/bin/ls
any ideas?
Also I can access test.php
Hi I am having issues getting this to work I know I am doing something wrong I
just do not know what:
I installed using these instructions:
$ cd /usr/ports/www/php4
$ make show VARNAME=FLAVORS
(choose which flavors you want from the list)
$ env FLAVOR="imap gettext ldap mysql gd" make install