|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Rekall for windowsHi Any ideas on how to resolve this issue? First the not found issues of the checking process for PCRE,
sqlite and mdb Second for the last error of No such file or directory:
'scons/rkConfig_win.py' C:\>C:\Python23\rekall-2.4.6\bin\config.bat Checking for CPPUnit
includes :
C:\Python23\rekall-2.4.6\support\windo ws\cppunit-1.10.2\Include Checking for CPPUnit
libraries :
C:\Python23\rekall-2.4.6\support\windo ws\cppunit-1.10.2\Lib-336 Checking for CPPUnit QT
libraries : C:\Python23\rekall-2.4.6\support\windo ws\cppunit-1.10.2\Lib-336 Checking for PCRE
includes
: C:\Python23\rekall-2.4.6\support\windo ws\pcre Checking for PCRE
libraries
: not found Checking for python
includes :
c:\Python23\include Checking for python
libraries :
c:\Python23\libs Checking for QT3
includes
: c:\Qt\3.3.6\include Checking for QT3
libraries
: c:\Qt\3.3.6\lib qt-mt3 Checking for QT3
binaries
: c:\Qt\3.3.6\bin Checking for sqlite3
includes : not
found Checking for sqlite3
libraries : not found Checking for PgSQL
includes
: C:\Python23\rekall-2.4.6\support\windo ws\PgSQL\include Checking for PgSQL
libraries :
C:\Python23\rekall-2.4.6\support\windo ws\PgSQL\lib Checking for ODBC
includes
: c:\Program Files\Microsoft Visual Stud io .NET 2003\Vc7\PlatformSDK\Include Checking for ODBC
libraries
: c:\Program Files\Microsoft Visual Stud io .NET 2003\Vc7\PlatformSDK\Lib Checking for MySQL
includes
: C:\Python23\rekall-2.4.6\support\windo ws\MySQL\include Checking for MySQL
libraries :
C:\Python23\rekall-2.4.6\support\windo ws\MySQL\lib Checking for MDB
includes
: not found Checking for MDB
libraries
: not found Traceback (most recent call last): File
"C:\Python23\rekall-2.4.6\scons\rkScanner.py", line 376, in ? config = open
('scons/rkConfig_%s.py' % (mode), 'w') IOError: [Errno 2] No such file or directory:
'scons/rkConfig_win.py' C:\> _______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
|
|
RE: Rekall for windowsSee my post "Windows build" which I sent some days ago to see how to fix the pcre problem. About the sqlite and mdb libraries, perhaps you can do without them, which backend are you going to use Rekall with? Apart from that, I think that you should run bin\config.bat from your C:\Python23\rekall-2.4.6, not from the root directory. ________________________________ > Date: Fri, 30 Nov 2007 09:12:29 -0400 > From: rpacheco@... > To: rekall@... > Subject: [Rekall] Rekall for windows > > > Hi Any ideas on how to resolve this issue? > > > > First the not found issues of the checking process for PCRE, sqlite and mdb > > Second for the last error of No such file or directory: 'scons/rkConfig_win.py' > > > > > > > > > > C:\>C:\Python23\rekall-2.4.6\bin\config.bat > > Checking for CPPUnit includes : C:\Python23\rekall-2.4.6\support\windo > > ws\cppunit-1.10.2\Include > > Checking for CPPUnit libraries : C:\Python23\rekall-2.4.6\support\windo > > ws\cppunit-1.10.2\Lib-336 > > Checking for CPPUnit QT libraries : C:\Python23\rekall-2.4.6\support\windo > > ws\cppunit-1.10.2\Lib-336 > > Checking for PCRE includes : C:\Python23\rekall-2.4.6\support\windo > > ws\pcre > > Checking for PCRE libraries : not found > > Checking for python includes : c:\Python23\include > > Checking for python libraries : c:\Python23\libs > > Checking for QT3 includes : c:\Qt\3.3.6\include > > Checking for QT3 libraries : c:\Qt\3.3.6\lib qt-mt3 > > Checking for QT3 binaries : c:\Qt\3.3.6\bin > > Checking for sqlite3 includes : not found > > Checking for sqlite3 libraries : not found > > Checking for PgSQL includes : C:\Python23\rekall-2.4.6\support\windo > > ws\PgSQL\include > > Checking for PgSQL libraries : C:\Python23\rekall-2.4.6\support\windo > > ws\PgSQL\lib > > Checking for ODBC includes : c:\Program Files\Microsoft Visual Stud > > io .NET 2003\Vc7\PlatformSDK\Include > > Checking for ODBC libraries : c:\Program Files\Microsoft Visual Stud > > io .NET 2003\Vc7\PlatformSDK\Lib > > Checking for MySQL includes : C:\Python23\rekall-2.4.6\support\windo > > ws\MySQL\include > > Checking for MySQL libraries : C:\Python23\rekall-2.4.6\support\windo > > ws\MySQL\lib > > Checking for MDB includes : not found > > Checking for MDB libraries : not found > > Traceback (most recent call last): > > File "C:\Python23\rekall-2.4.6\scons\rkScanner.py", line 376, in ? > > config = open ('scons/rkConfig_%s.py' % (mode), 'w') > > IOError: [Errno 2] No such file or directory: 'scons/rkConfig_win.py' > > > > C:\> _________________________________________________________________ Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com_______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
|
|
Rekall for windowsThe PCRE issues is solve but the other not. Right now I do
not plan to use an specific db but in the future might be that’s why I want
to have the full support, for mdb and sqlite. And the issue with rkConfig_win is that the file does not
appear, interrupting the build process. First the not found issues of the checking process for PCRE,
sqlite and mdb Second for the last error of No such file or directory:
'scons/rkConfig_win.py' C:\>C:\Python23\rekall-2.4.6\bin\config.bat Checking for sqlite3
includes : not
found Checking for sqlite3
libraries : not found Checking for MDB
includes
: not found Checking for MDB
libraries
: not found Traceback (most recent call last): File
"C:\Python23\rekall-2.4.6\scons\rkScanner.py", line 376, in ? config = open
('scons/rkConfig_%s.py' % (mode), 'w') IOError: [Errno 2] No such file or directory:
'scons/rkConfig_win.py' C:\> _______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
|
|
RE: Rekall for windowsYou ran again the boot process from your root directory. You should do cd C:\Python23\rekall-2.4.6 and then bin\config.bat The same with the other bat files I don't know much about the new mdb support in Rekall, but if you want to use an Access database with the Windows version of Rekall you can do it through the ODBC driver for MDB files that comes with Windows. Regards. > > > > C:\>C:\Python23\rekall-2.4.6\bin\config.bat > > > > Checking for sqlite3 includes : not found > > Checking for sqlite3 libraries : not found > > Checking for MDB includes : not found > > Checking for MDB libraries : not found > > > > Traceback (most recent call last): > > File "C:\Python23\rekall-2.4.6\scons\rkScanner.py", line 376, in ? > > config = open ('scons/rkConfig_%s.py' % (mode), 'w') > > IOError: [Errno 2] No such file or directory: 'scons/rkConfig_win.py' > > > > C:\> _________________________________________________________________ Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com_______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
|
|
Rekall for windowsOK I understand whats happening. Listen you still looking to
the first error I post because I’m just resending it with extra notes. I
did what you just said about (cd) changing the directory but the error still
happening.. C:\>C:\Python23\rekall-2.4.6\bin\config.bat Checking for sqlite3
includes : not
found Checking for sqlite3
libraries : not found Checking for MDB includes
: not found Checking for MDB
libraries
: not found Traceback (most recent call last): File
"C:\Python23\rekall-2.4.6\scons\rkScanner.py", line 376, in ? config = open
('scons/rkConfig_%s.py' % (mode), 'w') IOError: [Errno 2] No such file or directory:
'scons/rkConfig_win.py' C:\> _______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
|
|
Rekall for windowsI’m executing the config.bat correctly the problem is
that the process does not found the rkConfig_win.py and I made a search in the
whole pc and it is not there, is missing. And the issue with rkConfig_win is that the file does not
appear, interrupting the build process. First the not found issues of the checking process for PCRE,
sqlite and mdb Second for the last error of No such file or directory:
'scons/rkConfig_win.py' C:\>C:\Python23\rekall-2.4.6\bin\config.bat Checking for sqlite3
includes : not
found Checking for sqlite3
libraries : not found Checking for MDB
includes
: not found Checking for MDB
libraries
: not found Traceback (most recent call last): File
"C:\Python23\rekall-2.4.6\scons\rkScanner.py", line 376, in ? config = open
('scons/rkConfig_%s.py' % (mode), 'w') IOError: [Errno 2] No such file or directory:
'scons/rkConfig_win.py' C:\> _______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
|
|
Rekall for windowsSkipping sqlite3 and mdb for now give this new error… C:\Python23\rekall-2.4.6>bin\make.bat 04:08 PM Traceback (most recent call last): File "<string>", line 1, in ? File
"C:\Python23\scons-0.97\SCons\Script\__init__.py", line 76, in ? import SCons.Action File "C:\Python23\scons-0.97\SCons\Action.py",
line 109, in ? import SCons.Util File "C:\Python23\scons-0.97\SCons\Util.py",
line 32, in ? import SCons.compat File
"C:\Python23\scons-0.97\SCons\compat\__init__.py", line 105, in ? import_as('_scons_subprocess', 'subprocess') File
"C:\Python23\scons-0.97\SCons\compat\__init__.py", line 78, in
import_as imp.load_module(name, file, filename, suffix_mode_type) File
"C:\Python23\scons-0.97\SCons\compat\_scons_subprocess.py", line 391,
in ? from _subprocess import * ImportError: No module named _subprocess 04:08 PM _______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
|
|
Re: Rekall for windowsOn Friday 30 November 2007, Rafael Miguel Pacheco Fernández wrote:
> OK I understand whats happening. Listen you still looking to the first > error I post because I'm just resending it with extra notes. I did what you > just said about (cd) changing the directory but the error still happening.. > > > > > > > > > > C:\>C:\Python23\rekall-2.4.6\bin\config.bat > > > > Checking for sqlite3 includes : not found > > Checking for sqlite3 libraries : not found > > Checking for MDB includes : not found > > Checking for MDB libraries : not found > > > > Traceback (most recent call last): > > File "C:\Python23\rekall-2.4.6\scons\rkScanner.py", line 376, in ? > > config = open ('scons/rkConfig_%s.py' % (mode), 'w') > > IOError: [Errno 2] No such file or directory: 'scons/rkConfig_win.py' > > > > C:\> I think you need to be in the c:\Python23\rekall-2.4.6 directory before running bin\config.bat ... it'll be trying to open "rkConfig_win.py" for writing in "scons" which wont be in c:\ does that help? -- Regards Mike http://www.rekallrevealed.org *THE* GPL/Open Source database front end for Linux and Windows. _______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
|
|
Re: Rekall for windowsOn Friday 30 November 2007, Rafael Miguel Pacheco Fernández wrote:
> Skipping sqlite3 and mdb for now give this new error... This seems to be a scons error ... I'm using 0.96.1 :( > > > > C:\Python23\rekall-2.4.6>bin\make.bat > > 04:08 PM > > Traceback (most recent call last): > > File "<string>", line 1, in ? > > File "C:\Python23\scons-0.97\SCons\Script\__init__.py", line 76, in ? > > import SCons.Action > > File "C:\Python23\scons-0.97\SCons\Action.py", line 109, in ? > > import SCons.Util > > File "C:\Python23\scons-0.97\SCons\Util.py", line 32, in ? > > import SCons.compat > > File "C:\Python23\scons-0.97\SCons\compat\__init__.py", line 105, in ? > > import_as('_scons_subprocess', 'subprocess') > > File "C:\Python23\scons-0.97\SCons\compat\__init__.py", line 78, in > import_as > > imp.load_module(name, file, filename, suffix_mode_type) > > File "C:\Python23\scons-0.97\SCons\compat\_scons_subprocess.py", line > 391, in > > ? > > from _subprocess import * > > ImportError: No module named _subprocess > > 04:08 PM -- Regards Mike http://www.rekallrevealed.org *THE* GPL/Open Source database front end for Linux and Windows. _______________________________________________ Rekall mailing list Rekall@... http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall |
| Free Forum Powered by Nabble | Forum Help |