|
|
@@ -165,3 +165,39 @@ Index: wizards/wizSetup.wiz
|
|
|
did not exist in earlier versions of <b>Rekall</b>) then you
|
|
|
can disable them here. They can be reenabled later via the
|
|
|
<i>View/Options</i> menu.
|
|
|
+Index: db/mysql/rkScan_MySQL.py
|
|
|
+--- db/mysql/rkScan_MySQL.py.orig 2005-06-26 21:26:47 +0200
|
|
|
++++ db/mysql/rkScan_MySQL.py 2006-01-15 15:05:20 +0100
|
|
|
+@@ -38,7 +38,7 @@
|
|
|
+ libLib = 'mysqlclient'
|
|
|
+
|
|
|
+ if settings.mode() in [ 'kde', 'qt3' ] :
|
|
|
+- libFile = 'libmysqlclient.so'
|
|
|
++ libFile = 'libmysqlclient.a'
|
|
|
+ libLib = 'mysqlclient'
|
|
|
+
|
|
|
+ incDir = rkLocator.locateFile ('mysql.h', incList)
|
|
|
+Index: db/pgsql/rkScan_PgSQL.py
|
|
|
+--- db/pgsql/rkScan_PgSQL.py.orig 2005-09-30 18:25:11 +0200
|
|
|
++++ db/pgsql/rkScan_PgSQL.py 2006-01-15 15:05:07 +0100
|
|
|
+@@ -31,7 +31,7 @@
|
|
|
+ libLib = 'libpq'
|
|
|
+
|
|
|
+ if settings.mode() in [ 'kde', 'qt3' ] :
|
|
|
+- libFile = 'libpq.so'
|
|
|
++ libFile = 'libpq.a'
|
|
|
+ libLib = 'pq'
|
|
|
+
|
|
|
+ if settings.mode() in [ 'mac' ] :
|
|
|
+Index: db/pgsql/SConscript
|
|
|
+--- db/pgsql/SConscript.orig 2005-09-30 18:25:11 +0200
|
|
|
++++ db/pgsql/SConscript 2006-01-15 15:06:47 +0100
|
|
|
+@@ -31,6 +31,8 @@
|
|
|
+ rb.setDefine ('WIN32', '1')
|
|
|
+
|
|
|
+ if rkConfig.mode in [ 'kde', 'qt3' ] :
|
|
|
++ rb.addLib ('ssl')
|
|
|
++ rb.addLib ('crypto')
|
|
|
+ rb.addLib ('crypt')
|
|
|
+
|
|
|
+ if rkConfig.mode in [ 'mac' ] :
|