| From: | Charles Tassell <ctassell(at)isn(dot)net> |
|---|---|
| To: | Jesus Aneiros <aneiros(at)jagua(dot)cfg(dot)sld(dot)cu>, pgsql-general <pgsql-general(at)hub(dot)org> |
| Subject: | Re: Compiling Error |
| Date: | 2000-06-04 19:04:53 |
| Message-ID: | 4.2.0.58.20000604160355.00b64e40@mailer.isn.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
You aren't including the crypt library, or your system doesn't have
it. Try adding
-lcrypt
to the end of your compile command and try again.
At 12:44 PM 6/4/00, Jesus Aneiros wrote:
>Hi,
>
>Could somebody help me with this error. It appears when I try to compile
>an ecpg program. It seems that it is something with the linking phase and
>the ecpg library. Any ideas?
>
>/usr/lib/libecpg.so: undefined reference to `crypt'
>collect2: ld returned 1 exit status
>
>Best regards, Jesus.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Holmgren | 2000-06-04 22:02:47 | Can I prevent a sequence from being updated when a transaction fail? |
| Previous Message | Tom Lane | 2000-06-04 18:58:43 | Re: Compiling Error |