php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8539 undefined symbol: phpi_get_le_gd
Submitted: 2001-01-03 14:56 UTC Modified: 2001-05-21 23:08 UTC
From: salaj at pronixnet dot sk Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0 Latest CVS (03/01/2001) OS: Red Hat Linux 7
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: salaj at pronixnet dot sk
New email:
PHP Version: OS:

 

 [2001-01-03 14:56 UTC] salaj at pronixnet dot sk
My configure parameters:

./configure --with-apxs=/usr/local/apache/bin/apxs --with-openssl=/usr/local/ssl --enable-calendar --enable-ctype --enable-dbase --enable-exif --enable-filepro --enable-ftp --with-gd=shared,/usr/local --enable-gd-imgstrttf --with-ttf=/usr/local --with-t1lib=/usr/local --with-hyperwave --with-imap=/root/imap-2000a --with-mysql=/usr/local --with-pdflib=/usr/local --with-tiff-dir=/usr/local --with-jpeg-dir=/usr/local --enable-trans-sid --enable-shmop --enable-sockets --with-regex=php --enable-sysvsem --enable-sysvshm --enable-wddx --enable-yp --with-zlib=/usr/local

Configure and make without any problems, but when I try to start Apache, I get an error:

Syntax error on line 208 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined symbol: phpi_get_le_gd
./apachectl start: httpd could not be started

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-05 23:39 UTC] sniper@php.net
Duplicate of bug report #8437.

Removing 'shared' from the --with-gd option is a temporary workaround.

--Jani
 [2001-04-27 22:00 UTC] sniper@php.net
Reopened: This is still a problem with latest CVS of today.
The general problem is that if you have functions in a shared extension that are used in other extensions it won't 
work.

--Jani

 [2001-05-09 11:10 UTC] sniper@php.net
Marked as to be fixed before 4.0.6

 [2001-05-21 23:08 UTC] jmoore@php.net
Fixed in CVS. Please test latest snapshot.

- James
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 10:01:28 2025 UTC