MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Got errors on building MySQL 5.5.11 undel RHEL6
Posted by: Noel Cruz
Date: April 23, 2011 02:31AM

i hope this helps. i think you're trying to accomplish a complicated task w/ a single step. you have so many options to cmake all at once when you're just starting unless you want to pay for support. the safest is to start with the basic one that's working. once, it's working, commit and go to next step. so i suggest: cmake . if your're on the current dir or cmake .. if youre onto the next to top-level dir. if you're done w/ that, go back to where you were succesful in building then move forward from there. a lot of options invite problems when you haven't succesfully build the basic option. or try the cmake -DBUILD_CONFIG=mysql_release.
just my three cents worth of opinion. noel

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Got errors on building MySQL 5.5.11 undel RHEL6
2511
April 23, 2011 02:31AM


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.