php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56663 configure failed
Submitted: 2005-11-19 13:05 UTC Modified: 2005-11-24 16:38 UTC
From: schafft at web dot de Assigned: wez (profile)
Status: Closed Package: PDO (PECL)
PHP Version: 5.0.3 OS: SuSE Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: schafft at web dot de
New email:
PHP Version: OS:

 

 [2005-11-19 13:05 UTC] schafft at web dot de
Description:
------------
syntax error in configure

Reproduce code:
---------------
pear install PDO

Expected result:
----------------
configure works, PDO gets installed

Actual result:
--------------
downloading PDO-1.0RC2.tgz ...
Starting to download PDO-1.0RC2.tgz (48,551 bytes)
.............done: 48,551 bytes
12 source files, building
running: phpize
Configuring for:
PHP Api Version:         20031224
Zend Module Api No:      20041030
Zend Extension Api No:   220040412
building in /var/tmp/pear-build-lsAdm1n/PDO-1.0RC2
running: /tmp/tmpQuFbL7/PDO-1.0RC2/configure
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM
checking for PHP extension directory... /usr/local/lib/php/extensions/debug-non-zts-20041030
checking for re2c... exit 0;
checking for gawk... gawk
checking whether to enable PDO support... yes, shared
/tmp/tmpQuFbL7/PDO-1.0RC2/configure: line 3119: syntax error near unexpected token `pdo,'
/tmp/tmpQuFbL7/PDO-1.0RC2/configure: line 3119: `  PHP_ADD_EXTENSION_DEP(pdo, spl, true)'
`/tmp/tmpQuFbL7/PDO-1.0RC2/configure' failed

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-24 16:38 UTC] wez@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Will be releasing 1.0 stable in next day or two.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC