XFileSharing Pro - Installing XFileSharing Pro on Ubuntu 16.04

Message
Author
vaassi
Posts: 1
Joined: May 22, 2018 1:01 pm

Installing XFileSharing Pro on Ubuntu 16.04

#1 Postby vaassi » May 22, 2018 1:15 pm

Dear Support,

I have issue with the latest XFilesharin Pro installation on Ubuntu Server 16.04. During installation install.cgi script tells that some modules are missing, but this modules already installed. Please help to solve this issue.
error.png
error.png (12.37 KiB) Viewed 5084 times
error2.png
error2.png (5.95 KiB) Viewed 5084 times
Thank you.

gits
Posts: 3
Joined: May 09, 2016 3:02 pm

Re: Installing XFileSharing Pro on Ubuntu 16.04

#2 Postby gits » Aug 07, 2018 8:40 am

I have the exact same problem on debian. Any clue?

gits
Posts: 3
Joined: May 09, 2016 3:02 pm

Re: Installing XFileSharing Pro on Ubuntu 16.04

#3 Postby gits » Aug 07, 2018 9:05 am

try this:
apt-get install default-libmysqlclient-dev

then install everything again with the CPAN according to install.txt...

binary
Posts: 3
Joined: Jan 27, 2012 10:23 am

Re: Installing XFileSharing Pro on Ubuntu 16.04

#4 Postby binary » Aug 08, 2018 2:05 pm

i managed it to install on ubuntu16 with follwoing Install manual

********DOIT**********
apt-get install perl
apt-get install libwww-perl
apt-get install libdbi-perl
apt-get install libmysqlclient-dev
apt-get install libdbd-mysql-perl
apt-get install libgd-perl
apt-get install libcache-memcached-perl
apt-get install Memcached
apt-get install libcrypt-ssleay-perl
apt-get install libcgi-simple-perl

delete /usr/lib/cgi-bin/Modules/CGI.pm
delete /usr/lib/cgi-bin/Modules/CGI/
copy Filter524641.so to /usr/lib/cgi-bin/Modules/Sibsoft/

chmod -v 0755 /usr/lib/cgi-bin/install.cgi

#Change apache conf
/etc/apache2/apache2.conf -> /var/www AllowOverride All

a2enmod cgi
a2enmod rewrite
********DOIT**********

i hope that helps
the file Filter524641.so will be given by Sibsoft support. If not ask me I have it.

biswajit209
Posts: 2
Joined: May 13, 2021 2:05 pm

Re: Installing XFileSharing Pro on Ubuntu 16.04

#5 Postby biswajit209 » May 16, 2021 8:49 am

I'm looking for the file "Filter524641.so" kindly upload it. Thanks