View Single Post
  #1   (View Single Post)  
Old 16th June 2008
KernelPanic KernelPanic is offline
Port Guard
 
Join Date: May 2008
Posts: 19
Default Problem with upgrading php5-pcre and php5-mysql

My upgrade to php5.2.6 went ok. But both of these ports are suffering the same error of a missing 'shtool'

Code:
--->  Upgrading 'php5-pcre-5.2.5' to 'php5-pcre-5.2.6' (devel/php5-pcre)
--->  Building '/usr/ports/devel/php5-pcre'
===>  Cleaning for php5-pcre-5.2.6
===>  Vulnerability check disabled, database not found
===>  Extracting for php5-pcre-5.2.6
=> MD5 Checksum OK for php-5.2.6.tar.bz2.
=> SHA256 Checksum OK for php-5.2.6.tar.bz2.
===>  Patching for php5-pcre-5.2.6
===>  Applying FreeBSD patches for php5-pcre-5.2.6
===>   php5-pcre-5.2.6 depends on file: /usr/local/bin/phpize - found
===>   php5-pcre-5.2.6 depends on file: /usr/local/bin/autoconf-2.61 - found
===>  PHPizing for php5-pcre-5.2.6
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
cat: acinclude.m4: No such file or directory
cat: ./build/libtool.m4: No such file or directory
chmod: /usr/ports/devel/php5-pcre/work/php-5.2.6/ext/pcre/build/shtool: No such file or directory
shtool at '/usr/ports/devel/php5-pcre/work/php-5.2.6/ext/pcre/build/shtool' does not exist or is not executable. 
Make sure that the file exists and is executable and then rerun this script. 

*** Error code 1

Stop in /usr/ports/devel/php5-pcre.
It appears as if shtool is missing but I don't know why it is missing or how to get the port to create that file.

System:
FreeBSD 6.3-RELEASE-p2 i386

Last edited by KernelPanic; 16th June 2008 at 04:15 PM.
Reply With Quote