Subject | Re: [firebird-support] Firebird 2.0 on Linux, libfbclient.so |
---|---|
Author | Milan Babuskov |
Post date | 2006-11-17T20:03Z |
Valentin Voev wrote:
run-time, you'll need to recompile them as they probably have dependency
on libfbclient.so.1 and you have libfbclient.so.2 installed now.
The easier way to check this is using "ldd" program.
Other problem you might have is that application is looking for some
function in DDL whose parameters do not match, but AFAIK, fbclient is
backward compatible.
What kind of error message do you get? Try starting the application from
terminal.
--
Milan Babuskov
http://njam.sourceforge.net
http://www.flamerobin.org
> After upgrade to Firebird 2 (official release) on Fedora 3 theUnless applications are searching for, and loading the client library at
> applications couldn't load fbclient anymore. I was wondered if someone
> has had the same problem?
run-time, you'll need to recompile them as they probably have dependency
on libfbclient.so.1 and you have libfbclient.so.2 installed now.
The easier way to check this is using "ldd" program.
Other problem you might have is that application is looking for some
function in DDL whose parameters do not match, but AFAIK, fbclient is
backward compatible.
What kind of error message do you get? Try starting the application from
terminal.
--
Milan Babuskov
http://njam.sourceforge.net
http://www.flamerobin.org