i did it for linux.

basically, what i did was to get GD and the other
libraries, 'configure' and 'make' them all

then, go into the PHP directory and tell PHP's
configure script where GD and such reside:

ex: ./configure --with-gd-dir=../gd-1.8.4/ --with-jpeg-dir=../jpeg-6b/ 

somthing similar to that should work


> -----Original Message-----
> From: Louis Grenzebach [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 11:53 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] BSD/GD/PHP/APACHE/SOS
> 
> 
> Would anyone know of, or could possibly supply, a HOW-TO for installing 
> GD, with Jpeg and freetype support for php, on a freebsd platform? I'm 
> currently using apache 1.3.19 (just upgraded from 1.3.12), & php 4.0.4pl1 
> on FreeBSD Release 4.0.
> 
> I've been trying for 4 days now to get it working, it's finally down to 
> everything compiles and installs OK, but when it comes time to actually 
> run apache, it's unable to find my X11 libs. If you know a work around for 
> just that, it would also be extremely helpful.
> 
> Thank you in advance.
> PKshifted
> 
> 
> 
> 
> -- 
> 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