Archived

This forum has been archived. Please start a new discussion on GitHub.

DB_ENV->open: Function not implemented

Hi!

I have now compiled ICE 1.1.0 on my RedHat 9.0 laptop. I have run the
"python2 allTests.py" command and I get the following:

<lots of OK skipped>

*** running tests in ./test/Freeze/cursor:

starting client... ok
DBI.cpp:141: Freeze::DBException:
Freeze::DBEnvironment("./test/Freeze/cursor/db"): DB_ENV->open: Function not implemented
test failed with exit status 1

Why didn't this function get implemented? Did I oversee to configure something in configure/Make.rules?

However this is the Freeze section of the make output when I run make now:

make[2]: Entering directory `/home/catalin/hfag/sysInstall/Ice-1.1.0/demo/Freeze'
making all in phonebook
make[3]: Entering directory `/home/catalin/hfag/sysInstall/Ice-1.1.0/demo/Freeze
/phonebook'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/catalin/hfag/sysInstall/Ice-1.1.0/demo/Freeze/
phonebook'
making all in bench
make[3]: Entering directory `/home/catalin/hfag/sysInstall/Ice-1.1.0/demo/Freeze
/bench'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/catalin/hfag/sysInstall/Ice-1.1.0/demo/Freeze/
bench'
making all in library
make[3]: Entering directory `/home/catalin/hfag/sysInstall/Ice-1.1.0/demo/Freeze
/library'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/catalin/hfag/sysInstall/Ice-1.1.0/demo/Freeze/
library'
make[2]: Leaving directory `/home/catalin/hfag/sysInstall/Ice-1.1.0/demo/Freeze'

Thanks if anyone can help again.
Catalin

Comments