php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6556 Apache can't start with pdflib support
Submitted: 2000-09-05 10:59 UTC Modified: 2000-09-06 13:50 UTC
From: saidml at dts dot mg Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.1pl2 OS: RedHat 6.1
Private report: No CVE-ID: None
 [2000-09-05 10:59 UTC] saidml at dts dot mg
Hi,
I compile PHP with this options :
./configure --with-apxs=/usr/sbin/apxs \
                --with-oci8 \
                --with-mysql=/usr \
                --with-config-file-path=/etc/httpd/conf \
                --with-pgsql=/usr \
                --with-gd \
                --enable-ftp \
                --with-imap \
                --with-pdflib \
                --with-openssl \
                --with-zlib \
                --enable-sockets \
                --enable-track-vars
no error from compile.
Versions :
Apache 1.3.12 + mod_ssl 2.6.4
Oracle: 8.0.5
PdfLib: 3.02
imap : 4.7c
Mysql : 3.22.32
Postgresql : 6.5.3

When I start apache (apachectl startssl) , I've got in the apache error log :
PHP warning : Function registration failed - duplicate name - pdf_open_memory_image in Unknown on line 0
PHP warning: imap : Unable to register functions, unable to load in Unknown on line 0
And Apache can't start.

Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-06 13:50 UTC] joey@php.net
This was fixed almost a month ago.
Please upgrade to 4.0.2.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 20:01:35 2024 UTC