So what do I try to do naturally? Get Firebird to work with the library gplflash. After having found out that I have to edit the file ~/.mozilla/pluginreg.dat to point to the correct shared library (/opt/netscape/plugins/npflash.so) I get an error, when starting Firebird from the terminal. The error message:
Well, knowing how helpful google is, I found a site (http://hbasic.sourceforge.net/bug_desc/ ... .1_02.html) which describes the solution to my problem:LoadPLugin: failed to initialize shared library /opt/netscape/plugins/npflash.so [/opt/netscape/plugins/npflash.so: undefined symbol: __dso_handle]
Code: Select all
./configure --with-dso_handleAny other ways I can rebuild this whole thing to get it to work. Does anyone know any further details on this __dso_handle stuff?
Cheers
geta



