Page 1 of 1

Firebird 2.1 and 'None of dynamic libraries can be found'

Posted: 01.01.2010, 22:41
by lukasz.matuszewski
I followed the guide :
http://voicixs.com/archives/198
but when i tried to set TZConnection.Connected := true (design time) i got following error:
None of dynamic libraries can be found: libfbembed.so.21, libfbembed.so
but i dont want to use embedded version of firebird... so only libfbclient.so will be required.
What should i do (i copied the libfbclient.so to project directory).
Should i add /opt/firebird/lib to my PATH envirnoment variable ?

Thanks in advance...

Posted: 02.01.2010, 09:21
by mdaems
This depends on the protocol you choose. You must make sure there's only one 'd' at the end of the protocol name firebird instead of firebirdd.

Mark