logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Building PHP 5.3.4 and MySQL 5.5.8 GA (libmysql)
Author
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Sat 25 Dec '10 8:30    Post subject: Building PHP 5.3.4 and MySQL 5.5.8 GA (libmysql) Reply with quote

When you build PHP by your own, I found the following at the site from Gopal:

As you are probably aware, PHP 5.3.4 does not compile with MySQL 5.5 GA. The details can be seen in MySQL bug queue. Basically, the problem boils down to incorrect installation of MySQL headers. MySQL 5.5 build system does not install the headers under the include-prefix/mysql directly but instead installs under the include-prefix directory itself. So, when the PHP build system looks for the MySQL headers, it cannot find <mysql/psi/mysql_thread.h> and so forth.
What is the fix?

The MySQL dev team has committed patches to fix this issue in MySQL which is due to go out in the next release. If you are impatient for the next release, go ahead to http://g13n.livejournal.com/6968.html

Steffen
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Tue 28 Dec '10 19:47    Post subject: Reply with quote

Well apr_dbd_* also doesn't build against MySQL 5.5
Back to top


Reply to topic   Topic: Building PHP 5.3.4 and MySQL 5.5.8 GA (libmysql) View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads