Hi All
A slight correction in the compile line that I used:
aCC -DDBUG_OFF -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
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