Re:Re: Postgres and dbexpress
Ben Hochstrasser wrote:
Quote
Gabriel Monsalvo wrote:
>>either adjust /etc/ld.so.conf (and run ldconfig) or symlink libsqlpg.so
>>(wasn't this supposed to be libpgsql.so?) to somewhere in /usr/lib.
>>
>
>i tried that too, but does not work. I check out the client libraries
>for postgresql and there are installed and with symbolic link to
>/usr/lib (libpq.so), this mornig tried to connect with mysql and its
>works ! but i need to use postgresql if you know anything to solve this
>problem i will thank you for the eternity.
Okay...let's see:
- does psql (the interactive thingie) work on your computer? Will it work
against both localhost and the real IP?
- is there a libsqlpg.so (symlink to libsqlpg.so.1.x) in /usr/lib?
hi again Ben: thanks for your answer and soory for the delay but i was
ill (get a cold).
i try out the psql -U "user" -h db-host database and works fine.
the library libsqlpg.so is in:
/usr/lib/libsqlpg.so
/usr/local/kylix3/bin/libsqlpg.so
/usr/local/kylix3/bin/libsqlpg.so.1.0
and /usr/lib/libsqlpg.so is a symlink.
Gabriel.
{smallsort}