MySQL Forums
Forum List  »  NDB clusters

Re: How can I compile mysql cluster?
Posted by: Mikael Ronström
Date: May 13, 2005 05:14PM

Bejay Kim wrote:
> Hello there,
>
> I compiled mysql 4.1.11 with ndbcluster but can't
> find ndbd and ndb_mgmd on the mysql bin directory
> after make install.
>

Check the libexec directory when compiling from source.

Rgrds Mikael

> I'm using redhat AS 3.0 update4 on sun opteron
> 4way machine and gcc version is 3.2.3-47.
>
> Are there any other configure option for build
> ndbd and ndb_mgmd?
>

--with-ndbcluster should be a part of the build script

> One more question. The reason I want to compile
> mysql cluster is that I have to use SCI interface.
> I set it up properly and tested it out already. As
> I mentioned above, I can compile with ndbcluster
> but when I put a configure option for
> sci(--with-ndb-sci=/opt/DIS), I can't compile
> mysql. While the configure process, it said find
> SCI transporter and including lib and include
> directory but while the make process, I failed to
> compile because of can't find libsisci.so
> file(surely this file in the lib /opt/DIS/lib
> directory).
>

http://dev.mysql.com/doc/mysql/en/mysql-cluster-sci-definition.html

So your description sounds ok but please check that /opt/DIS actually contains
a lib and an include directory and that the lib directory contains libsisci.so

Rgrds Mikael


> I can't find any document or article on the mysql
> site or any other site.
> Please give me any advice or clue for solve this
> problem. A little help would be appreciated.
>
> Bejay.

Mikael Ronstrom
Senior Software Architect, MySQL AB
My blog: http://mikaelronstrom.blogspot.com

Options: ReplyQuote


Subject
Views
Written By
Posted
3131
May 12, 2005 08:12PM
Re: How can I compile mysql cluster?
3275
May 13, 2005 05:14PM


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.