php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24667 Pear installer after compiling stops
Submitted: 2003-07-15 14:23 UTC Modified: 2003-07-24 15:11 UTC
From: sven dot zurnieden at t-online dot de Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.0b1 (beta1) OS: SuSE Linux 8.2 Kernel 2.4.20
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sven dot zurnieden at t-online dot de
New email:
PHP Version: OS:

 

 [2003-07-15 14:23 UTC] sven dot zurnieden at t-online dot de
Description:
------------
Hi, there,

after compiling PHP successfully and making install the installer crashes at 
<Installing PEAR environment:/usr/local/httpd/includes/pear/>

The error message is:
Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required

and the installer doesn't go on from this point. Only Ctrl+C  
stops the process.

Here's my configure command:

./configure --with-apxs2=/usr/local/apache/bin/apxs --sysconfdir=/etc/httpd --with-pear=/usr/local/httpd/includes/pear --enable-magic-quotes --with-zlib=/usr/local --enable-bcmath --with-bz2=/usr/local --enable-calendar --with-jpeg-dir=/usr/local --with-tiff-dir=/usr/local --with-curl=/usr/local --with-dom=/usr/local --enable-ftp --with-gd=/usr/local --with-png-dir=/usr/local --with-freetype-dir=/usr/local --with-gettext=/usr/local --with-imap=/usr/local --with-imap-ssl=/usr/local/ssl --enable-mbstring --with-mcrypt=/usr/local --with-mhash=/usr/local --with-ming=/usr/local --with-mono=/usr/local --with-mysql=/usr/local/mysql --with-ncurses=/usr/local --with-pdflib=/usr/local --with-mm=/usr/local --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --with-libxml-dir=/usr/local --with-libexpat-dir=/usr/local --with-xmlrpc=/usr/local --with-xsl=/usr/local --enable-versioning --with-mcal=/usr/local

I don't know whats going on, so i can't post more infos about that. I just can say that all included extensions are properly installed. The make command ended succesfully.

Greetings,
Sven Zurnieden

It is possible to send me an email if you have a suggestion on this error.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-15 15:19 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

And check if you have php.ini in /usr/local/lib
Also, ditch the '--enable-versioning', you don't need it.

 [2003-07-24 15:11 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 15:01:31 2024 UTC