php-general | 2001032
Date: 03/30/01
- Next message: Data Driven Design: "Re: [PHP] Tab Index Functionality"
- Previous message: Adi Wibowo: "Re: [PHP] PHP Editor for Linux"
- In reply to: Louis Grenzebach: "[PHP] BSD/GD/PHP/APACHE/SOS"
- Next in thread: ..s.c.o.t.t.. [gts]: "RE: [PHP] BSD/GD/PHP/APACHE/SOS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:aquarium <email protected>]
> Sent: Thursday, March 29, 2001 11:53 PM
> To: php-general <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: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Data Driven Design: "Re: [PHP] Tab Index Functionality"
- Previous message: Adi Wibowo: "Re: [PHP] PHP Editor for Linux"
- In reply to: Louis Grenzebach: "[PHP] BSD/GD/PHP/APACHE/SOS"
- Next in thread: ..s.c.o.t.t.. [gts]: "RE: [PHP] BSD/GD/PHP/APACHE/SOS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

