I have a perl script which will work on my home computer, however, when I upload the script to the hosting site I recieve an error concerning a "loadable object" in GD.pm.


I assume this is because there is some module missing on the hosting site. How do I determine what that is?

Here is the error, if anyone has seen this and can help me it would be great, thank you.

_________________________________________________________
Content-type: text/html

<H1>Software error:</H1>
<PRE>Can't locate loadable object for module GD in @INC (@INC contains: d:/Perl/lib d:/Perl/site/lib .) at d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl line 8
Compilation failed in require at d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl line 8.
BEGIN failed--compilation aborted at d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl line 8.
</PRE>
<P>
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.

HTTP/1.1 200 OK
Content-type: text/html

[Tue Dec 24 17:31:00 2002] d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl: Can't locate loadable object for module GD in @INC (@INC contains: d:/Perl/lib d:/Perl/site/lib .) at d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl line 8
<br>[Tue Dec 24 17:31:00 2002] d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl: Compilation failed in require at d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl line 8.
<br>[Tue Dec 24 17:31:00 2002] d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl: BEGIN failed--compilation aborted at d:\html\users\toddshifflettcom\html\cgi-bin\cheetosShowAlbum.pl line 8.
<br>


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to