Installing pdo_mysql on FreedBSD 6

Slash

Verified User
Joined
Jul 20, 2006
Messages
8
Location
Leunen (NL)
Hello,

I am trying to install pdo_mysql on my server.

(FreeBSD 6.1, Apache 2.2, PHP 5.26)

I get the following error:

server01:admin# pecl install PDO_MYSQL
downloading PDO_MYSQL-1.0.2.tgz ...
Starting to download PDO_MYSQL-1.0.2.tgz (14,778 bytes)
.....done: 14,778 bytes
downloading PDO-1.0.3.tgz ...
Starting to download PDO-1.0.3.tgz (52,613 bytes)
...done: 52,613 bytes
12 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

ERROR: `phpize' failed
7 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

ERROR: `phpize' failed

Any idea how to fix this?

Grtz, jeroen
 
Back
Top