Unix Technical Forum

=?UTF-8?B?WyBwc3Fsb2RiYy1CdWdzLTEwMDA0MjIgXSBDb3VsZG4ndC Bjb21waWxlIDA4LjAxLjAxMDEgd2l0aCBVbml4IFBHIDcuNC41 IGRldmVsb3BtZW50IGVudmlyb25tZW50?=

This is a discussion on =?UTF-8?B?WyBwc3Fsb2RiYy1CdWdzLTEwMDA0MjIgXSBDb3VsZG4ndC Bjb21waWxlIDA4LjAxLjAxMDEgd2l0aCBVbml4IFBHIDcuNC41 IGRldmVsb3BtZW50IGVudmlyb25tZW50?= within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Bugs item #1000422, was opened at 2005-11-17 15:57 You can respond by visiting: http://pgfoundry.org/tracker/?func=d...oup_id=1000125 Category: None Group: None Status: ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces odbc

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-16-2008, 02:37 AM
noreply@pgfoundry.org
 
Posts: n/a
Default =?UTF-8?B?WyBwc3Fsb2RiYy1CdWdzLTEwMDA0MjIgXSBDb3VsZG4ndC Bjb21waWxlIDA4LjAxLjAxMDEgd2l0aCBVbml4IFBHIDcuNC41 IGRldmVsb3BtZW50IGVudmlyb25tZW50?=

Bugs item #1000422, was opened at 2005-11-17 15:57
You can respond by visiting:
http://pgfoundry.org/tracker/?func=d...oup_id=1000125

Category: None
Group: None
Status: Closed
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Couldn't compile 08.01.0101 with Unix PG 7.4.5 development environment

Initial Comment:
When I try to compile 08.01.0101 under Linux RH9 with PG 7.4.5 development, I receive next error messages:

connection.c: In function `CC_send_cancel_request':
connection.c:1626: `PGcancel' undeclared (first use in this function)
....

Thank you.
Eugene Fokin.


----------------------------------------------------------------------

>Comment By: Ludek Finstrle (luf)

Date: 2005-12-01 19:23

Message:
Or if you need compile new driver againist older PgSQL try replace CC_send_cancel_request function (in connection.c) by this one:

int
CC_send_cancel_request(const ConnectionClass *conn)
{
if (PQrequestCancel(conn) == 1)
return TRUE;
else
return FALSE;
}

----------------------------------------------------------------------

Comment By: Dave Page (dpage)
Date: 2005-11-19 22:23

Message:
Yes, it would appear that we have used features only in 8.0 or above. You will need to build and install 8/8.1 to compile psqlODBC I'm afraid. It should work just fine with 7.4 though.

Don't forget to install it somewhere other than whereever your current version lives!!

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=d...oup_id=1000125

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:04 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com