Web Hosting Talk







View Full Version : Perl GD Library


Cephren
11-09-2001, 03:59 PM
Anyone know which version of GD comes with the Raq4?

(or does it even come with the raq)?


Thanks for the help guys.

Lawrence
11-09-2001, 10:23 PM
Well GD isn't a standard perl distribution module, but I don't know exactly if it comes with a Raq4 or not. Do Raqs only come with standard perl stuff?

ffeingol
11-10-2001, 12:14 AM
Try:

rpm -qa | egrep -i gd

the rpm -qa queries the rpm database and egrep -i gd does a case insensitive search for gd.

The RaQ4 I help with has gd installed. I'm pretty sure that all RaQ's have both gd and the perl GD module. They use it in the GUI to draw some of the stats.

Frank

Cephren
11-10-2001, 08:57 AM
Thanks ffeingol, I will try that out immediately.