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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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 May 16 08:01:33 2024 UTC