php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56877 configure script syntax error
Submitted: 2006-03-05 23:00 UTC Modified: 2006-05-08 12:35 UTC
From: steveh at netconcepts dot com Assigned: pajoye (profile)
Status: Not a bug Package: filter (PECL)
PHP Version: 5.0.5 OS: Ubuntu Linux 5.10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
24 + 13 = ?
Subscribe to this entry?

 
 [2006-03-05 23:00 UTC] steveh at netconcepts dot com
Description:
------------
When attempting to install package `filter`, the configure script fails with a syntax error. This happens when using `pear install` or downloading and installing manually with phpize and configure. Extensions enabled are mysql, curl and gd.

# php -v
PHP 5.0.5-2ubuntu1.1 (cli) (built: Dec 23 2005 10:33:54)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.5, Copyright (c) 1998-2004 Zend Technologies

# uname -a
Linux faramir 2.6.12-10-386 #1 Mon Feb 13 12:13:15 UTC 2006 i686 GNU/Linux

Surrounding lines are:

  PHP_VAR_SUBST="$PHP_VAR_SUBST FILTER_SHARED_LIBADD"
  PHP_INSTALL_HEADERS($ext_srcdir/php_filter.h)
fi


Reproduce code:
---------------
pear install filter-beta

Expected result:
----------------
[Successful compilation]

Actual result:
--------------
./configure: line 3830: syntax error near unexpected token `$ext_srcdir/php_filter.h'
./configure: line 3830: `  PHP_INSTALL_HEADERS($ext_srcdir/php_filter.h)'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-29 02:28 UTC] uncoDMX at yahoo dot com
this is happening for me too, couldn't fix it yet
 [2006-05-08 12:35 UTC] pierre dot php at gmail dot com
Thank you for taking the time to report a problem with the package.
Unfortunately you are not using a current version of the package -- 
the problem might already be fixed. Please download a new
version from http://pecl.php.net/packages.php

If you are able to reproduce the bug with one of the latest
versions, please change the package version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PECL.

Reopen it if you still have this error using the current cvs version. Do `pecl package` in cvs/pecl/filter to create a 0.9.5 package, then pecl install filter-0.9.5.tgz.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 15:01:29 2024 UTC