At 03:51 PM 11/21/2002 -0500, you wrote:
no problem, I figured it out... but it didn't help. I noticed it was looking for mysql/mysql.h so I add a soft link like thisWell, the -lz mod fixed the problem for me. So let's do a couple more things.
ln -s /usr/local/mysql/include /usr/local/include/mysql
then I did the same for the lib directories.
This subterfuge worked for includes but now it is complaining that it can't find the mysql libraries <sigh>.
1. Check LD_LIBRARY_PATH. Make sure all necessary paths have been listed (i.e. /usr/local/lib/mysql/).
2. If #1 does not resolve the issue. Include the output from configure. See if config.log includes any useful messages, and if so, include those in your response as well.
The soft link should not be necessary.
Regards,
Chris
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
