NDB Cluster and HP-UX 11.11
I downloaded and installed the 4.1.7 "Max" binaries, but contrary to the description, NDB Cluster is not included for HP-UX. I then downloaded the source, and built using:
CC=gcc CXX=g++ MAKE=gmake ./configure --prefix=/usr/local/mysql --with-ndbcluster
gmake
gmake install
when I attempt to run ndb_mgmd, it fails with a SIGSEGV
I got the same when running configure with:
--with-ndbcluster --with-ndb-shm --with-ndb-portbase
and also the above with:
--disable-shared --enable-static
Any ideas?
Cheers, Chris
Subject
Views
Written By
Posted
NDB Cluster and HP-UX 11.11
3484
November 16, 2004 03:27AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.