its_joe

Well-Known Member
Feb 15, 2007
134
0
166
Hello,

We have WHM/cpanel and CentOS on server. Also with this we have PHP 5.2.0 on the server.

We want to install T1Lib on the server, but there is no option in easyapache to install it. So please guide us, how to install it on the server.

Thanks for the replies.

its_joe
 

internetfab

Well-Known Member
PartnerNOC
Feb 20, 2003
337
1
168
Gothenburg, Sweden
cPanel Access Level
DataCenter Provider
had a go of installing t1lib on a testserver - but ran into problems during the compile. Seems that GD compile fails.

Started off with:

Code:
cd /usr/local/src
wget ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-5.1.1.tar.gz
tar -zxvf t1lib-5.1.1.tar.gz
cd t1lib-5.1.1
./configure --prefix=/usr
make without_doc
make install
echo "--with-t1lib=/usr" >> /var/cpanel/easy/apache/rawopts/all_php5
Then I built apache2.2 with php5.2.5 and GD, TTF.

It produces a faulty build, getting an error on GD build but couldn't quite solve what in config.log was the problem.

Has anyone else had a go with this and succeeded?