diff --git a/chapters/install.openbsd.xml b/chapters/install.openbsd.xml index 8e7fce7578..49f7122b68 100644 --- a/chapters/install.openbsd.xml +++ b/chapters/install.openbsd.xml @@ -1,10 +1,10 @@ - + Unix/OpenBSD installs This section contains notes and hints specific to installing - PHP on OpenBSD 3.2. + PHP on OpenBSD 3.4. Using Binary Packages @@ -15,30 +15,37 @@ The files you need can be found on your OpenBSD CD or on the FTP site. - The main package you need to install is php4-core-4.2.3.tgz, + The main package you need to install is php4-core-4.3.3.tgz, which contains the basic engine (plus gettext and iconv). Next, take a look - at the module packages, such as php4-mysql-4.2.3.tgz - or php4-imap-4.2.3.tgz. You need to use the phpxs + at the module packages, such as php4-mysql-4.3.3.tgz + or php4-imap-4.3.3.tgz. You need to use the phpxs command to activate and deactivate these modules in your &php.ini;. + + Due to an error in the OpenBSD 3.4 packages, the php4-gd-4.3.3-no_x11 + package was not generated. You can still use the php4-gd-4.3.3 + package, but it requires xbase34.tgz to be installed. The -stable + branch of the ports tree has corrected this error, and a replacement package is being + generated. + OpenBSD Package Install Example @@ -52,7 +59,7 @@ You can also compile up PHP from source using the ports tree. However, this is only recommended for users familiar with OpenBSD. The PHP4 port - is split into three sub-directories: core, extensions and pear. The + is split into two sub-directories: core and extensions. The extensions directory generates sub-packages for all of the supported PHP modules. If you find you do not want to create some of these modules, use the no_* FLAVOR. For example, to skip building