Results 1 to 10 of 36

Thread: ERROR: ld.so: object 'libcod2_1_3.so' from LD_PRELOAD cannot be preloaded (cannot ope

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    You are doing preload for the screen this way. This will not work.

    What you proably want is eg server.sh:
    PHP Code:
    #!/bin/bash

    export LD_PRELOAD="$HOME/cod2_1_3/libcod2_1_3.so"

    PARAMS="+set fs_game ..."

    "./cod2_lnxded" "
    $PARAMS
    and then just launch that from screen

    PHP Code:
    screen sh server.sh 
    sudo apt-get rekt

  2. The Following 2 Users Say Thank You to voron00 For This Useful Post:

    feanor (21st May 2016),kung foo man (21st May 2016)

Posting Permissions

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