php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12627 configure creates config_vars.mk incorrectly as of aug 7,2001
Submitted: 2001-08-07 13:16 UTC Modified: 2001-08-07 13:25 UTC
From: chris at okanagan dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-08-07 OS: SCO OpenServer 5.x
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chris at okanagan dot net
New email:
PHP Version: OS:

 

 [2001-08-07 13:16 UTC] chris at okanagan dot net
make has problems with this...
Must be a separator on rules line 62 (bu39).  

file config_vars.mk

configure used to create this file as ........
CONFIGURE_COMMAND = './configure' '--with-gd=/usr/local' '-

now it creates it as
CONFIGURE_COMMAND = './configure' 
 '--with-mysql'                   
 '--with-apxs=/usr/httpd/bin/apxs' 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-07 13:25 UTC] sniper@php.net
Fixed now. I have to figure out better way to show
those options nicely in phpinfo() :)

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 04 23:01:33 2025 UTC