1. GSManager
    1. Features
    2. Supported Games
    3. News
    4. Statistics
    5. Server list
  2. Lexicon
  3. Filebase
  4. Development
  5. Forum
    1. Dashboard
    2. Unresolved Threads
  6. Web-Interface
  7. Articles
  8. Members
    1. Recent Activities
    2. Users Online
    3. Team
    4. Search Members
  • Login
  • Register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Files
  • Forum
  • Lexikon
  • More Options
  1. GSManager
  2. Forum
  3. Support
  4. Installation

PHP-Fehler

  • Icetea
  • October 7, 2012 at 6:55 PM
The project GSManager (formerly ManuAdminMod) was discontinued on 01.01.2020 - this internet presence stays available, but the software is no longer maintained. Thanks for your support over the more than 10 past years!
  • Icetea
    Beginner
    Points
    520
    Posts
    99
    • October 7, 2012 at 6:55 PM
    • #1

    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
    Display More

    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.

  • Luk
    Professional
    Points
    7,415
    Trophies
    3
    Posts
    1,448
    • October 7, 2012 at 7:16 PM
    • #2

    Ubuntu benutzt nur SQLite 3.x, was nicht funktioniert. Musste nachgooglen, wie du 2.x zum laufen kriegst, hatte ich auch schon einmal auf nem Server eines anderen.

  • Icetea
    Beginner
    Points
    520
    Posts
    99
    • October 7, 2012 at 7:58 PM
    • #3

    Danke für den Tipp.
    Ich musste erst PHP deinstallieren um dann mit apt-get install sqlite das Paket zu installieren (falls welche das gleiche Problem haben ;) )
    Aber es kommt immer noch die gleiche Fehlermeldung

    Code
    sqlite -version
    2.8.17
  • This threads contains 7 more posts that have been hidden for guests.
  1. Staff
  2. Privacy Policy
  3. Terms of Service
  4. Legal Notice
  5. Contact
Powered by WoltLab Suite™