Re: [PHP] PHP+FreeType installation headaches

2003-11-26 Thread Jason Wong
On Wednesday 26 November 2003 13:51, Daniel Hansen wrote: I am having a bear of a time getting FreeType compiled into PHP. I have successfully installed the RPM: [EMAIL PROTECTED] rpms]# rpm -U freetype-2.1.3-6.i386.rpm [EMAIL PROTECTED] php-4.3.1]# rpm -q freetype-2.1.3-6

Re: [PHP] PHP+FreeType installation headaches

2003-11-26 Thread Daniel Hansen
Jason Wong wrote: With RHL you probably want: --with-freetype-dir=/usr I tried that -- no luck. But the libfreetype* files are in /usr/lib Someone else suggested installing the FT devel rpm (which I had not done earlier due to a download problem). I am trying that now. We'll see!

Re: [PHP] PHP+FreeType installation headaches

2003-11-26 Thread Jason Wong
On Wednesday 26 November 2003 15:06, Daniel Hansen wrote: Jason Wong wrote: With RHL you probably want: --with-freetype-dir=/usr I tried that -- no luck. But the libfreetype* files are in /usr/lib Someone else suggested installing the FT devel rpm (which I had not done earlier due to

Re: [PHP] PHP+FreeType installation headaches

2003-11-26 Thread Daniel Hansen
Jason Wong wrote: On Wednesday 26 November 2003 15:06, Daniel Hansen wrote: Jason Wong wrote: With RHL you probably want: --with-freetype-dir=/usr I tried that -- no luck. But the libfreetype* files are in /usr/lib Someone else suggested installing the FT devel rpm (which I had

[PHP] PHP+FreeType installation headaches

2003-11-25 Thread Daniel Hansen
I am having a bear of a time getting FreeType compiled into PHP. I have successfully installed the RPM: [EMAIL PROTECTED] rpms]# rpm -U freetype-2.1.3-6.i386.rpm [EMAIL PROTECTED] php-4.3.1]# rpm -q freetype-2.1.3-6 freetype-2.1.3-6 I know I need the --with-freetype-dir=DIR argument in