Imager - Re: Problem Installing Imager

Posted on Sat Apr 1 02:09:09 2006 by tonyc in response to 2090 (See the whole thread of 7)
Re: Problem Installing Imager
You'll need to install giflib or libungif if you want animated GIFs from Imager.

You can get source for either from:

http://sourceforge.net/project/showfiles.php?group_id=102202

You'll probably want to supply a --prefix option to configure to install somewhere under your home directory.

Once you have giflib installed you'll need to rebuild Imager telling where to find it:
perl Makefile.PL --incdir /path/to/prefix/include --libdir /path/to/prefix/lib PREFIX=/where/to/ins +tall make make test make install
Direct Responses: 2094 | Write a response