Hey,
ich habe auf meinem neuen root-Server einen CoD4-Server aufgesetzt und wollte dazu noch MAM installieren. Dazu hab ich wie im Wiki beschreiben erstmal die nötigen PHP-Pakete gedownloadet. Doch er konnte schonmal ein Paket nicht finden.
Code
apt-get install php5 php5-cli php5-gd php5-mysql php5-sockets php5-sqlite
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
E: Paket php5-sockets kann nicht gefunden werden
Deswegen hab ich das ohne dieses Paket installiert doch als ich MAM starten wollte kommen im Debug-Modus diese Fehler
PHP
./startscript debug PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/mysqlnd.so' - /usr/lib/php5/20090626/mysqlnd.so: cannot open shared object file: No such file or directory in Unknown on line 0
Manu-Admin-Mod v0.11.5 Beta Copyright (C) 2008-2010 Manuel Kress
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
Visit http://manuadminmod.de if you have any trouble
[07.10.12 18:42:57] Notice: ==========================================
[07.10.12 18:42:57] Notice: Manu-Admin-Mod v0.11.5 Beta is starting...
[07.10.12 18:42:57] Notice: ==========================================
[07.10.12 18:42:57] Notice: !! Please wait until the mod is completely initialised
[07.10.12 18:42:57] Notice: Config loaded: config.cfg
[07.10.12 18:42:57] Notice: Config loaded: plugins/serverinfo.cfg
[07.10.12 18:42:57] Notice: Config loaded: maps.cfg
[07.10.12 18:42:57] Notice: Config loaded: admins.cfg
[07.10.12 18:42:57] Notice: Config loaded: groups.cfg
[07.10.12 18:42:57] Notice: Config loaded: reasons.cfg
[07.10.12 18:42:57] Notice: Language files loaded: en
[07.10.12 18:42:57] Notice: All config files were parsed
[07.10.12 18:42:58] Notice: RCON connection established (217.172.187.17:28960)
[07.10.12 18:42:59] Notice: Game detected: Call of Duty 4
[07.10.12 18:43:00] Notice: Dvar check successful
[07.10.12 18:43:00] Notice: Synced playerlist with 'status'
[07.10.12 18:43:01] Notice: Updated Dvar g_gametype
[07.10.12 18:43:02] Notice: Updated teamnames (usmc vs. arab)
[07.10.12 18:43:02] Notice: Sets Dvar _manuadminmod to '0.11.5 Beta'
[07.10.12 18:43:02] Notice: == Loading plugins and commands ==
[07.10.12 18:43:02] Notice: - Loading tcp_query.php
[07.10.12 18:43:02] Notice: - Loading punkbuster.php
[07.10.12 18:43:03] !! Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin
[07.10.12 18:43:03] Notice: - Loading mapvote.php
[07.10.12 18:43:03] Notice: - Loading zserverrules.php
[07.10.12 18:43:03] Notice: - Loading basiccommands.php
[07.10.12 18:43:03] Notice: - Loading antiteamkiller.php
[07.10.12 18:43:03] Notice: - Loading welcomemessages.php
[07.10.12 18:43:03] Notice: - Loading funmessages.php
[07.10.12 18:43:03] Notice: - Loading nameprotection.php
[07.10.12 18:43:03] Notice: - Loading modstuff.php
[07.10.12 18:43:03] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: SUCCESS
[07.10.12 18:43:03] Notice: - Loading randommapcycle.php
[07.10.12 18:43:03] Notice: Randommapcycle: Setting nextmap to mp_bloc (sab)
[07.10.12 18:43:04] Notice: Set Dvar sv_maprotationcurrent to 'gametype sab map mp_bloc'
[07.10.12 18:43:04] Notice: - Loading warns.php
[07.10.12 18:43:04] Notice: - Loading voting.php
[07.10.12 18:43:04] Notice: - Loading customcommands.php
[07.10.12 18:43:04] Notice: - Loading spreemessages.php
[07.10.12 18:43:04] Notice: - Loading weaponrestrictions.php
[07.10.12 18:43:04] Notice: - Loading banner.php
[07.10.12 18:43:04] Notice: - Loading pingkicker.php
[07.10.12 18:43:04] Notice: - Loading serverinfo.php
[07.10.12 18:43:04] Notice: - Loading statistics.php
[07.10.12 18:43:04] !! Error: Statistics: SQLite extension for PHP is not installed! Please install the SQLite (v2.X) extension to use this feature
10s to quit
Alles anzeigen
Ich habe nochmal überprüft aber SQlite ist installiert.
Code
apt-get install php5-sqlite
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
php5-sqlite ist schon die neueste Version.
Es handelt sich um ein Ubuntu 12.04 Server.