XFileSharing Pro - Do i fit the requirements with Perl LWP module

Message
Author
mpdrie
Posts: 15
Joined: Jul 09, 2008 8:16 am

Do i fit the requirements with Perl LWP module

#1 Postby mpdrie » Sep 19, 2010 5:15 pm

http://62.193.235.14/info.php is the info about the server, do i fit the requirements for the Perl LWP module that i need to let the script do his work normally?

kind regards

Anturaju93
Posts: 91
Joined: May 13, 2010 6:46 pm

#2 Postby Anturaju93 » Sep 20, 2010 4:13 am

You do not need PHP for this script to work. This is what you need:
Requirements:
* Perl > 5.005 ver. [http://www.perl.com/download.csp]
* LWP, DBI, DBD::mysql Perl modules
* MySQL database >= 4.1 ver. [http://www.mysql.com]
* Apache mod_rewrite module, mod_headers module (optional)
* .htaccess files enabled [http://www.tutorio.com/tutorial/enable- ... -on-apache]
* GD lib, GD perl module (optional) [http://www.libgd.org/Downloads]
You can install Perl modules from cPanel.

mpdrie
Posts: 15
Joined: Jul 09, 2008 8:16 am

#3 Postby mpdrie » Sep 20, 2010 10:03 am

it works with plesk, so i think it wont work :(

Anturaju93
Posts: 91
Joined: May 13, 2010 6:46 pm

#4 Postby Anturaju93 » Sep 20, 2010 10:31 am

http://www.hostgator.com/shared.shtml shared hosting plans with cpanel works perfect with xfilesharing script.

mrperl
Posts: 65
Joined: Mar 06, 2010 11:40 am

Re: Do i fit the requirements with Perl LWP module?

#5 Postby mrperl » Sep 23, 2010 11:17 am

If yum is available on your system (CentOS and RedHat linux users), then you can easily install LWP with the following command:

yum install perl-libwww-perl