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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 + 8 = ?
Subscribe to this entry?

 
 [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: Fri May 17 11:01:34 2024 UTC