php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8837 Compilation gives error after successfull configure with gw, t1
Submitted: 2001-01-22 08:47 UTC Modified: 2001-03-09 21:35 UTC
From: m dot heydeman at nhl dot nl Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: Linux version 2.2.17 (gcc versio
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: m dot heydeman at nhl dot nl
New email:
PHP Version: OS:

 

 [2001-01-22 08:47 UTC] m dot heydeman at nhl dot nl
With programs and versions :

T1-1.0.1/  
apache_1.3.14/  
gd-1.8.3/  
jpeg-6b/  
libpng-1.0.8/  
mod_ssl-2.7.1-1.3.14/  
openssl-0.9.6/  
php-4.0.3pl1/  
xpm-3.4k/
we ran configure succesfull parameters:

--with-with-mysql --with-xml --with-apche=../apache_1.3.14/ --enable-track-vars --with-gd --with-t1lib=../T1-1.0.1 --with-jpeg-dir --with-imap  --with-xpm-dir=../xpm-3.4k 

we got this error message after make ran:

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-26 13:28 UTC] sniper@php.net
Without the error message itself I have to guess here..
You propably have some old gd-library remains somewhere
in your system. Try adding the base dir of libgd.a (or .so)
into --with-gd, ie. --with-gd=/usr if the library is in
/usr/lib/

Then delete config.cache, configure, make clean, make,
make install.

--Jani
 [2001-03-09 21:35 UTC] sniper@php.net
No feedback, not enough info, closed.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Mar 18 08:01:29 2025 UTC