extor
Verified User
cannot install FreeType 2 (solved)
Hello,
I'm hoping that someone could help me. Some of my clients requested to have FreeType2 available for use.
I have searched this forum and didn't found a (good) howto.
What I have done is the following:
- cd /usr/local/directadmin/customapache/
- (downloaded freetype-2.1.9.tar.gz)
- tar zxf freetype-2.1.9.tar.gz
- cd freetype-2.1.9
- ./configure
- make
- make install
^^ above went well and installed the lib's into /usr/local/lib
Then I modified the build script located in /usr/local/directadmin/customapache/ with the next code:
./configure --with-png=/usr/local --with-jpeg=/usr/local --without-freetype
by
./configure --with-png=/usr/local --with-jpeg=/usr/local --with-freetype=/usr/local
Then I did:
- ./build clean
- ./build php
- service httpd restart
And as you can see at http://thijma.nl/phpinfo.php FreeType* still isn't listed and cannot beeing used. I'm out of ideas so I hope someone is willing to help me to get FreeType2 installed correctly .
I will be very thankful!
Greetings,
Thijs Joosten
The Netherlands
Hello,
I'm hoping that someone could help me. Some of my clients requested to have FreeType2 available for use.
I have searched this forum and didn't found a (good) howto.
What I have done is the following:
- cd /usr/local/directadmin/customapache/
- (downloaded freetype-2.1.9.tar.gz)
- tar zxf freetype-2.1.9.tar.gz
- cd freetype-2.1.9
- ./configure
- make
- make install
^^ above went well and installed the lib's into /usr/local/lib
Then I modified the build script located in /usr/local/directadmin/customapache/ with the next code:
./configure --with-png=/usr/local --with-jpeg=/usr/local --without-freetype
by
./configure --with-png=/usr/local --with-jpeg=/usr/local --with-freetype=/usr/local
Then I did:
- ./build clean
- ./build php
- service httpd restart
And as you can see at http://thijma.nl/phpinfo.php FreeType* still isn't listed and cannot beeing used. I'm out of ideas so I hope someone is willing to help me to get FreeType2 installed correctly .
I will be very thankful!
Greetings,
Thijs Joosten
The Netherlands
Last edited: