php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9221 Installation problems with Slackware
Submitted: 2001-02-12 02:34 UTC Modified: 2001-02-12 02:48 UTC
From: Info at M-en-M dot NL Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Linux 2.2.x
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Info at M-en-M dot NL
New email:
PHP Version: OS:

 

 [2001-02-12 02:34 UTC] Info at M-en-M dot NL
To succesfully install PHP4 on Slackware 7.1:

First configure on Apache:

./configure --with-layout=Slackware --enable-module=so --prefix=/www

Configure on PHP:

./configure --with-mysql=shared --with-apache=/var/lib/apache --enable-track-vars

Second configure on Apache:

./configure --with-layout=Slackware --enable-module=so --prefix=/var/lib/apache --activate-module=src/modules/php4/libphp4.a

There are other layouts for RedHat etc. in the config.layout file in the Apache directory. The example is for Slackware, but I think it's worth mentioning the layout-option at least once in the manual.

Took me about an hour to figure it out (not bad for a newbe on Linux ...) ;-))))


Mark.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-12 02:48 UTC] derick@php.net
This is a bug system, not a system to report succes =). But thanks for the information.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC