Posted on 2009-07-06 01:10:49-07 by tonyc in response to 11111
Re: Trouble installing FreeType2 into Imager

As long as freetype-config is in the PATH, you should be able to just re-run the installation.

If you have previously installed Imager you could:

cpan> force install Imager

but this will install even if Imager fails tests.

To avoid that:

cpan> look Imager $ perl Makefile.PL done. gif: includes found - libraries found ungif: includes found - libraries found jpeg: includes found - libraries found png: includes found - libraries found tiff: includes found - libraries found freetype2: configured via freetype-config T1-fonts: includes found - libraries found TT-fonts: includes found - libraries found w32: includes not found - libraries not found ... $ make $ make test $ sudo make install

Where the

freetype2: configured via freetype-config

means it found your freetype 2 installation successfully.

Direct Responses: 11135 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.