libfbclient.so.1: cannot open shared object file: No such file or
directory - /usr/local/lib/ruby/gems/1.8/gems/fireruby-0.4.0-i586-
linux/lib/fr_lib.so
I have installed the fireruby gem using "sudo gem install fireruby"
and the file can be found on my filesystem by following the path
above.
Any ideas most appreciated. The fireruby wiki is unavailable.
Thanks,
Lee.
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
I looked for the file and could only find a link (libfbclient.so.2) to
the file libfbclient.so.2.0.1 in Firebird's /lib directory.
So I created a link called libfbclient.so.1 to point to the same file.
This solved the problem - I can now reach the database from my rails
app.
I assume fireruby is expecting a libfbclient file for Firebird 1.x.x
whereas I have installed Firebird 2.0.1.