------ Forwarded Message
From: John J. Rushford <[EMAIL PROTECTED]>
Date: Sun, 01 Sep 2002 00:04:08 -0600
To: <[EMAIL PROTECTED]>
Subject: Mysql 3.23.52 fails compile on OS X 10.2

Greetings,

Downloaded mysql 3.23.52 from the mysql web site and ran into compile
failures in the mysql client, the linker couldn't locate various curses
functions.  After troubleshooting this and adding -lncurses to the list of
LIBS in the client/Makefile, the compile and installation completed
sucessfully.

I configured using:  ./configure --prefix=/usr/local/mysql

Following the configure, I changed line 186 from 'LIBS = -lz -lm' to
'LIBS = -lz -lm -lncurses' so that the compile would pass.

Installation was sucessful and make test passed.  I have it up and running
now and can connect with a java jdbc client ok.

Regards
John J. Rushford
[EMAIL PROTECTED]

------ End of Forwarded Message


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to