php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24027 doesn't compile correctly
Submitted: 2003-06-04 16:31 UTC Modified: 2003-06-05 04:40 UTC
From: webmaster at i-services dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.2 OS: Red Hat 7.2
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: webmaster at i-services dot net
New email:
PHP Version: OS:

 

 [2003-06-04 16:31 UTC] webmaster at i-services dot net
Hello

I installed php4.3.2 from php4.2.3 but after make and make install phpinfo() still shows me php 4.2.3 so I think install didn't work

in compilation step I got a warning with tmpnam and when I typed "make install" I got this

----------------------
[root@ns1 php-4.3.2]# make install
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PHP SAPI module
Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /usr/local/lib/php/
[PEAR] Archive_Tar    - already installed: 0.9
[PEAR] Console_Getopt - already installed: 1.0
[PEAR] PEAR           - upgraded:  1.1
[PEAR] DB             - already installed: 1.3
[PEAR] HTTP           - already installed: 1.2
[PEAR] Mail           - already installed: 1.0.1
[PEAR] Net_SMTP       - already installed: 1.0
[PEAR] Net_Socket     - already installed: 1.0.1
[PEAR] XML_Parser     - upgraded:  1.0.1
[PEAR] XML_RPC        - already installed: 1.0.4
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
  program: phpextdist
-------------------------------

something wrong ?

thanks

Olivier

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-04 16:37 UTC] derick@php.net
Nothing wrong with this. WHy do you think so?
 [2003-06-05 00:16 UTC] sniper@php.net
A lot has changed since 4.2.3, especially how the build works. There's nothing wrong in it.

And you should read the INSTALL file sometimes. (And the online manual pages mentioned in it)

Ask further support questions on the appropriate mailing
lists: http://www.php.net/mailing-lists.php



 [2003-06-05 04:40 UTC] webmaster at i-services dot net
I read the INSTALL file

$ gunzip -c php-4.x.y.tar.gz | tar xf -
$ cd php-4.x.y
$ ./configure --with-mysql --with-apxs
$ make
$ make install

that's all I made, and that doesn't work
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Aug 14 16:00:03 2025 UTC