VMware Cloud Community
VanillaOSX
Contributor
Contributor

Need help to build Veracrypt on latest ESXi 6.5

Hi, I wanna build veracrypt to directly encrypt disk from ESXi. I have downloaded "VMware-TOOLCHAIN-ODP" and "VMware-ESXI-650-ODP" iso. Follow instruction in them, with some errors fixed myself, I had built successfully Toolchain lin32, lin64, noarch, win64 on "tc-rhel-7.3-x32", and ESXi on CentOS 5.

My problem that I dont see any documents that tell me what should I need to do. How do I use that Toolchain to build wxwaget and veracrypt? Thank you and sorry because my bad English

P/S: because some of missing, some of errors on toolchain disk, I write up this git, GitHub - jstonion/ESXi.ToolChain_Download_Java_Quickly, it help to fix and auto almost build steps.

Tags (2)
0 Kudos
2 Replies
VanillaOSX
Contributor
Contributor

Hi, it's 9 months from first time I asked this question. Today I just find the solution

I will need CentOS 5.3 x64, Compile the toolchains:

glibc

cd /build/toolchain/src/glibc-2.3.2-95.44

bash ./install.sh

binutils

cd /build/toolchain/src/binutils-2.22

bash ./install.sh

gcc

cd /build/toolchain/src/gcc-4.4.3-2

bash ./install.sh

make

cd /build/toolchain/src/make-3.81

bash ./install.sh

nasm

cd /build/toolchain/src/nasm-2.09.10

bash ./install.sh

libfuse version 2.9

You may need to compile binutils-2.20 if you got some error about it

after you have all

CC=/build/toolchain/lin64/gcc-4.4.3-2/bin/x86_64-linux-gcc

LD=/build/toolchain/lin64/binutils-2.22/bin/x86_64-linux-ld

LD_OPTS=--strip-debug

MAKE=/build/toolchain/lin64/make-3.81/bin/make

$MAKE NOGUI=1 WXSTATIC=1 AS=/build/toolchain/lin64/nasm-2.09.10/bin/nasm

0 Kudos
FrancisAugusto
Enthusiast
Enthusiast

Hi!

Was it hard to compile it? I am trying to do it on ESXi 6.7, but never managed to build the packages...

0 Kudos