MySQL Forums
Forum List  »  NDB clusters

Problems building ndbapi examples
Posted by: Grace Zhu
Date: August 01, 2005 12:54PM

I tried to build from source the ndbapi examples under /ndb/examples. When I run make I got the errors like the following:

g++ -Wall -L../../lib ndbapi_example1.o -lNDB_API -o ndbapi_example1
/usr/bin/ld: cannot find -lNDB_API
collect2: ld returned 1 exit status
make: *** [ndbapi_example1] Error 1

I couldn't find NDB_API shared library under /ndb. I can find libndbapi.a from ndb /src/ndbapi directory. I put it into the lib path (/ndb/lib) and end up getting more build errors (can not find reference ....). I guess I need to do some preparations/configure before building the examples. Can anybody give me a hint?

Thanks in advance.

Grace

Options: ReplyQuote


Subject
Views
Written By
Posted
Problems building ndbapi examples
2427
August 01, 2005 12:54PM


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.