AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   curl bad load cs1.6 server (https://forums.alliedmods.net/showthread.php?t=306465)

Elit59 04-01-2018 08:56

curl bad load cs1.6 server
 
Hello.

how do I fix this bug?

Quote:

L 04/01/2018 - 14:51:50: [AMXX] Plugin "testcurl.amxx" failed to load: Module/Library "curl" required for plugin. Check modules.ini.
meta list
Quote:

Currently loaded plugins:
description stat pend file vers src load unload
[ 1] So Loader RUN - libsoloader_i386.so v1.0 ini ANY Start
[ 2] AMX Mod X RUN - amxmodx_mm_i386.so v1.8.2 ini Start ANY
[ 3] MySQL RUN - mysql_amxx_i386.so v1.8.2 pl2 ANY ANY
[ 4] SQLite RUN - sqlite_amxx_i386.so v1.8.2 pl2 ANY ANY
[ 5] Fun RUN - fun_amxx_i386.so v1.8.2 pl2 ANY ANY
[ 6] Engine RUN - engine_amxx_i386.so v1.8.2 pl2 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx_i386.so v1.8.2 pl2 ANY ANY
[ 8] CStrike RUN - cstrike_amxx_i386.so v1.8.2 pl2 ANY ANY
[ 9] CSX RUN - csx_amxx_i386.so v1.8.2 pl2 ANY ANY
[10] Ham Sandwich RUN - hamsandwich_amxx_i386.so v1.8.2 pl2 ANY ANY
10 plugins, 10 running
meta version
Quote:

Metamod-r v1.3.0.121, API (5:13)
Metamod-r build: 22:55:21 Mar 12 2018
Metamod-r from: https://github.com/theAsmodai/metamod-r/commit/89b29af
amxx version
Quote:

AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Feb 14 2013, 00:55:09
Build ID: 1.8.2 61:2ae84f7c0a97
Core mode: JIT+ASM32
amxx list
Quote:

Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.2 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.2 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.2 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.2 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.8.2 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.8.2 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.8.2 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.8.2 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.8.2 AMXX Dev Team mapsmenu.amxx running
[ 10] Plugin Menu 1.8.2 AMXX Dev Team pluginmenu.amxx running
[ 11] Admin Chat 1.8.2 AMXX Dev Team adminchat.amxx running
[ 12] Anti Flood 1.8.2 AMXX Dev Team antiflood.amxx running
[ 13] Scrolling Message 1.8.2 AMXX Dev Team scrollmsg.amxx running
X[ 14] Info. Messages 1.8.2 AMXX Dev Team imessage.amxx running [ 15] Admin Votes 1.8.2 AMXX Dev Team adminvote.amxx running
[ 16] NextMap 1.8.2 AMXX Dev Team nextmap.amxx running
[ 17] Nextmap Chooser 1.8.2 AMXX Dev Team mapchooser.amxx running
[ 18] TimeLeft 1.8.2 AMXX Dev Team timeleft.amxx running
[ 19] Pause Plugins 1.8.2 AMXX Dev Team pausecfg.amxx running
[ 20] Stats Configuration 1.8.2 AMXX Dev Team statscfg.amxx running
[ 21] StatsX 1.8.2 AMXX Dev Team statsx.amxx running
[ 22] unknown unknown unknown testcurl.amxx bad load
( 22) Load fails: Module/Library "curl" required for plugin. Check modules.ini.
22 plugins, 21 running

JusTGo 04-01-2018 09:03

Re: curl bad load cs1.6 server
 
add curl in modules.ini

Elit59 04-01-2018 09:14

Re: curl bad load cs1.6 server
 
Quote:

;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;

mysql
sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

curl

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

fun
engine
fakemeta
geoip
sockets
regex
nvault
cstrike
csx
hamsandwich

Relaxing 04-01-2018 09:40

Re: curl bad load cs1.6 server
 
https://forums.alliedmods.net/showthread.php?t=285656
Take a look here

Elit59 04-01-2018 09:53

Re: curl bad load cs1.6 server
 
yes it is

should these 2 files be here?
Quote:

/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
sorry bad English

JusTGo 04-01-2018 10:10

Re: curl bad load cs1.6 server
 
do you have curl_amxx_i386.so in amxmodx/modules/ ?

Elit59 04-01-2018 10:35

Re: curl bad load cs1.6 server
 
yes there

JusTGo 04-01-2018 10:49

Re: curl bad load cs1.6 server
 
show output of amxx modules

Elit59 04-01-2018 10:53

Re: curl bad load cs1.6 server
 
Quote:

Currently loaded modules:
name version author status
[ 1] MySQL 1.8.2 AMX Mod X Dev Team running
[ 2] SQLite 1.8.2 AMX Mod X Dev Team running
[ 3] unknown unknown unknown bad load
[ 4] Amxx Archive 1.0 Garey running
[ 5] Fun 1.8.2 AMX Mod X Dev Team running
[ 6] Engine 1.8.2 AMX Mod X Dev Team running
[ 7] FakeMeta 1.8.2 AMX Mod X Dev Team running
[ 8] GeoIP 1.8.2 AMX Mod X Dev Team running
[ 9] Sockets 1.8.2 HLSW Dev Team running
[10] RegEx 1.8.2 AMX Mod X Dev Team running
[11] nVault 1.8.2 AMX Mod X Dev Team running
[12] CStrike 1.8.2 AMX Mod X Dev Team running
[13] CSX 1.8.2 AMX Mod X Dev Team running
[14] Ham Sandwich 1.8.2 AMX Mod X Dev Team running
14 modules, 13 correct

klippy 04-01-2018 11:35

Re: curl bad load cs1.6 server
 
While the server i starting up (and perhaps while changing the map too) the server prints to the console why it couldn't load the module. Search your logs.


All times are GMT -4. The time now is 19:10.

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