Re: [PHP] configuring with gd for TTF

2001-07-03 Thread Michel 'ZioBudda' Morelli
On Tue, 3 Jul 2001, Michel 'ZioBudda' Morelli wrote: >On Tue, 3 Jul 2001, Brian White wrote: >> LD_LIBRARY_PATH=/usr/local/freetype/lib/ > >insert this line into argh... only /usr/local/freetype/lib/ sorry -- "La sapienza mi persegue, ma io sono piĆ¹ veloce". -- Michel Morelli

Re: [PHP] configuring with gd for TTF

2001-07-03 Thread Michel 'ZioBudda' Morelli
On Tue, 3 Jul 2001, Brian White wrote: > LD_LIBRARY_PATH=/usr/local/freetype/lib/ insert this line into /etc/ld.so.cong and run ldconfig -v (via root) bye -- "Il mondo si divide in due categorie: chi ha la pistola carica e chi scava. Tu scavi". -- Michel Morelli [EMAIL

RE: [PHP] configuring with gd for TTF

2001-07-03 Thread Matthew Loff
Sent: Tuesday, July 03, 2001 3:56 AM To: 'Brian White'; 'Ray Hilton'; 'PHP Mailing List' Subject: RE: [PHP] configuring with gd for TTF Ok, well here goes... I have removed the --enable-gd-native-ttf and --with-freetype-dir (or whatever it was) copied your settings

RE: [PHP] configuring with gd for TTF

2001-07-03 Thread Ray Hilton
ilton; 'PHP Mailing List' Subject: Re: [PHP] configuring with gd for TTF I completely gave up trying to compile freetype 2.x into GD. However I was able to successfully compile freetype 1.3 directly into PHP which seems to work fine. IE: forget trying to use: --enabl

RE: [PHP] configuring with gd for TTF

2001-07-03 Thread Ray Hilton
PROTECTED]] Sent: 03 July 2001 09:40 To: Ray Hilton; 'PHP Mailing List' Subject: RE: [PHP] configuring with gd for TTF Ok. Well, given mine works, I thought I would tell you what I have! My phpinfo says exactly the same: GD Support enabled GD Version 1.6.2 or higher FreeType Suppo

RE: [PHP] configuring with gd for TTF

2001-07-03 Thread Brian White
y Hilton >- >[EMAIL PROTECTED] >http://rayh.co.uk > >-Original Message- >From: Brian White [mailto:[EMAIL PROTECTED]] >Sent: 03 July 2001 09:08 >To: Ray Hilton; 'PHP Mailing List' >Subject: Re: [PHP] configuring with gd for TTF > > >I completely

Re: [PHP] configuring with gd for TTF

2001-07-02 Thread Brian White
I completely gave up trying to compile freetype 2.x into GD. However I was able to successfully compile freetype 1.3 directly into PHP which seems to work fine. IE: forget trying to use: --enable-gd-native-ttf instead: --with-ttf=/usr/local/freetype/ whic

[PHP] configuring with gd for TTF

2001-07-02 Thread Ray Hilton
I'm having all sorts of headaches trying to get TTF support in gd to work. I have compiled from scratch gd 1.8 with ttf support by way of freetype 2, this compiles fine. Then I compile php using the configure statement below and all I get when I try and call a TTF function is: Warning: libgd wa