php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13897 can not install to apache 1.3.22
Submitted: 2001-11-01 04:08 UTC Modified: 2001-11-01 04:32 UTC
From: hyn_4 at 163 dot net Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.6 OS: CygWin
Private report: No CVE-ID: None
 [2001-11-01 04:08 UTC] hyn_4 at 163 dot net
Cygwin 1.3.3

$ cd apache_1.3.22
$ ./configure
$ cd ..

$ cd php-4.0.6
$ ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
$ make
$ make install

$ cd ../apache_1.3.x
$ ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
$ make
$ make install
$ cd ../php-4.0.6
$ cp php.ini-dist /usr/local/lib/php.ini


Error !!



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-01 04:32 UTC] derick@php.net
Not enough information, please read bugs.php.net/how-to-report.php before submitting a report.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 21:01:31 2024 UTC