XFileSharing Pro - xfilesharing test script - Perl modules are missing

Message
Author
User avatar
sib-fan87
Posts: 33
Joined: Jan 04, 2022 8:37 pm

xfilesharing test script - Perl modules are missing

#1 Postby sib-fan87 » Oct 20, 2023 2:38 am

I uploaded the xfilesharing test script to one of my servers. I wanted to see if it would work.

It is shared hosting. I asked them to enable the compiler so i can install perl modules and they enabled it.

I installed them except i ran into 2 issues.

The DBI module is installed but the script says "DBI Fail"
DBI.png
DBI.png (179.77 KiB) Viewed 292 times
fail.jpg
fail.jpg (19.83 KiB) Viewed 292 times

The DBD::mysql failed when i tried to install it. "won't make"

wont-make.jpg
wont-make.jpg (41.16 KiB) Viewed 288 times

Code: Select all


OK
Building DBD-mysql-5.001 ... cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
Running Mkbootstrap for mysql ()
chmod 644 "mysql.bs"
"/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644
gcc -c  -I/home/sibfan87/perl5/lib/perl5/x86_64-linux-thread-multi/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/mysql -g  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"5.001\" -DXS_VERSION=\"5.001\" -fPIC "-I/usr/lib64/perl5/CORE"   dbdimp.c
FAIL
cpanminus failed with non-zero exit status: 1

All available perl module install methods have failed