MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: mysqlmanager not compiled...
Posted by: Kent Boortz
Date: June 18, 2007 11:56AM

"the sources", what version? :-)

The instance manager is compiled last I think, so check
for build errors in the log.

Also, leave out the --with-mysqlmanager, it is in
by default, but who knows, maybe there is a bug in
the flag test.

I would not go for -all-static, problems on some setups.
Instead use

--with-mysqld-ldflags=-static
--with-client-ldflags=-static

that tells the build (libtool) to link static with
the libraries part of the build, but dynamic against
system libraries,

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
2616
June 14, 2007 10:50AM
Re: mysqlmanager not compiled...
1835
June 18, 2007 11:56AM


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.