Operating System - HP-UX
1752577 Members
5022 Online
108788 Solutions
New Discussion юеВ

MySQL on HP-UX 11i v1.6 (Itanium)

 
Christian Andersson
Occasional Contributor

MySQL on HP-UX 11i v1.6 (Itanium)

Has anyone got hold of a binary for this? I tried compiling the source with gcc but just ran into tons of problems.
4 REPLIES 4
Francisco J. Soler
Honored Contributor

Re: MySQL on HP-UX 11i v1.6 (Itanium)

Hi,

You could try:
http://hpux.connect.org.uk/hppd/hpux/Development/Languages/mysql-3.23.55/

Frank.
Linux?. Yes, of course.

Re: MySQL on HP-UX 11i v1.6 (Itanium)

Try compiling the source downloaded from the porting centre above.

I had problems with the binaries from them, as well as the source from www.mysql.com but found that the source code from the porting centre compliled nice and easy.

Nice and easy does it, doesn't it?
Christian Andersson
Occasional Contributor

Re: MySQL on HP-UX 11i v1.6 (Itanium)

Tried compiling the source from the provided link (thanks for that) but end up with the following error message:
-------------------cut-------------------
Making all in readline
source='histexpand.c' object='histexpand.o' libtool=no depfile='.deps/histexpand.Po' tmpdepfile='.deps/histexpand.TPo' depmode=gcc3 /bin/sh ../depcomp gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I. -I. -I.. -I./../include -I./.. -I.. -D_HPUX_SOURCE -D__hpux__ -D_REENTRANT -D__STDC_EXT__ -O3 -DDBUG_OFF -D_HPUX_SOURCE -D__hpux__ -D_REENTRANT -DHAVE_BROKEN_PREAD -DDONT_USE_FINITE -DHAVE_BROKEN_GETPASS -DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD_WRAPPERS -DHAVE_BROKEN_PTHREAD_COND_TIMEDWAIT -c `test -f histexpand.c || echo './'`histexpand.c
:1:1: warning: "__STDC_EXT__" redefined
:1:1: warning: this is the location of the previous definition
histexpand.c: In function `get_history_word_specifier':
histexpand.c:1083: Internal compiler error in emit_move_insn, at expr.c:2768
Please submit a full bug report,
with preprocessed source if appropriate.
See <> for instructions.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
------------------cut--------------

Any ideas?
Charles Soto
Advisor

Re: MySQL on HP-UX 11i v1.6 (Itanium)

HP has it as part of their "Internet Express" package:

http://www.hp.com/products1/unix/operating/internet/express.html

We use it on PA-RISC. It claims to support Itanium, too.