Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: libmysqlclient.so.18

  1. #1
    Private First Class YuriJurek's Avatar
    Join Date
    Jun 2013
    Posts
    219
    Thanks
    152
    Thanked 88 Times in 47 Posts

    libmysqlclient.so.18

    Hi there, so the problem I've got now is this:

    PHP Code:
    Error while loading shared librarieslibmysqlclient.so.18cannot open shared object 
    So basically it can not find the library, well I've tried a lot of fixes but none worked, would you guys recommend me any solution?

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Hey, which .so-file are you currently using?

    Did you:

    Code:
    apt-get install gcc-multilib
    apt-get install libmysqlclient-dev:i386
    apt-get install g++-multilib
    Which linux you are using?
    timescale 0.01

  3. The Following User Says Thank You to kung foo man For This Useful Post:

    YuriJurek (18th September 2013)

  4. #3
    Private First Class YuriJurek's Avatar
    Join Date
    Jun 2013
    Posts
    219
    Thanks
    152
    Thanked 88 Times in 47 Posts
    Hmmn, guess it's Debian x64 (While not quite sure cuz It's Blancos).
    Not tried yet with those, I am going to try it later today, thanks for quick answer.

  5. #4
    Private
    Join Date
    Feb 2013
    Location
    Poland
    Posts
    32
    Thanks
    33
    Thanked 27 Times in 8 Posts
    Code:
    E: Nie udało się odnaleźć pakietu libmysqlclient-dev:i386
    english:
    Code:
    E: Can't find package libmysqlclient-dev:i386
    I see this after entering "apt-get install libmysqlclient-dev:i386"

  6. #5
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    dpkg --add-architecture i386
    apt-get update
    No ... No ... this is not possible .......

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

    kung foo man (18th September 2013),YuriJurek (18th September 2013)

  8. #6
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    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

  9. #7
    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?

  10. #8
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    There are seemingly some troubles on debian x64. Maybe try editting your apt-get lists, might not find the x86 packages because of missing files on your mirrors.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  11. #9
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    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/

  12. #10
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Please show the results of cat /etc/apt/sources.list
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

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
  •