Web Hosting Talk







View Full Version : Perldesk and Plesk?


PierreB
07-06-2002, 03:19 PM
Hi there, I don't seem to get perldesk to work iwth plesk. Anyone know what is there to do to have it work? keep on getting a internal 500 server error.

thanks in adnvace

FDrive
07-06-2002, 03:49 PM
I'm assuming you've already done all of the basic stuff like upload in ASCII mode and chmod to 755? Take a look at the server error log to see exactly what is causing the 500 error... that should give you a clue as to how to fix it

PierreB
07-06-2002, 04:06 PM
[Fri Jul 5 23:52:55 2002] [error] [client 209.226.144.151] Premature end of script headers: /home/httpd/vhosts/lehost.net/cgi-bin/install.cgi
Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at install.cgi line 27.
BEGIN failed--compilation aborted at install.cgi line 27.

that's the error I get.

JSpired
07-06-2002, 05:40 PM
It looks like you're missing a module. Did you run scheck.pl first to make sure you had the correct modules installed?

PierreB
07-06-2002, 11:00 PM
sheck.pl won't even run...

Shyne
07-06-2002, 11:24 PM
http://www.cpan.org/authors/id/TIMB/DBI-1.28.tar.gz

perl Makefile.PL
make
make install

Good luck.

AcuNett
07-07-2002, 04:27 PM
You need to install the MD5 perl module after that follow these instructions: http://forum.plesk.com/showthread.php?s=&threadid=849&highlight=dbd

Fourth post down.

bbi-linux
07-07-2002, 06:10 PM
if you have the RPM install of plesk you can just use the RPM's off the plesk download site

perl-DBD-MySQL-1.2215-1.i386.rpm
perl-DBI-1.14-10.i386.rpm

StevenG
07-08-2002, 09:31 AM
and check..... http://www.webhostingtalk.com/showthread.php?s=&threadid=59133

PierreB
07-09-2002, 05:11 PM
thanks for the info but some stuff are not working so I need to check why... Should there be any new threads concerning perldesk and plesk let me know... the one I have visited was from last november and was meant fdor PSA 2.0.

thanks for all infos.