Re: PQsetdb

From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PQsetdb
Date: 2005-02-23 21:31:48
Message-ID: CC1CF380F4D70844B01D45982E671B2348E639@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mohsen Pahlevanzadeh wrote:
> My program is using both MySQL & PostgreSQL.I don't have problem with
> Mysql. But i have problem with pgsql.

I think Richard's point is that you are not linking in any PostgreSQL
libs.

>> Mohsen Pahlevanzadeh wrote:
>>> I recieve following error:
>>> [root(at)localhost sql2sql]# make
>>> g++ -c -I/usr/include/mysql -I/usr/include sql2sql.cpp;
>> ^^^^^^
>>> g++ -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib
>>> g++ -o
>> ^^^^^ ^^^^^^^^^^^
>> Those aren't going to help, are they?
>>
>> --
>> Richard Huxton
>> Archonet Ltd
>>

--
Guy Rouillier

Browse pgsql-general by date

  From Date Subject
Next Message Mohsen Pahlevanzadeh 2005-02-23 21:36:54 Re: PQsetdb
Previous Message Stephan Szabo 2005-02-23 21:27:09 Re: PQsetdb