C compiler error when using PostGres - Mailing list pgsql-sql

From G. Anthony Reina
Subject C compiler error when using PostGres
Date
Msg-id 360AAC02.46F2B123@nsi.edu
Whole thread Raw
List pgsql-sql
I recently upgraded the hardrive on our database system and copied all
of the Postgres files from the old harddrive to the new one.

Everything seems to work find except when I try to compile a C program
that uses SQL backend commands. The program did compile on the old
harddrive and ran fine. Now, during compilation I get the following
error:

/database/local/pgsql/lib/libpq.a(fe-auth.o): In function
`pg_password_sendauth':
fe-auth.o(.text+0x17): undefined reference to `crypt'

Anyone know how to fix this?

Thanks.
-Tony

--

                        ( @@ )
 ////////////////////oOO*(__)*OOo///////////////////////
//                                                    //
// G. Anthony Reina, MD                               //
// The Neurosciences Institute                        //
// 10640 John Jay Hopkins Drive                       //
// San Diego, CA   92121  USA                         //
//                                                    //
// Voice: (619) 626-2000     FAX: (619) 626-2199      //
// E-mail: reina@nsi.edu                              //
//                                                    //
///////////////////////////////////////////////////////

pgsql-sql by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Re: [SQL] 2 questions.
Next
From: "John E. Garrott"
Date:
Subject: Re: [SQL] C compiler error when using PostGres