MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: MySQL Shell build on Arm (aarch64)
Posted by: Julio Suarez
Date: December 13, 2021 09:34AM

Did a little more digging, but hit some more issues.

Got the pythonlib and v8 lib stuff working. Towards the end of the build, I get an error about a missing function/method in the libv8. This suggests the libv8 version I have installed isn't right.

I decided to look into building libv8 manually, but the instructions to build on Arm seems incorrect (references scripts that don't seem to exist in the repo). this library would probably have to be cross-built (which is a shame).

The last thing to note, is that it's intereting that I cannot exclude javascript support. Even if I set DHAVE_V8=0, the build system still demands I define paths to that v8 library.

Options: ReplyQuote


Subject
Views
Written By
Posted
1459
December 10, 2021 03:29PM
Re: MySQL Shell build on Arm (aarch64)
390
December 13, 2021 09:34AM


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.