Page 1 of 1

Freetype for GT-tag installation

Posted: Wed 5. May 2004, 01:20
by snobba
There must be someone here that are totally in check with SSH-telnet?? Because I am going to use this to enable free-type on my server and then build navigationbars with GT-tag!! :lol: It's no fun when they only work on my localhost. But I have to do it myself - I have a selfserving provider.

And I really do not want to f..k up my server so I wonder if this look kind of alright to do in SSH?

Code: Select all

cd /etc/sysconfig/network-scripts/installd/buildapache/
cd php-4.3.4

'./configure' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf'

make
make install
install
Do I need this 'with ttf' and 'with freetype-dir..' or is it enough with this '..gd-native...'?? Or something else maybe??

Anyone knows more about this stuff?? Grateful for any help!

/ Martin

Posted: Thu 6. May 2004, 01:34
by snobba
Thanks for all your help guys! :wink:

I've solved it now...It was right what I did...