Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: tiziano on October 18, 2006, 11:55:20 AM
-
Hello,
please help me, how eanble t1lib on my php?
:?
in usr/incluse i don't have this library t1lib.h
how install?
tnx
-
Try this link
http://centos.karan.org/el4/extras/stable/i386/RPMS/t1lib-5.0.2-1.i386.rpm
Russell
-
yess tnx :o
but after install this pack
need:
find: usr/x11r6/libx11/font: no such file or directory
-
Run this from the command prompt, this will or should pick up most if not all the dependencies needed
yum --enablerepo=base --enablerepo=updates --enablerepo=addons install gd ImageMagick ImageMagick-perl gcc netpbm ffmpeg
Russell
-
Try this link
http://centos.karan.org/el4/extras/stable/i386/RPMS/t1lib-5.0.2-1.i386.rpm
Russell
I also need t1lib enabled in php.
I followed Russel's suggestion, and installed the t1lib rpm with yum, and it installed also the required dependencies. However checking php configuration with phpinfo() doesn't show support for t1lib.
Searching on the net I found out that I should compile php using --with-t1lib[=DIR]. However I am reluctant to compile php manually, being afraid that I will break other things.
Any thoughts on how to handle this?
Thanks.