Re: freebsd, php and gd libary

2004-03-20 Thread Jez Hancock
On Sat, Mar 20, 2004 at 08:40:53PM +0100, thomas may wrote: > Thanx for your answer. > > I have installed the mod_php4 port, and need gd library support. So if i try > the following, i get errors, in the options dialog i enabled gd support. Uninstall the mod_php4 port: cd /usr/ports/www/mod_php

Re: freebsd, php and gd libary

2004-03-20 Thread Jez Hancock
On Sat, Mar 20, 2004 at 10:24:28AM +0100, thomas may wrote: > i installed mod_php4 from ports tree with gd options, but it starts > automatically a xfree86 installation what i don?t need on my webserver. > > So i tried to install gd-2.0.22 manually. But i get the following error > after make insta

Re: freebsd, php and gd libary

2004-03-20 Thread Antoine Jacoutot
On Saturday 20 March 2004 10:24, thomas may wrote: > i installed mod_php4 from ports tree with gd options, but it starts > automatically a xfree86 installation what i don’t need on my webserver. You have to build gd without X support: $ make -DWITHOUT_X11 install clean Antoine ___