Hi All

I'm trying to install MySQL 4.0 on HP-UX 11.00 32 bit. I went through the following 
steps:

1. setenv CC "cc"
2. setenv CXX "aCC"
3. ./configure --prefix=/usr/local/MySQL/HPPA.11.00 --with-embedded-server 
--localstatedir=/usr/local/MySQL/HPPA.11.00/data --with-client-ldflags=-all-static 
--with-mysqld-ldflags=-all-static -enable-thread-safe-client --enable-local-infile 
--enable-assembler --with-extra-charsets=complex
4. make

When I do make, it exits with the following error message:

aCC -DDBUG_OFF +DD64 -DHPUX11 -DHAVE_BROKEN_PREAD -DDONT_USE_FINITE 
-D_INCLUDE_LONGLONG -DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD_WRAPPERS 
-DHAVE_BROKEN_PTHREAD_COND_TIMEDWAIT +O2 -o mysql mysql.o readline.o sql_string.o 
completion_hash.o
-Wl,-a -Wl,archive  -L/usr/lib ../readline/libreadline.a -lcurses 
../libmysql/.libs/libmysqlclient.a -lnsl -lm
ld: Can't find library or mismatched ABI for -lcurses
Fatal error.
*** Error exit code 1
 
Stop.
*** Error exit code 1
 
Stop.
*** Error exit code 1
 
Stop.

Any help would be greatly appreciated.

Thanks
Satheesh



____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to