It says you don't have those modules installed. Did you check the extensions folder to see, if the files are physically there?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
SourceBans - Bans not showing up on web page
-
- 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
Re: SourceBans - Bans not showing up on web page
Just checked, yes it it their.
Re: SourceBans - Bans not showing up on web page
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:
Debian:
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
Code: Select all
apt-get install lib32z1