Link to home
Start Free TrialLog in
Avatar of chonsp
chonsp

asked on

fsql for Redhat Linux rel 5.2?

I would like to use fsql on a Redhat Linux Release 5.2 to access a Sybase server.  Does anyone know where I can get a version for this platform.
Avatar of benten
benten
Flag of United States of America image

You do know that RedHat 5.2 comes with postgresql packages including one called postgresql-client.  Beyond this I know very little about sql except what sql stands for.
Avatar of chonsp
chonsp

ASKER

I'm not familiar with postgresql, is that the command line executable?
postgresql is a set of software packages including clients and servers.

Since you are using RH 5.2 try "rpm -q postgresql-clients" to see if you already have the clients installed (it will print the version number if installed or complaine that is not installed).

If it is installed you can try the command "psql".  There are other commands and documentation included in the "postgresql-clients" package.
Avatar of chonsp

ASKER

Very helpful.  I do not have the package installed.  I'll go get it.
Avatar of chonsp

ASKER

benten,

propose an answer I am ready to close out.  Thanks
ASKER CERTIFIED SOLUTION
Avatar of benten
benten
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chonsp

ASKER

Hav'nt finished the installation, but based on theFAQ and README this is what I am looking for.