Trouble starting ASP on Fedora Core 6
Hello,
I'm attempting to use OpenClovis 3.0 on Fedora Core 6.
I used the tutorial procedure to configure/build csa101. Everything went fine until I tried to start ASP using "etc/init.d/asp start".
I see messages indicating that SNMP started, AMF started, AMF Watchdog started, but then I am returned back to the shell.
In the SCNodeI0.log file I see these error messages...
Thu Feb 21 14:45:17 2008 (SCNodeI0.15425 : AMF.---.---.00020 : CRITIC) Failed to initializing basic library [Dbal], error [0x30025]
Thu Feb 21 14:45:17 2008 (SCNodeI0.15425 : AMF.---.---.00021 : CRITIC) Failed to initialize all basic libraries, error [0x30025]
Thu Feb 21 14:45:17 2008 (SCNodeI0.15425 : AMF.CPM.BOO.00023 : CRITIC) Main function of CPM failed, error [0x30025]
Anyone see this before? Any idea what error 0x30025 means?
Thanks!
Mark

Nevermind, figured it out.
The etc/clDbalConfig.xml file selected SQLite. After editing this file to select GDBM, everything worked fine!!!
Both SQLite and GDBM are both available on my machine, not sure my SQLite did not work.
Make file of CSA101 contains
SYS_LIBS := -lpthread -lgdbm -ldl
for sqlite need to change the sqlite library.
Thanks,
sidharth.
thanks it helped me a lot
sidharth..