Results 1 to 10 of 15

Thread: libmysqlclient.so.18

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    I had a similar issue when using libcod with Ubuntu 18.04

    Code:
    Error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
    Probably because I compiled libcod on Ubuntu 14.04.

    Fix is to uninstall current libraries;
    Code:
    sudo apt-get --purge remove libmysqlclient-dev:i386
    Then download this .deb package and install;
    Code:
    wget http://launchpadlibrarian.net/247514894/libmysqlclient18_5.6.28-1ubuntu3_i386.deb
    sudo apt install ./libmysqlclient18_5.6.28-1ubuntu3_i386.deb

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

    kung foo man (22nd January 2019)

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
  •