Results 1 to 10 of 153

Thread: [CoD2][Tutorial] How to make your cracked server show up in the master list

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by punisher2202 View Post
    ok now i have this error

    Code:
    root@SERVER:~/cod2# LD_PRELOAD=libcod2_1_3.so ./cod2_lnxded +cod2_1_2_cracked +set sv_cracked 1 +set dedicated 2 +exec server.cfg +set sv_punkbuster 0 +map mp_breakout
    ./cod2_lnxded: /lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/i386-linux-gnu/libstdc++.so.6)
    ./cod2_lnxded: /lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/i386-linux-gnu/libstdc++.so.6)
    root@SERVER:~/cod2#
    Give me some time, I will formating the server and start together from the beginning
    Are you sure you installed 'gcc-multilib'. Otherwise it might be needed to build your own version to avoid these dependency issues.

    PHP Code:
    apt-get install git
    git 
    clone https://github.com/kungfooman/libcod.git libcod
    cd libcod
    ./doit.sh base
    ./doit.sh cod2_1_3 
    Now copy the .so in libcod/bin to your library directory or next to your binary.

    Edit: cod2 is a 32-bit program. But it can run on 64-bit.
    @mods it might be better to split the libcod posts to a new thread in the libcod forum.
    Last edited by Mitch; 27th March 2015 at 11:18.

Posting Permissions

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