php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7078 esyscmd() in configure.in doesn't get evaluated
Submitted: 2000-10-07 10:11 UTC Modified: 2000-11-28 07:08 UTC
From: alex at unixdot dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.2 OS: OpenBSD 2.7
Private report: No CVE-ID: None
 [2000-10-07 10:11 UTC] alex at unixdot dot com
When I use PHP 4.0.2 or the PHP CVS development version and try to create a new configure script using ./buildconf, configure.in doesn't
get parsed correctly.

esyscmd(./scripts/config-stubs sapi)
esyscmd(./scripts/config-stubs ext)

both these commands are put literally into the configure script. running
./configure thereafter fails.

I double checked the version numbers of the required tools such as
automake and they meet the set requirements.

when I run manually the command ./scripts/config-stubs sapi and
./scripts/config-stubs ext and paste the output in the place of the esyscmd()
in configure.in, ./buildconf generates a correct configure and ./configure
configures PHP properly.

I hope I have provided you with enough information, but please don't
hesitate if more is required (-:

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-28 07:08 UTC] sniper@php.net
Please check this url:

http://www.monkey.org/openbsd/archive/ports/
0007/msg00187.html


As it states, there isn't anything wrong in PHP 
but within your tools.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 04:01:32 2024 UTC