>> Problem Description: >> >> When I am trying to execute the "openca_start" script to start the RA >> I get this error: >> >> Global symbol "$DB_BTREE" requires explicit package name at >> /usr/local/openra/openca/lib/functions/export-import.lib line 2383.
>strange, never saw this before. This occurs in the eximIO* functions which I >have no idea about. To me the above looks like a real bug in OpenCA, as there >is in fact no declaration of $DB_BTREE in the whole code... >Question: have you configured something that could enable the exim IO >functions? Something like EXPORT_IMPORT_*_START or similar? >cheers >Martin Hi, Martin. I haven´t configured anything about exim IO functions (I don´t know enough perl to do it...) Any other ideas? Thanks! >> Problem Description: >> >> When I am trying to execute the "openca_start" script to start the RA I >> get this error: >> >> Global symbol "$DB_BTREE" requires explicit package name at >> /usr/local/openra/openca/lib/functions/export-import.lib line 2383. >> >> Compilation failed in require at >> /usr/local/openra/openca/lib/functions/initServer line 85. >> >> Compilation failed in require at ./openca_start line 63 > There're these lines in config.xml > <option> > <name>dbmodule</name> > <!-- you can use DB or DBI --> > <value>DB</value> > </option> > It seems to me, you are using DB instead of DBI. AFAIK DB has been broken > long time ago, at least I (and not only me) had problems with DB in the past. > Change it to DBI, rerun configure_etc.sh and try again to start openca. > Best wishes >Alexei Chetroi Thanks, Alexei!. I have fixed this item, but the problem still is happening with the same description as before Any other ideas? Best Regards Ricardo. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
