Re: [GENERAL] Problem with compiled C

Поиск
Список
Период
Сортировка
От Cesar Lombao
Тема Re: [GENERAL] Problem with compiled C
Дата
Msg-id Pine.LNX.4.04.9908121259460.952-100000@lombao.dycsa.es
обсуждение исходный текст
Ответ на Problem with compiled C  (Héctor Morales <hector.morales@edisa.com.gt>)
Список pgsql-general

> Hi , I have two problems.
>
> 1. When a use pgacces, i try connect with one database, responde the
> next error.
>         Error trying to connect to database "xxxx" on host "xxx"
>         PostgreSQL error message: Connection to database failed
> connectDB() --connect() failed: Connection refused Is the postmaster
> running (whit -i) at "xxx" and accepting connections on TCP/IP por
> "5432".
>
You must launch postmaster with parameters -S -i, if you have a postgres
file in /etc/rc.d/init.d/ open it, and modify how postgres is started


>     I use Postgresql 6.5, on RedHat 6. I don't know why not connect.
>
> 2. When i compiled one program in C, I don't  Know what parameter i use
> with gcc
> but i compilied the example of the testc.c in manual of programmer no
> indicate How to compiled.
>

You must compile with -lpq , something like
gcc test.c -lpq

>
> Thanks for yor help.
>
>
>


В списке pgsql-general по дате отправления:

Предыдущее
От: Howie
Дата:
Сообщение: Re: [GENERAL] Problem with compiled C
Следующее
От: "Stephen Boyle"
Дата:
Сообщение: