php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #882 Installation instructions seem to be wrong
Submitted: 1998-10-28 16:41 UTC Modified: 1998-10-28 16:57 UTC
From: hajo at r2d2 dot oih dot rwth-aachen dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.5 OS: Linux
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: hajo at r2d2 dot oih dot rwth-aachen dot de
New email:
PHP Version: OS:

 

 [1998-10-28 16:41 UTC] hajo at r2d2 dot oih dot rwth-aachen dot de
I'm using apache_1.3.3.tar.gz / php-3.0.5.tar.gz
and followed the instructions "quick install" on
http://www.php.net/manual/installation.php3

I think step 12 should be:
./configure --prefix=/www --activate-module=src/modules/php3/libphp3.module

instead of "src/modules/php3/libphp3.a"

Why is step 6 necessary ?? I do the same thing in step 12 again ?!?

-jo

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-10-28 16:57 UTC] jim
The instructions are correct. Although libphp3.a doesn't exist when you run this command, you
are telling the Apache configuration process to create this file.

You have to perform step 6 so that the header files that are necessary for PHP3 to compile get
generated. Step 12 then integrates PHP3 into the Apache build process.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 31 22:01:27 2024 UTC