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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 13:01:30 2024 UTC