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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC