php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11977 no PHP.ini & failure apache loading libphp4.so
Submitted: 2001-07-09 10:08 UTC Modified: 2001-07-09 14:05 UTC
From: Franck at home dot nl Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.0.6 OS: Redhat 7.1 (Seawolf)
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: Franck at home dot nl
New email:
PHP Version: OS:

 

 [2001-07-09 10:08 UTC] Franck at home dot nl
I have installed PHP, but it seems that the install doesn't create a php.ini
Can't find it anywhere.

I have compiled php this way:

./configure \
"--with-apxs=/usr/sbin/apxs" \
"--with-config-file-path=/etc/php" \
"--with-gd" \
"--with-xml" \
"--with-mysql" \
"--with-zlib" \
"--enable-track-vars" \
"--enable-inline-optimization" \
"--with-gd=shared" \
"--with-mysql=/usr/local" \
"--enable-force-cgi-redirect" \
"--enable-trans-sid" \
"--enable-ftp" \
"--with-magic-quotes" \
"--with-imap" \
"--with-ldap" && make && make install

I'm also getting an error if I try to start apache:

Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: mxdriver

Is this a bug?

With kind regards,

Franck Nijhof

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-09 14:05 UTC] sniper@php.net
the php.ini file is NOT created by configure. 
It's a static file called php.ini-dist which you 
should modify and copy to right place.

Also, the mxdriver error is not PHP problem but something
that is wrong with the RH 7.1 rpms. Submit a bug report to
them instead.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC