AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Driver not Found (https://forums.alliedmods.net/showthread.php?t=331361)

painlesstgp 03-17-2021 06:13

Driver not Found
 
Just recently got an OVH, and installed linuxgsm on it, and trying to connect a DB from a webhost.

I've asked them to whitelist the VPS's IP and they have done it but it still says

kento_rankme.smx (RankMe): [RankMe] Unable to connect to the database (Driver "" not found)
mostactive.smx (SM Most Active): Databases dont work
sbpp_checker.smx (SourceBans++: Bans Checker): Failed to connect to SourceBans DB, Could not find driver "mysql"


Any idea? I am clueless and i really wanna get the srv up n running.

Regards.

TomL. 03-17-2021 07:00

Re: Driver not Found
 
It literally says right there:
Code:

Could not find driver "mysql"
You need to install the mysql driver.

asherkin 03-17-2021 09:26

Re: Driver not Found
 
The MySQL extension has probably failed to load, check the "sm exts list" command.

A common cause of this is your OS missing the 32-bit zlib/libz package.

Quote:

Originally Posted by TomL. (Post 2740725)
You need to install the mysql driver.

It is part of SourceMod.

TomL. 03-17-2021 14:30

Re: Driver not Found
 
Quote:

Originally Posted by asherkin (Post 2740738)
The MySQL extension has probably failed to load, check the "sm exts list" command.

A common cause of this is your OS missing the 32-bit zlib/libz package.



It is part of SourceMod.

Sorry, extension.

oqyh 03-17-2021 16:51

Re: Driver not Found
 
Quote:

Originally Posted by painlesstgp (Post 2740720)
Just recently got an OVH, and installed linuxgsm on it, and trying to connect a DB from a webhost.

I've asked them to whitelist the VPS's IP and they have done it but it still says

kento_rankme.smx (RankMe): [RankMe] Unable to connect to the database (Driver "" not found)
mostactive.smx (SM Most Active): Databases dont work
sbpp_checker.smx (SourceBans++: Bans Checker): Failed to connect to SourceBans DB, Could not find driver "mysql"


Any idea? I am clueless and i really wanna get the srv up n running.

Regards.


You're missing a lib

Code:
Code:

apt-get install lib32z1
OR

Code:
Code:

apt-get install lib64z1

painlesstgp 03-19-2021 05:56

Re: Driver not Found
 
Issue solved, thanks for answering guys!


All times are GMT -4. The time now is 01:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.