php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8161 php3 & php4 running at the same time
Submitted: 2000-12-07 16:40 UTC Modified: 2000-12-07 18:22 UTC
From: dhk9747 at hotmail dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.3pl1 OS: rehat linux 6.2
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: dhk9747 at hotmail dot com
New email:
PHP Version: OS:

 

 [2000-12-07 16:40 UTC] dhk9747 at hotmail dot com
I tried to install by following. 
              ./configure --with-apxs \
		  --enable-versioning \
		  --with-mysql \
		  --with-track-vars

however, I can only run php3, not php4 at the same time.

what can I do more?

Thank you

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-07 18:22 UTC] sniper@php.net
You must configure both PHP3 and PHP4 with --enable-versioning
and use the path with --with-mysl, e.q. --with-mysq=/usr/loca/mysql

Please ask further questions on php-install@lists.php.net

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 13:01:30 2024 UTC