Hi,

I'm running into a problem when runing 'make install'

I do not see any errors from configure or make.  My
configure is below:

./configure --with-apxs=/usr/local/sbin/apxs
--prefix=PREFIX=/usr/local/php5/ --disable-pear

I cut the options down to the bare minimum.

'make install' produces this:

# make install
Installing PHP SAPI module:       apache
[activating module `php5' in
/usr/local/etc/apache/httpd.conf]
cp libs/libphp5.so
/usr/local/libexec/apache/libphp5.so
chmod 755 /usr/local/libexec/apache/libphp5.so
cp /usr/local/etc/apache/httpd.conf
/usr/local/etc/apache/httpd.conf.bak
cp /usr/local/etc/apache/httpd.conf.new
/usr/local/etc/apache/httpd.conf
rm /usr/local/etc/apache/httpd.conf.new
Installing build environment:    
PREFIX=/usr/local/php5/lib/php/build/
Installing header files:         
PREFIX=/usr/local/php5/include/php/
cp: PREFIX=/usr/local/php5/include/php/[EMAIL PROTECTED]:
No such file or directory
*** Error code 1 (ignored)
Installing helper programs:      
PREFIX=/usr/local/php5/bin/
  program: phpize
  program: php-config
  program: phpextdist

I've run this numerous times and each time [EMAIL PROTECTED]
changes.  It looks like each time it is incremented,
goes up to 99999 then cycles back around.  Could be
based on the system clock.

I also tried this with various other configure
options, as well as with php 5.0.2 and 5.0.0.  Same
result.

I even created /usr/local/php5/{bin,include,lib}
manually to try to coax it to work.  No dice.  When
'make install' is done, the whole php5/ dir is empty.

I am running this on FreeBSD 4.10.  Installing into
/usr/local/php5/ in order to run php4 and php5
simultaneously, associated with different php script
file extensions.

I'd appreciate some help in getting past the make
install issue.  As far as php4/5 side by side, that is
another issue, which I'll tackle next.

Thanks for any insight.


                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 

Reply via email to