Re: [Lazarus] PosgeSQL client

2008-12-22 Thread Lord Satan
On Mon, 22 Dec 2008 10:38:47 -0600 "Andrew Brunner" wrote: > You can get the latest form SVN locally and follow the installation > instructions on the Wiki to build, install, install source. But when > you do the ln (symbolic links) do them under SUDO. The easiest (and IMHO cleanest) way to co

Re: [Lazarus] PosgeSQL client

2008-12-22 Thread Andrew Brunner
On Mon, Dec 22, 2008 at 10:09 AM, Eric March wrote: > I have SQLdb component installed in Lazarus 0.9.24 beta x86_64-linux-gtk > on Ubuntu 64 bit linux. > I tried running mysql but get an error which needs FPC 2.2.3 or later. > I can only find RPM files > for that source and I can't install it. I

Re: [Lazarus] PosgeSQL client

2008-12-22 Thread Leonardo M. Ramé
I don't use Ubuntu, but did you try this: /apt-get install libpq/-dev ? Leonardo M. Ramé Griensu S.A. - Medical IT Córdoba Tel.: 0351 - 4247979 Eric March escribió: > I have SQLdb component installed in Lazarus 0.9.24 beta x86_64-linux-gtk > on Ubuntu 64 bit linux. > I tried running mysql bu

Re: [Lazarus] PosgeSQL client

2008-12-22 Thread Joost van der Sluis
Op dinsdag 23-12-2008 om 02:39 uur [tijdzone +1030], schreef Eric March: > I opened a new project and placed a PQConnection on Form1, set host name > as localhost, > username as postgres with no password. When I set Connected to "TRUE" I > get the > following error. > > Can not load PosgreSQL

[Lazarus] PosgeSQL client

2008-12-22 Thread Eric March
I have SQLdb component installed in Lazarus 0.9.24 beta x86_64-linux-gtk on Ubuntu 64 bit linux. I tried running mysql but get an error which needs FPC 2.2.3 or later. I can only find RPM files for that source and I can't install it. I can download FPC.zip and compile that source but it turns