php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13481 Apache configure failed
Submitted: 2001-09-28 13:12 UTC Modified: 2001-11-11 06:14 UTC
From: prevost-eric2 at wanadoo dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Turbo Linux 7
Private report: No CVE-ID: None
 [2001-09-28 13:12 UTC] prevost-eric2 at wanadoo dot fr
i had compiling php 4 whith this options :

./configure --with-mysql=../mysql --with-config-file-path=/www/conf --with-gd --with-apache=../apache --enable-track-vars


when i configure apache by this command
./configure --prefix=/www --activate-module=/src/modules/php4/libphp4.a

it's return 
/usr/X11R6/lib/libXpm.so.4: undefined reference to 'XDefaultScreen'

I use
Php 4.0.6
Apache 1.3.20
Gd 1.8.4
libpng 1.2.0
mysql 3.23.42
jpeg 6b

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-21 01:07 UTC] sniper@php.net
Do you have the X11 libs installed ? Like libX11.a (or .so)
Try also adding  --with-xpm-dir=yes to your configure line.


--Jani

 [2001-11-11 06:14 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 22:01:30 2025 UTC