[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [cobalt-users] php jpeg support raq4



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