when i checked the 'debug.log' file after it broke,
it said :

gcc -o conftest -g -O2  [...snip ] -lXpm -L/usr/X11R6/lib/ -lX11 1>&5
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status


perhaps you had the X11 libraries even though 
you didnt have the actual server binaries.

or do you think there's something else wrong?

(either way, i'm dl'ing the X11 libs for the box
right now, so in a few minutes, i'll know for 
certain) 

:)



> -----Original Message-----
> From: Brandon Orther [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 15, 2001 6:00 PM
> To: PHP User Group
> Subject: RE: [PHP] PHP and GD on a Redhat linux box
> 
> 
> I do not believe this is the reason that you are having problems.  I have
> compiled GD on many Redhat machines without X11
> 
> Brandon
> 
> -----Original Message-----
> From: scott [gts] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 15, 2001 2:44 PM
> To: php
> Subject: [PHP] PHP and GD on a Redhat linux box
> 
> 
> i had compile problems for PHP + GD on a linux box.
> 
> my best guess is that GD requires X11 support to
> work properly, and in turn blows up the PHP
> compile when GD cannot find the 'X11' library....
> 
> since the box is a server, bells and whistles like
> Xwindows are not installed....
> 
> figured i'd share with anyone, in case others are having
> the same problem compiling.
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to