|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-09-08 03:29 UTC] tony at daylessday dot org
[2008-09-08 04:25 UTC] jant at ua dot es
[2008-09-08 04:32 UTC] tony at daylessday dot org
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 06:00:01 2025 UTC |
Description: ------------ When I try to compile OCI8 module on Ubuntu 8.10 (libtool 2.2.4) I get this error: sudo pecl install oci8 downloading oci8-1.3.4.tgz ... Starting to download oci8-1.3.4.tgz (134,240 bytes) .................done: 134,240 bytes 10 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 configure.in:77: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd aclocal.m4:2912: LT_INIT is expanded from... aclocal.m4:2947: AC_PROG_LIBTOOL is expanded from... configure.in:77: the top level configure.in:77: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd configure.in:77: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd configure.in:77: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd configure:6989: error: possibly undefined macro: m4_ifval If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:9525: error: possibly undefined macro: _LT_SET_OPTIONS configure:9525: error: possibly undefined macro: LT_INIT ERROR: `phpize' failed sudo pecl install oci8 downloading oci8-1.3.4.tgz ... Starting to download oci8-1.3.4.tgz (134,240 bytes) .................done: 134,240 bytes 10 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 configure.in:77: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd aclocal.m4:2912: LT_INIT is expanded from... aclocal.m4:2947: AC_PROG_LIBTOOL is expanded from... configure.in:77: the top level configure.in:77: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd configure.in:77: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd configure.in:77: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd configure:6989: error: possibly undefined macro: m4_ifval If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:9525: error: possibly undefined macro: _LT_SET_OPTIONS configure:9525: error: possibly undefined macro: LT_INIT ERROR: `phpize' failed Reproduce code: --------------- pecl install oci8