Lee Jenkins wrote:

After not getting the sqlite components to install or be usable from a lazarus project through reference to the units, I on to try the SQLDB ibconnection component now.



Just so that it will be archived, I wanted to post the resolution to the original issue I had and the reason for this post. I was unable to using firebirdsql related components because they complained they they could not load the appropriate library (libfbclient.so).

Hopefully someone who is wondering why firebird related components cannot load the libfbclient.so library will find this.

The text of the post is listed below. Installing compat-libstdc++-33 fixed the problem on my CentOS 4 box.

--

Warm Regards,

Lee


> Installing from the rpm, no programs can run because they say that
> client libraries cannot be loaded. I poked around after reading over
> the release notes and I see the libraries there in /opt/firebird/lib
> with links to them in /usr/lib.
>
> I'm trying to connect from lazarus (latest builds) using uib and
even if
> I point the component directly to the libfbclient.so link in
/usr/lib, I
> get the same thing.
>
> I also tried running isql which threw an exception saying that
> "libstdc++.so.5 could be opened "No such file or directory".
>
> The installation with the rpm seemd to go fine, no errors or mention of
> missing dependencies, etc.
>
> I've worked with fb on windows quite a bit, but I'm just cutting my
> teeth on linux so any pointers would be appreciated.

I don't know which packages are required by CentOS, but this is a
common issue: you need a C++ library compatibility package.

compat-libstdc++-8 (Fedora Core 3)
compat-libstdc++-33 (Fedora Core 5; Red Hat Enterprise Linux 4)

This should fix it.

Steve


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to