Re: [INTERFACES] PgConnection

From: Gus Nwosu <anwosu(at)houston(dot)geoquest(dot)slb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Vasquez, Jason" <Jason(dot)Vasquez(at)Connect(dot)Xerox(dot)com>, pgsql-interfaces(at)hub(dot)org
Subject: Re: [INTERFACES] PgConnection
Date: 1998-10-26 14:29:12
Message-ID: 199810261431.IAA01489@gqserver.houston.geoquest.slb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


At compile time include the line -L/usr/lib -lcrypt while building the failed
objects.

Rgds
Gus

At 09:56 AM 10/23/98 -0400, Tom Lane wrote:
>"Vasquez, Jason" <Jason(dot)Vasquez(at)Connect(dot)Xerox(dot)com> writes:
>> Hee's the error I receive:
>> $> g++ -I/usr/local/pgsql/include mytest.cpp -L/usr/local/pgsql/lib -lpq++
-lpq
>> /usr/local/pgsql/lib/libpq.a(fe-auth.o): In function
'pg_password_sendauth':
>> fe-auth.o(.text+0.17): undefined reference to 'crypt'
>
>> I even tried making sure that crypt.h was in g++'s search path, but I still
>> got the same error....
>
>This is the same problem as before: you are seeing a link-time error not
>a compile-time error. You have to pay attention to whether the library
>file can be found as well as whether the header file can be found.
>
>On some machines the crypt functions are not in the standard C library
>but in a separate file that you have to write "-lcrypt" to link in.
>Perhaps yours is like that.
>
> regards, tom lane
>
=============================================================
Gus
Nwosu                                                                        
 Tel:  1-(713)350-4301
GeoRise Training Manager                                                  
Fax: 1-(713)350-4103
5444 Westheimer Road
Houston. Tx 77056                                email:
anwosu(at)houston(dot)geoquest(dot)slb(dot)com
=============================================================

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andrea Antibo 1998-10-26 15:32:13 applet don't go
Previous Message Cary B. O'Brien 1998-10-26 12:41:12 Re: [INTERFACES] large object error