php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10852 Php fails to get link to gd after compile ???
Submitted: 2001-05-14 11:14 UTC Modified: 2001-05-22 00:07 UTC
From: mued at muetdhiver dot org Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.5 OS: Linux 2.4.3
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: mued at muetdhiver dot org
New email:
PHP Version: OS:

 

 [2001-05-14 11:14 UTC] mued at muetdhiver dot org
Hi,

I just compiled php 4.0.5 with a kinda lot of features:
here's the configure options:

./configure --prefix=/usr --with-apxs=/usr/bin/apxs
--with-regex=system --with-config-file-path=/etc/php4/apache
--disable-rpath --enable-memory-limit --enable-calendar
--enable-sysvsem --enable-sysvshm --enable-track-vars
--enable-trans-sid --disable-debug --disable-static
--with-bz2 --with-curl=shared,/usr --with-db2 --with-ndbm
--with-dom=shared,/usr --enable-exif --enable-filepro
--enable-ftp --with-gettext --with-gd=shared
--enable-gd-native-ttf --with-jpeg-dir=/usr
--with-xpm-dir=/usr/X11R6 --with-mcal=shared,/usr
--with-mhash=shared --with-mysql=shared,/usr
--with-pcre-regex=/usr --with-pgsql=shared,/usr
--with-sablot=shared,/usr --enable-shmop --with-snmp=shared
--enable-sockets --with-ttf --with-t1lib=/usr --enable-yp
--with-zlib --with-mcrypt --with-pspell=/usr --with-dom=/usr
--enable-sockets --with-pdflib=/usr
--enable-freetype-4bit-antialias-hack


After installation in /usr, I try to relaunch Apache and
here's the error given:

Syntax error on line 106 of /etc/apache/httpd.conf:
Cannot load /usr/lib/apache/1.3/libphp4.so into server:
/usr/lib/apache/1.3/libphp4.so: undefined symbol: phpi_get_le_gd
/usr/sbin/apachectl start: httpd could not be started

the syntax error beeing the loading of php as an apache module.

I used a debian sid, I will test this further by removing
all and doing a new compile

bye, mued

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-14 22:04 UTC] sniper@php.net
Duplicate of #8539


 [2001-05-22 00:07 UTC] jmoore@php.net
Fixed in latest CVS, will be included in release 4.0.7.

- James
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 18:01:29 2025 UTC