Note that the MySQL client library is not bundled anymore!

Unable to get PHP configured to my specifications using the Ubuntu repositories, I decided to install it from source. However, I kept getting the error:

Note that the MySQL client library is not bundled anymore!

Not wanting to install MySQL from source, I found a package in the Ubuntu repositories that installed the necessary library files.

sudo apt-get install libmysqlclient15-dev

After I installed that package, PHP was able to install successfully.

Related posts:

  1. Slow connection to Ubuntu repositories While attempting to get a fully functional LAMP stack running on my Ubuntu install, I opted to use the repositories...
  2. SSHMenu Until today, my installation of Ubuntu was not working well, and due to time constraints I was forced to fall...

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.


2 Responses to “Note that the MySQL client library is not bundled anymore!”

  1. Moraes

    Thank you very much! You saved my life :D

    Reply |

  2. Markon

    Thank you very much.

    BTW, to people who are trying to install it on 64 bit systems, …don't forget to specify –with-libdir=64 as your configure argument ;)

    Bye!

    Reply |