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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 + 47 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 26 06:01:32 2024 UTC