True, but the compilation options stated --without-readline . So what is going on?
That means it won't use the readline library in the source tree, i.e., it expects to find a readline system library.
-----Original Message----- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:25 PM To: Luis Lebron Cc: Mysql (E-mail) Subject: Re: Compiling MySQL 4
On Thu, Nov 06, 2003 at 01:01:47PM -0600, Luis Lebron wrote:I am trying to compile MySQL 4.x on a Red Hat 8.0 but I'm getting the following error
/usr/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make[2]: *** [mysql] Error 1 make[2]: Leaving directory `/usr/src/mysql/mysql-4.0.16/client' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/mysql/mysql-4.0.16' make: *** [all] Error 2
[snip]
Any ideas on what is wrong or missing?
"cannot find -lreadline"
The readline library is missing.
-- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com
Are you MySQL certified? http://www.mysql.com/certification/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]