I had some trouble getting Rekall to work with my MySQL server, but in the end I succeeded. Here’s what I needed:
- MySQL binaries (I’m using 4.1.14-max)
- MySQL source code
- Rekall-2.3.4 and Qt-3.3.4-mini binaries from ATG
- MacPython 2.4.1
- Apple Developer Tools (from your Tiger Install Disk)
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.