Index: [Article Count Order] [Thread]

Date:  Wed, 6 Sep 2006 18:02:32 +0200
From:  =?ISO-8859-1?Q?Tom_M=FCller-Kortkamp?= <tmueko (at mark) kommunity.net>
Subject:  [coba-e:06773] Problem mit codb
To:  coba-e (at mark) bluequartz.org
Message-Id:  <47E718AA-377F-4EA9-9535-11378C4F971E (at mark) kommunity.net>
X-Mail-Count: 06773

I have a Server with a lot of people missing in the Webfrontend, but  
the exist in Unix.
I tried to create my own /usr/sausalito/codb/objects/<free_id> and  
add it to /usr/sausalito/codb/codb.oids.
I guess I have to rebuild /usr/sausalito/codb/db.classes, but how do  
I do that?

Anaother Solution would be a new meta-verify.pl like in RaQ2 ... I  
think ?!?

I have tried something like this in perl put i got "unexpected file  
type or format":
#!/usr/bin/perl


use strict ;
use BerkeleyDB ;
use vars qw( %h ) ;
my $filename = "db.classes";


tie %h, 'BerkeleyDB::Btree',
         -Filename => $filename,
         -Flags    => DB_RDONLY
         or die "Cannot open file $filename: $! $BerkeleyDB::Error\n" ;


Any suggestion?

tmueko