I had some trouble getting Rekall to work with my MySQL server, but in the end I succeeded. Here’s what I needed:

The short road installing just the binaries lead to an error:

dlcompat: Library not loaded:
/usr/local/lib/mysql/libmysqlclient.14.dylib

The reason is that the original MySQL binaries are built with the --disable-shared flag and contain only the static libraries instead of the dynamic ones.

Read More ...

Peter Steiner

Software Developer and Opinionated Citizen

Switzerland