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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: steveh at netconcepts dot com
New email:
PHP Version: OS:

 

 [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: Thu Apr 18 05:01:28 2024 UTC