Solution: PHP with Pear for OpenBSD

Claus Heiko Niesen cniesen@gmx.net
Tue, 12 Jun 2001 08:55:08 -0500


In case you are trying to install IMP 2.3.x on OpenBSD (2.9) the following 
information might help you.  The PHP port of pear doesn't create the pear 
sub-package when doing a "make install".  The maintainer of the package 
informed me that the sub-package will be included in the future.  Till then 
the following quick fix can be used:

cd /usr/ports/www/php4
make configure
cd work/php-4.0.5/pear
make install

The files will be placed into /usr/local/lib/php

   Claus