php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3018 Can't complete installation from CVS
Submitted: 1999-12-21 14:04 UTC Modified: 1999-12-22 22:16 UTC
From: intra at biogate dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (21/12/1999) OS: Linux 6.1
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: intra at biogate dot com
New email:
PHP Version: OS:

 

 [1999-12-21 14:04 UTC] intra at biogate dot com
[intra@intra php4]$ ./buildconf
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.3.3 (ok)
rebuilding Makefile.in's
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
configure.in: 62: required file `./php_config.h.in' not found
rebuilding acconfig.h
[intra@intra php4]$ ./configure  --enable-memory-limit --with-pgsql --enable-track-vars --enable-low-memory --with-apache=../../apache_1.3.9rusPL29.2/ --with-mod_charset
...
configure works without any error, and I can see license notification when configure finish

[intra@intra php4]$ make
make  all-recursive
make[1]: Entering directory `/home/intra/distr/php4'
Making all in Zend
make[2]: Entering directory `/home/intra/distr/Zend'
make[2]: *** No rule to make target `../config.status', needed by `Makefile'.  Stop.
make[2]: Leaving directory `/home/intra/distr/Zend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/intra/distr/php4'
make: *** [all-recursive-am] Error 2
[intra@intra php4]$ 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-22 22:16 UTC] sas at cvs dot php dot net
Please run

$ cd php4
$ rm -f Zend TSRM
$ mv ../Zend ../TSRM .
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Jun 06 09:01:30 2024 UTC