Results 1 to 2 of 2

Thread: Unable to location libmysqlclient Ubuntu 12.10

  1. #1
    Join Date
    Dec 2008
    Beans
    7

    Question Unable to location libmysqlclient Ubuntu 12.10

    Hi guys,

    I'm attempting to compile the latest version of Wt (witty) and require the mysqlclient library. I've apt-get installed mysql-client and libmysqlclient-dev however, am unable to locate any related libmysql library files that I'm expecting to find within /usr/lib/.

    Would someone be able to confirm what libraries I should expect to be seeing and if there's any reason why they're not showing up?

    Many thanks

  2. #2
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: Unable to location libmysqlclient Ubuntu 12.10

    Try
    Code:
    dpkg -L mysql-client libmysqlclient-dev|grep 'file_you_are_looking_for'
    Most probably, the libraries are under
    Code:
    /usr/lib/`dpkg-architecture -qDEB_BUILD_GNU_TYPE`
    Last edited by schragge; April 10th, 2013 at 08:11 AM.

Tags for this Thread

Bookmarks

Posting Permissions

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