View Single Post
  #1   (View Single Post)  
Old 5th February 2011
Nothing2Do Nothing2Do is offline
New User
 
Join Date: Feb 2011
Posts: 8
Default I'm sorry ... (apache2, php5, pstgresql, openbsd 4.8)

I want to install apache2. It was easy through the port ... But, I try to install php5 the same way. Lot of reading latter, I've construct my exact php5's flavor

Quote:
env FLAVOR="--with-pear --with-pgsql --enable-zip --with-pdo-pgsql --with-mcrypt --enable-mbstring --with-gmp --with-gd --with-bz2 --with-apxs2=/usr/local/sbin/apxs2" sudo make && sudo make install
All is good, except that it won't compile after some error. The first one is :

Quote:
install -c -o root -g bin -m 444 /usr/ports/pobj/php-5.2.13/php-5.2.13/modules/bz2.so /usr/ports/pobj/php-5.2.13/fake-amd64/var/apache2/lib/php/modules/bz2.so
install: /usr/ports/pobj/php-5.2.13/php-5.2.13/modules/bz2.so: No such file or directory
*** Error code 71"
why he haven't bz2.so if my flavor contain "--with-bz2" ? I'm lost after some day to search a solution on the web.

Last edited by J65nko; 5th February 2011 at 11:19 PM. Reason: Added quote tags and whitespace to improve readability
Reply With Quote