Results 1 to 10 of 41

Thread: Help me pls)))

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 451 Times in 305 Posts
    Quote Originally Posted by maxdamage99 View Post
    My server is running on the VDS, I have access to FTP, and others, including the .ssh. Version cod2 1.0
    Operating System: CentOS-6-amd64. I do not know what it is, or linux windows.
    I think you will need 'mysql-devel.i386' or 'mysql-devel.i686' for mysql support in libcod. (CentOS is linux, yum install ...)

    Building libcod from source
    PHP Code:
    git clone https://github.com/kungfooman/libcod.git libcod
    cd libcod
    ./doit.sh base
    ./doit.sh cod2_1_0
    cp bin
    /*.so /path/to/libcod/libs/ 
    Edit: you might need some development tools if you get errors. (yum groupinstall "Development Tools")

    When you start your server with libcod it will say this:
    PHP Code:
    > [INFOCompiled for: CoD2 1.3
    Compiled
    Sep  4 2014 21:06:23
    > [INFOvalue of closer=081141ba
    > [INFOvalue of download=0808f940
    > [PLUGIN LOADED
    Last edited by Mitch; 29th October 2014 at 22:27.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •