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

Title: How enable or Install t1lib library
Post 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
Title: How enable or Install t1lib library
Post by: fixit on October 19, 2006, 04:37:26 PM
Try this link

http://centos.karan.org/el4/extras/stable/i386/RPMS/t1lib-5.0.2-1.i386.rpm

Russell
Title: How enable or Install t1lib library
Post by: tiziano on October 19, 2006, 07:14:18 PM
yess tnx :o

but after install this pack
need:

 find: usr/x11r6/libx11/font: no such file or directory
Title: How enable or Install t1lib library
Post by: fixit on October 20, 2006, 01:29:13 AM
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
Title: How enable or Install t1lib library
Post by: jonic on March 08, 2007, 03:26:39 PM
Quote from: "fixit"
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.