Hello, On Nov 25, 2012, at 8:26 AM, Sad Clouds wrote:
Thank you for your help. I have taken a look at this. A lot of info in config.log. I have grep'ed out readline: cat databases/mysql51-client/work/mysql-5.1.65/config.log | grep readline $ ./configure --with-ssl=/usr --enable-thread-safe-client --localstatedir=/var/mysql --without-libwrap --without-readline --without-libedit --disable-dependency-tracking --without-debug --with-low-memory --with-zlib-dir=/usr --with-charset=latin1 --with-extra-charsets=all --without-extra-tools --without-server --prefix=/usr/local --build=m68k--netbsdelf --host=m68k--netbsdelf --infodir=/usr/local/info --mandir=/usr/local/man | #include "readline/readline.h" | #include "readline/readline.h" configure:31914: checking HIST_ENTRY is declared in readline/readline.h | #include "readline/readline.h" configure:31971: error: Could not find system readline or libedit libraries Use --with-readline or --with-libedit to use the bundled versions of libedit or readline CONF_COMMAND='./configure '\''--with-ssl=/usr'\'' '\''--enable-thread-safe-client'\'' '\''--localstatedir=/var/mysql'\'' '\''--without-libwrap'\'' '\''--without-readline'\'' '\''--without-libedit'\'' '\''--disable-dependency-tracking'\'' '\''--without-debug'\'' '\''--with-low-memory'\'' '\''--with-zlib-dir=/usr'\'' '\''--with-charset=latin1'\'' '\''--with-extra-charsets=all'\'' '\''--without-extra-tools'\'' '\''--without-server'\'' '\''--prefix=/usr/local'\'' '\''--build=m68k--netbsdelf'\'' '\''--host=m68k--netbsdelf'\'' '\''--infodir=/usr/local/info'\'' '\''--mandir=/usr/local/man'\'' '\''build_alias=m68k--netbsdelf'\'' '\''host_alias=m68k--netbsdelf'\'' '\''CC=gcc'\'' '\''CFLAGS=-Os -m68060 -O2 -DUSE_OLD_FUNCTIONS -fPIC -DPIC -I/usr/include'\'' '\''LDFLAGS=-Wl,-R/usr/local/lib/mysql -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/local/lib'\'' '\''LIBS='\'' '\''CPPFLAGS=-Dunix -I/usr/include'\'' '\''CXX=c++'\'' '\''CXXFLAGS=-Os -m68060 -O2 -DUSE_OLD_FUNCTIONS -fPIC -DPIC -I/usr/include -fPIC -DPIC'\''' readline_basedir='' readline_dir='' readline_h_ln_cmd='' readline_link='' readline_topdir='' What it looks like to me is that the path to readline is not being set at all in the configuration. Is there a way that I can manually tell it where readline is? Thanks, Al |