Results 1 to 10 of 15

Thread: libmysqlclient.so.18

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    For the case dpkg doesn't work also, you can use the old way:

    Download the mysql libs here: http://dbg.killtube.org/libcod/libs/mysql/

    Start like this:

    Code:
    LD_LIBRARY_PATH=/folder/to/libs/mysql LD_PRELOAD=libcod2_1_3.so ./cod2_lnxded +set fs_game ...
    or:
    Code:
    export LD_LIBRARY_PATH="/folder/to/libs/mysql"
    export LD_PRELOAD="libcod2_1_3.so"
    ./cod2_lnxded +set fs_game ...
    For the case that's not working also, I've compiled libcod without the mysql-dependency: http://killtube.org/downloads/libcod/

    Edit: Silent requested some files, old files are down: http://killtube.org/downloads/silent/
    timescale 0.01

  2. #2
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Quote Originally Posted by kung foo man View Post
    For the case dpkg doesn't work also, you can use the old way:

    Download the mysql libs here: http://dbg.killtube.org/libcod/libs/mysql/
    How to download that?

  3. #3
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Quote Originally Posted by Ni3ls View Post
    How to download that?
    The MySQL libs are here now: http://killtube.org/downloads/silent/mysql/

Tags for this Thread

Posting Permissions

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