[fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
Hi Folks. I'm a little bit annoyed by a boring specification in the fpc package. When in a program I use the TIBConnection (along witha transaction and a query), the compiled program looks for the local libfbclient when establishing the connection.

Re: [fpc-pascal] ibase package

2013-11-18 Thread Michael Van Canneyt
On Mon, 18 Nov 2013, Antonio Fortuny wrote: Hi Folks. I'm a little bit annoyed by a boring specification in the fpc package. When in a program I use the TIBConnection (along witha transaction and a query), the compiled program looks for the local libfbclient when establishing the

Re: [fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
Le 18/11/2013 12:19, Michael Van Canneyt a crit: On Mon, 18 Nov 2013, Antonio Fortuny wrote: Hi Folks. I'm a little bit annoyed by a boring specification in the fpc package. When in a program

Re: [fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
Le 18/11/2013 13:08, Antonio Fortuny a crit: Le 18/11/2013 12:19, Michael Van Canneyt a crit: On Mon, 18 Nov 2013, Antonio Fortuny wrote: Hi Folks. I'm a little bit

Re: [fpc-pascal] ibase package

2013-11-18 Thread Michael Van Canneyt
On Mon, 18 Nov 2013, Antonio Fortuny wrote: Le 18/11/2013 12:19, Michael Van Canneyt a écrit : On Mon, 18 Nov 2013, Antonio Fortuny wrote: Hi Folks. I'm a little bit annoyed by a boring specification in the fpc package. When in a program I use the TIBConnection (along witha

Re: [fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
Le 18/11/2013 13:12, Michael Van Canneyt a crit: On Mon, 18 Nov 2013, Antonio Fortuny wrote: Le 18/11/2013 12:19, Michael Van Canneyt a crit : On Mon, 18 Nov

Re: [fpc-pascal] ibase package

2013-11-18 Thread Tony Whyman
Antonio, Be careful on Ubuntu (as with all Debian) you only get libfbclient.so installed when you also have the development package (firebird-dev) installed. Better to load the libfbclient.so.2 library which gets installed with the libfclient2 package.

Re: [fpc-pascal] ibase package

2013-11-18 Thread Antonio Fortuny
Le 18/11/2013 13:15, Tony Whyman a crit: Antonio, Be careful on Ubuntu (as with all Debian) you only get libfbclient.so installed when you also have the development package (firebird-dev) installed. Better to load the