php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10620 Compile error in main.c
Submitted: 2001-05-02 17:21 UTC Modified: 2001-05-02 20:45 UTC
From: hb at cgx dot nl Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.5 OS: Redhat Linux 6.2
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: hb at cgx dot nl
New email:
PHP Version: OS:

 

 [2001-05-02 17:21 UTC] hb at cgx dot nl
main.c: In function `php_module_startup':
main.c:805: structure has no member named `get_configuration_directive'


#! /bin/sh
#
# Created by configure

"./configure" \
"--with-zlib=/usr" \
"--enable-track-vars" \
"--with-xml" \
"--with-mysql=/usr/local/mysql/" \
"--with-apache=../apache_1.3.14" \
"--enable-force-cgi-redirect" \
"--enable-discard-path" \
"--enable-calendar" \
"--enable-ftp" \
"--with-curl" \
"--with-gd=/usr/local" \
"--with-swf" \
"--with-pdflib=/usr/local" \
"--with-png-dir=/usr/local" \
"--with-jpeg-dir=/usr/local" \
"--with-tiff-dir=/usr/local" \
"--with-gdbm" \
"--with-t1lib" \
"$@"


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-02 20:45 UTC] sniper@php.net
Your sources are not okay. Cleanup and get fresh ones.
This works for me just fine.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 00:01:29 2025 UTC