Koozali.org: home of the SME Server

How enable or Install t1lib library

tiziano

How enable or Install t1lib library
« 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

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au
.........

tiziano

How enable or Install t1lib library
« Reply #2 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

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au
How enable or Install t1lib library
« Reply #3 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
.........

Offline jonic

  • *
  • 103
  • +1/-0
How enable or Install t1lib library
« Reply #4 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.