C:\ASSP\logs>perl -e "use db_file;"

C:\ASSP\logs>perl -e "use db_file;" -W

C:\ASSP\logs>perl s.pl         # this one contains both of "use...;"

C:\ASSP\logs>perl -e "use db_fileq;" -W
Can't locate db_fileq.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib 
.) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.


When "USE" is correct - I've got no output.
Last one - is intentional error I've made.

I'm confused.


Best regards,
Alexander Shabalin


-----Original Message-----
From: Thomas Eckardt/eck [mailto:thomas.ecka...@thockar.com] 
Sent: Wednesday, December 02, 2009 3:13 PM
To: ASSP development mailing list
Subject: [Assp-test] Antwort: DB_File is installed, but ASSP says NO.

Alexander,

write a short script - like

use DB_file;
use Mail::DKIM::Verifier;

use ...;  any of the failing modules


run the script 

or run 

>perl -e "use .....;"

for every module

You should see the failing reason.

Thomas




"Shabalin, Alexander" <ashaba...@jgl.ru> 
02.12.2009 09:55
Bitte antworten an
ASSP development mailing list <assp-test@lists.sourceforge.net>


An
<assp-test@lists.sourceforge.net>
Kopie

Thema
[Assp-test] DB_File is installed, but ASSP says NO.






Hi All!

 

 

Maybe it is not important in my case and ASSP works well without it but
it's interesting for me:

 

Dec-02-09 10:47:06 [init] DB_File module is not installed - DB_File
(Berkeley V1) database usage not available

...

Dec-02-09 10:47:06 [init] Mail::DKIM::Verifier module is not installed -
DKIM verification not available

 

 

PPM says:

DB_File is installed. Version: installed - 1.817, available - 1.817.

Mail-DKIM is installed. Version: installed - 0.37, available - 0.37

Mail-DKIM-Verifier - not found as standalone module in ppm, included in
Mail-DKIM.

All other installed modules are up to date.

 

Info and Stats - Perl modules also shows that these modules aren't
installed...

 

Perl version:

This is perl, v5.10.1 built for MSWin32-x86-multi-thread

 

ASSP version 2.0.1(RC 0.6.06)

 

I've grep'ed last 20 log files - each one contains this line. (I've
restart assp service daily) 

 

I've already tried:

Reinstall with ppm (GUI)

Uninstall and install with ppm (GUI)

Force Install with PPM (Console)

 

Any thoughts?

 

PS. Test server is gone past - MaBo is dead, so I can't deploy a test
server with a clean install to check this...

 

 

Best regards,
Alexander Shabalin
 
Jadran Galenski laboratorij d.d.
Russian Representation
+7(910) 418-83-94
+7(495) 970-18-82
IT development manager
 
E-Mail: ashaba...@jgl.ru <mailto:ashaba...@jgl.ru> 
WWW: http://www.jadran.ru <http://www.jadran.ru/> 

 

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to