PHP5 install error

2008-05-01 Thread ervin
hi made a portsnap fetch update but I still get this error ideas? portaudit shows the vulnerability ... but that should be included in the port or? Error: make clean make install === Cleaning for php5-5.2.5_1 === php5-5.2.5_1 has known vulnerabilities: = php -- integer overflow

Re: PHP5 install error

2008-05-01 Thread Kevin Kinsey
ervin wrote: hi made a portsnap fetch update but I still get this error ideas? portaudit shows the vulnerability ... but that should be included in the port or? Error: make clean make install === Cleaning for php5-5.2.5_1 === php5-5.2.5_1 has known vulnerabilities: = php --

Re: PHP5 install error on FreeBSD 7.0

2008-04-13 Thread Joseph Simmons
Updating the port tree worked with no problems. Thanks On Sat, Apr 12, 2008 at 3:07 PM, Mel [EMAIL PROTECTED] wrote: On Saturday 12 April 2008 21:29:18 Joseph Simmons wrote: cougar# pwd /usr/ports/www/apache22/work/httpd-2.2.6 cougar# make -n install-htdocs echo Installing HTML

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Mel
On Saturday 12 April 2008 02:13:40 Joseph Simmons wrote: I have Apache 2.2.6 installed and running, I've tried to install PHP several times, below is what the terminal gives me when I try to install PHP5 from the port collection. Thanks cougar# pwd /usr/ports/lang/php5 cougar# make

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Joseph Simmons
I installed apache from the port collection so wherever the default location is httpd.conf is in /usr/local/etc/apache22, the log files are in /var/log and at least some of the files that are used for loading modules are in /usr/local/libexec/apache22. I'm not sure where the other stuff is.

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Mel
On Saturday 12 April 2008 19:59:12 Joseph Simmons wrote: I installed apache from the port collection so wherever the default location is httpd.conf is in /usr/local/etc/apache22, the log files are in /var/log and at least some of the files that are used for loading modules are in

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Joseph Simmons
/usr/local/include/apache22 does not exist. Apache seems to work fine, though, when I install apache from /usr/ports/www/apache22, at the end, I get some errors: Installing configuration files Installing HTML documents *** Error code 1 Stop in /usr/ports/www/apache22/work/httpd-2.2.6. *** Error

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Mel
On Saturday 12 April 2008 20:59:48 Joseph Simmons wrote: /usr/local/include/apache22 does not exist. Apache seems to work fine, though, when I install apache from /usr/ports/www/apache22, at the end, I get some errors: Installing configuration files Installing HTML documents *** Error code 1

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Joseph Simmons
cougar# pwd /usr/ports/www/apache22/work/httpd-2.2.6 cougar# make -n install-htdocs echo Installing HTML documents ; /usr/ports/www/apache22/work/httpd-2.2.6/build/mkdir.sh /usr/local/www/apache22/data ; test -d /usr/ports/www/apache22/work/httpd-2.2.6/docs/docroot (cd

Re: PHP5 install error on FreeBSD 7.0

2008-04-12 Thread Mel
On Saturday 12 April 2008 21:29:18 Joseph Simmons wrote: cougar# pwd /usr/ports/www/apache22/work/httpd-2.2.6 cougar# make -n install-htdocs echo Installing HTML documents ; /usr/ports/www/apache22/work/httpd-2.2.6/build/mkdir.sh /usr/local/www/apache22/data ; test -d

PHP5 install error on FreeBSD 7.0

2008-04-11 Thread Joseph Simmons
I can't seem to install PHP 4 or 5 from the port collection or PHP5 from PHP's website. I'm new to FreeBSD so I'm not sure I'm overlooking something rather simple or if I'm missing some other program or something like that I have Apache 2.2.6 installed and running, I've tried to install PHP