php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4680 bug in configure
Submitted: 2000-05-29 22:40 UTC Modified: 2000-06-09 13:00 UTC
From: jens dot heidenreich at gmx dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: Solaris 8
Private report: No CVE-ID: None
 [2000-05-29 22:40 UTC] jens dot heidenreich at gmx dot net
During "make install" a error occured:

sh: ! 


After a little investigation it seems that the configure script is NOT Bourne shell compliant.
The line 2692
    if ! $APXS -q CFLAGS >/dev/null 2>&1; then

follows BASH syntax not sh syntax!

(check by replacing /bin/sh by bash).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-09 13:00 UTC] hholzgra at cvs dot php dot net
changed in latest CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 17 19:01:30 2024 UTC