Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Install a MySQL authentication module for Apache' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Install a MySQL authentication module for Apache
Authored by: mfried on Oct 06, '04 11:51:36AM
I had to change the line above

apxs -c -D lmysqlclient -lm -lz -I/usr/local/mysql/include/ -L/usr/local/mysql/lib/ mod_auth_mysql.c
to this

apxs -c -D lmysqlclient -lm -lz -I/Library/MySQL/include/mysql/ -L/Library/MySQL/lib/mysql/ mod_auth_mysql.c
My path to the files was different. I installed my version of MySQL from ServerLogistics.

---

---
Buy a Mac, save the world!

[ Reply to This | # ]