SourceBans - Bans not showing up on web page

Connect with other users about what to run on your webhosting (and how to run it) here.
$atanic $pirit
This is my homepage
This is my homepage
Posts: 251
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Jan 28, 2014 5:32 am

Re: SourceBans - Bans not showing up on web page

Post by $atanic $pirit »

Evan52098 wrote:[SM] Displaying 12 extensions:
[12] <FAILED> file "dbi.mysql.ext.so": libz.so.1: cannot open shared object file: No such file or directory
It says you don't have those modules installed. Did you check the extensions folder to see, if the files are physically there?
Image
Evan52098
New to forums
New to forums
Posts: 10
Joined: Sun Aug 23, 2015 3:53 pm

Re: SourceBans - Bans not showing up on web page

Post by Evan52098 »

Just checked, yes it it their.
balon
New to forums
New to forums
Posts: 2
Joined: Sat Sep 12, 2015 6:56 pm

Re: SourceBans - Bans not showing up on web page

Post by balon »

Hello,

Not sure if you need help with this still, hopefully you've figured it out, but if not that error usually relates to dependencies missing on your machine. If you are unmanaged, and on a linux OS, you should be able to get this working fully with just a few commands.

If you have access to your machine (unmanaged) run the following command for the mysql driver to work.

CentOS:

Code: Select all

yum install ia32-libs 
Debian:

Code: Select all

apt-get install lib32z1
Post Reply