|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-29 16:58 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 29 13:00:01 2026 UTC |
Setup script is as follows: ./configure --with-mysql=/usr \ --with-apxs \ --with-config-file-path=/etc/httpd/conf \ --enable-transid \ --with-gdbm \ --with-db \ --with-imap \ --with-gd=shared \ --with-jpeg-dir=/usr \ --with-xpm-dir=/usr Gives debug.log message that ld cannot find -lX11, and fails on compile. All X11 libs are installed and available in /usr/X11R6/lib. Have tried with and without the --x-libraries and --x-includes switches for configure with the same result. It's most likely something trivial that I'm overlooking. Any ideas?