[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: [cobalt-users] php jpeg support raq4
- Subject: Re[2]: [cobalt-users] php jpeg support raq4
- From: Brian Curtis <admin@xxxxxxxxxxx>
- Date: Fri Jan 19 05:07:06 2001
- Organization: Pomfret Computer Technologies, LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello Hans,
Friday, January 19, 2001, 3:35:28 AM, you wrote:
HvK> Hi !
>> Hello I may well be wrong on this but i believe you have to install
>> the latest GDlib and then recompile php.
>> I have asked in here before and at present still is an on the list to do
>> job.
>> I may well be wrong?
HvK> Well, I asked also before. As far as I know you need to install GD, and the
HvK> JPEG module. I did that both, recompiled PHP, but no success.
HvK> Has anyone did this successfully? I would appreciate some help ;)
Sure. If PHP isn't finding the necessary libs when you run configure,
you can pass the lib location to configure:
./configure \
...
--with-gd \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-ttf \
--with-t1lib
All my support libs reside in /usr/lib/. I did download the additional
support libs for each item shown above.
--
Best regards,
Brian Curtis