Results 1 to 10 of 40

Thread: [CoD2] Setup CoD2 on your Ubuntu server

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #40
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Works fine for me on a fresh Debian 11 amd64 install, substituting the libmysqlclient-dev:i386 with libmariadb-dev-compat:i386.

    Literally all commands until cod2 server got started:

    Code:
    sudo dpkg --add-architecture i386
    sudo apt update
    sudo apt -y install libstdc++5:i386
    sudo apt -y install gcc-multilib
    sudo apt -y install libmariadb-dev-compat:i386
    sudo apt -y install g++-multilib
    sudo apt -y install git
    git clone https://github.com/voron00/libcod
    cd libcod
    ./doit.sh cod2_1_3
    cd ..
    nano run.sh
    chmod 700 run.sh
    cd cod
    chmod 700 cod2_lnxded_1_3
    cd ..
    ./run.sh
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. The Following User Says Thank You to IzNoGoD For This Useful Post:

    kung foo man (12th December 2021)

Posting Permissions

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