|
Hello,
I just fixed the problem mit db-4.1.25
dbEnv->open() in src/Freeze/DBI.cpp line 166 always returned 22 (EINVAL).
This was due to the configure option "--enable-posixmutexes".
After configuring Berkeley DB with
--enable-cxx --enable-java -enable-rpc --enable-tcl --with-tcl=/usr/lib/ --enable-test
everything works as expected.
An remark to the previous posting:
I compared the header files (db.h) from db 4.0.14 and 4.1.25 and found that ~25 error codes have changed.
To avoid similiar problems it might be a good idea to encourage everyone to compile Ice.jar for their platform.
Christoph
|