php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14035 Install fails on apsx -S command under Apache 1.3.6
Submitted: 2001-11-12 15:48 UTC Modified: 2001-11-19 11:06 UTC
From: craig at nerds dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: Cobalt RAQ 3-Red Hat 5
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: craig at nerds dot net
New email:
PHP Version: OS:

 

 [2001-11-12 15:48 UTC] craig at nerds dot net
Apache fails on apsx -S commmand upon install.  I have read previous posts about this problem and we do not have the option to install a newer version of Apache beyond 1.3.6.  Is there a way around this?  Can we use previous install options (ie. -i -n) from 4.0.5?  Also, we receive and error when we connect to a Postgres database using:

<?
	session_start();
	dl("pgsql.so") ;
	$db=pg_connect("dbname=fsagency user=fsagency");
?>

We receive a Segmentation Fault (11).  We have deterimined that the error occurs in the pg_connect function call.  Sometimes we receive a "document cannot be displayed" in the browser, sometimes we recieve our data. Will try to recompile to get a backtrace. Any help would be appreciated.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-18 19:52 UTC] sniper@php.net
Both of these problems are fixed in CVS (and in next release, 4.1.0 )

--Jani

 [2001-11-19 11:06 UTC] craig at nerds dot net
The newest release fixed the problems.  Thanks for your quick response!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 00:01:29 2025 UTC