Hi,

 I got some problems installing GD support on redhat 9 (maybe because I
didn't do something right) but here is my workaround, if someone has the
same problems and wants to give it a try.

First always run otrs.checkModules.pl
You should get something like:
GD .... Not Installed
GD::Text Not Installed
Etc


So, I thought to get it from CPAN...
Perl -MCPAN -e shell
Install GD

I got a lot of error messages :)
So, after some time I figured out that I had to upgrade libgd, so, just
download it from:
http://www.boutell.com/gd/
After ./configure I saw that I didn't had jpeg support, so again, I
downloaded libjpeg src from:
ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
Follow the directions and install the needed libjpeg.a.

Go back to gd, and run ./configure again (remember the libpath where you
installed libjpeg.a)
Seeing that jpeg support now is enabled, just go through the normal
process of make; make install

After this you can go back to perl CPAN and try to install GD again...
It should all be ok.
Run otrs.checkModules.pl. Output should be like:

GD .... OK
GD::Text Not Installed
Etc

Download the other CG modules from CPAN.

Feel free to contact me if you need some more detail.

Hope it helps,
 Duarte
  

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to