Re: [fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-20 Thread Marc Santhoff
Am Dienstag, den 20.02.2007, 19:16 +0700 schrieb Bisma Jayadi: > > The fact that it still reports it as 'not loaded', I conclude that the > > dlopen operation failed. Why this would be so I cannot say. > > Has found any hints about this, Michael? I'm sorry, but I had to give up on > this > becau

Re: [fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-20 Thread Bisma Jayadi
The fact that it still reports it as 'not loaded', I conclude that the dlopen operation failed. Why this would be so I cannot say. Has found any hints about this, Michael? I'm sorry, but I had to give up on this because there are many other parts of the project which are also need to be writte

Re: [fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-15 Thread Bisma Jayadi
The fact that it still reports it as 'not loaded', I conclude that the dlopen operation failed. Why this would be so I cannot say. Seems like some version incompatibility, because it again tries to load libm etc, when it has already loaded it. I use FB 1.5.4 and it works very well. So, I'm almos

Re: [fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-15 Thread Bisma Jayadi
The fact that it still reports it as 'not loaded', I conclude that the dlopen operation failed. Why this would be so I cannot say. Could give me some examples what things that might cause dlopen operation fail? Have you (or somebody else) tried to use sqlDB to connect to FB 2.0? Because I neve

Re: [fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-15 Thread Dean Zobec
Michael Van Canneyt pravi: > > On Thu, 15 Feb 2007, Bisma Jayadi wrote: > >>> Run your application under 'strace' and send me the output, please. >>> (Zip, please, because it can be rather big) >> Done. Please check your email. I've made the program to the most simplest >> shape just to produce t

Re: [fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-15 Thread Michael Van Canneyt
On Thu, 15 Feb 2007, Bisma Jayadi wrote: > > Run your application under 'strace' and send me the output, please. > > (Zip, please, because it can be rather big) > > Done. Please check your email. I've made the program to the most simplest > shape just to produce the error, so it isn't too big a

Re: [fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-15 Thread Bisma Jayadi
Run your application under 'strace' and send me the output, please. (Zip, please, because it can be rather big) Done. Please check your email. I've made the program to the most simplest shape just to produce the error, so it isn't too big and hopefully easier to analyze. For the help, I thank

Re: [fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-15 Thread Michael Van Canneyt
On Thu, 15 Feb 2007, Bisma Jayadi wrote: > Hi all, > > I have a console FPC application which uses sqlDB to connect to Firebird 2, > using TIBConnection, TSQLTransaction, and TSQLQuery. The application run very > well on win32 (XP SP2 and FB2). Then I try to compile it on Linux (i386 FC4 > and

[fpc-pascal] sqldb firebird on linux can't find client lib

2007-02-15 Thread Bisma Jayadi
Hi all, I have a console FPC application which uses sqlDB to connect to Firebird 2, using TIBConnection, TSQLTransaction, and TSQLQuery. The application run very well on win32 (XP SP2 and FB2). Then I try to compile it on Linux (i386 FC4 and FB2), but the application failed to start with the f