Re: Postgresql 8.0.1
Walter Haslbeck <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Organization | AMG GmbH |
| Message-ID | <[email protected]> |
Ullrich Molter wrote:
> Win XP Pro
> BDL 3.54.2k
> Postgresql 8.0.1
> does anybody succed in creating a runner in this environment?
>
> As 8.0 is not yet supported I tried this way:
>
> fglmkrun -o runpg -d pgs74
>
> fglmkrun error: Could not link runner.
Works fine here on SuSE Linux 9.0 + PostgreSQL 8.0.1 (RPMs from
ftp.suse.com) + BDL 3.54.01.19
$ fglmkrun -o runpg -d pgs74
Runner successfully created.
$ ldd runpg
libpq.so.3 => /usr/lib/libpq.so.3 (0x4002e000)
[...]
$ rpm -qf /usr/lib/libpq.so.3
postgresql-libs-8.0.1-1
Walter