Ask a Question related to Perl / CGI, Design and Development.
-
gdem #1
env Config option and LockDetect option not working with Berkeley DB RPC
I am currently using Berkeley DB 4.4.20 with Berkeley DB perl module
0.28. I am running the client/server version of Berkeley DB. Here is
what my environment call looks like:
my $dbEnvHome = "geoTests";
my $server = "test.my.server.com";
# ErrFile used for debug purposes for now
my $errFile = *STDERR;
my $verbose = 1;
my $dbDataDir = "/tmp/geoTests/databases";
my $dbLogDir = "/tmp/geoTests/logs";
my $dbTmpDir = "/tmp/geoTests/tmp";
my $flags = DB_CREATE | DB_INIT_LOCK | DB_INIT_LOG | DB_INIT_MPOOL |
DB_INIT_TXN | DB_RECOVER;
my $lockDetect = DB_LOCK_DEFAULT;
my $env = new BerkeleyDB::Env(
-Home => $dbEnvHome,
-Server => $server,
# -Config => {DB_DATA_DIR => $dbDataDir,
DB_LOG_DIR => $dbLogDir, DB_TMP_DIR => $dbTmpDir},
-ErrFile => $errFile,
-Flags => $flags,
# -LockDetect => DB_LOCK_RANDOM,
-Verbose => $verbose,
);
When I attempt to uncomment the Config line, Env does not fail but I
get the following message:
Interface not supported by Berkeley DB RPC client environments
If I uncomment the LockDetect line I get an undef returned by Env.
Are these two options not supported in my scenario or am I doing
something wrong?
Thanks in advance.
George D.
gdem Guest
-
SHIFT & OPTION KEYS NOT WORKING
I have now reinstalled my sysem software, reinstalled CS, tried a different keyboard, fixed privileges with disk first aid, created a new user... -
#39156 [NEW]: file_uploads option in windows registry not working
From: mb at smartftp dot com Operating system: Windows 2003 PHP version: 5CVS-2006-10-14 (snap) PHP Bug Type: PHP... -
#25466 [Opn->Bgs]: PHP ignores --with-config-file-path compile option somehow?
ID: 25466 Updated by: sniper@php.net Reported By: php-bugs-2003-09 at webfreezer dot com -Status: Open... -
#25466 [NEW]: PHP ignores --with-config-file-path compile option somehow?
From: php-bugs-2003-09 at webfreezer dot com Operating system: Linux PHP version: 4.3.3 PHP Bug Type: PHP options/info... -
no PNG option?
hello, i've got an image set to RGB and when i try to save as... PNG is not in the list. what might i be doing wrong? i'm using 2.0. also, why is...



Reply With Quote

