MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Comments: Daniel Fischer - Getting started with Bazaar for MySQL code
Posted by: Amit Saha
Date: November 14, 2008 02:46AM

Some additional points for OpenSolaris 2008.11 :

When you execute $ BUILD/autorun.sh, you might get errors complaining of 'aclocal' and 'automake' not found:

BUILD/autorun.sh[23]: aclocal: not found [No such file or directory]
Can't execute aclocal

Checking for the autotools, I found that 'aclocal' and 'automake' was installed in /usr/bin, as the following binaries:

/usr/bin/aclocal-1.10: executable /usr/perl5/bin/perl script
/usr/bin/aclocal-1.9: executable /usr/perl5/bin/perl script

and similarly for 'automake'.

To get around the errors, just create a symbolic link to any of the binaries with the name 'aclocal' in /usr/bin:

$ pfexec ln -s /usr/bin/aclocal-1.10 /usr/bin/aclocal

Now, it should work fine.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Comments: Daniel Fischer - Getting started with Bazaar for MySQL code
3206
November 14, 2008 02:46AM


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.