php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3126 --sysconfdir ignored
Submitted: 2000-01-06 17:48 UTC Modified: 2000-01-07 05:59 UTC
From: hisdad at hisdad dot org dot nz Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 3 OS: RH Linux 6.1
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: hisdad at hisdad dot org dot nz
New email:
PHP Version: OS:

 

 [2000-01-06 17:48 UTC] hisdad at hisdad dot org dot nz
This config script ...

./configure \
--prefix=/usr/local \
--sbindir=/usr/sbin \
--sysconfdir=/etc/php3 \
--libdir=/usr/local/lib \
--sharedstatedir=/var/run \
--localstatedir=/var/run \
--with-apxs=/usr/sbin/apxs \
--with-x \
--with-mm=/usr/src/$MM \
--with-gd=shared,/usr \
--with-pgsql=shared,/usr \
--with-xml 
 
produces a php from which phpinfo() says.

php.ini path: /usr/local/lib

I'm sure the location of php.ini should be set by sysconfdir.!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-07 05:59 UTC] sas at cvs dot php dot net
Please read

./configure --help|grep path

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 14:01:30 2024 UTC