+--- configure options used ---+
./configure \
--with-xml \
--with-fbsql \
--with-apxs=/usr/local/sbin/apxs
--with-config-file-path=/usr/local/etc
make
make install
When I do this it goes through the make install...tells me it installs the extensions and activates them and then I get the following message at the end:
+--- end message ---+
Making install in pear
cp: /Local/Users/rhicks/OSX/php-4.0.2/pear//Local/Users/rhicks/OSX/php-4.0.2/pear/PEAR.php: no such file or directory
make[2]: [install-data-local] Error 1
make[1]: [install-recursive] Error 1
make: *** [install-recursive] Error 1
Did it work? Do I need to tweak something? What is going on?