Hi.
   We worked on Red Hat Linux release 4.1 (Vanderbilt)
                             Kernel 2.0.34 on an i586
    with perl -V 
             Summary of my perl5 (5.0 patchlevel 4 subversion 4)
    The output of the command
             perl -e 'use DB_File; print qq{DB_File var
$DB_File::VERSION\n}'
    is
             DB_File ver 1.15
    and output of command 
             file example.db
    is
             example.db: data
   
   ******************************************************* 
    Now, we work with Red Hat Linux release 7.1 (Seawolf)
                        Kernel 2.4.2-2 on an i686
    with perl -V 
          Summary of my perl5 (revision 5.0 version 6 subversion 0)
    The output of the command
          perl -e 'use DB_File; print qq{DB_File var $DB_File::VERSION\n}'
    is
          DB_File ver 1.72
    and output of command 
             file example.db
    is
             example.db: Berkeley DB 1.85/1.86 (Btree, version 3, native
   byte-order)
    
   and Perl script doesn't work  with this db file:
        
       cannot open example.db
 
   
   All C-programs were compiled successfully
   (with the following changes :
   instead #include <db/db.h> ->         #include <db1/db.h>
   and in Makefile "db1" library was added:
          -ldb1
   )
  
   We have installed additional version of perl5.004_05 and after 
   
   "make test" we got the following:
 
   lib/db-tree.....skiping test on this platform
   lib/db-hash.....skiping test on this platform
   lib/db-recno....skiping test on this platform
   ....
   lib/db-ndbm.....skiping test on this platform
   lib/db-odbm.....skiping test on this platform

   and Perl script still doesn't work
    
 
   Can you help me to solve this problem? 
   Thanks in advance.
   
  
   JS.
   email:[EMAIL PROTECTED]
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to