From: | Jeffrey Melloy <jmelloy(at)visualdistortion(dot)org> |
---|---|
To: | Francois Suter <francois(at)monpetitcoin(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Perl DBD::Pg problem |
Date: | 2002-10-28 14:17:09 |
Message-ID: | F213B726-EA7F-11D6-818F-003065D0EE96@visualdistortion.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Yes, I eventually got it to compile with these directions. Thanks.
On Thursday, October 24, 2002, at 04:32 AM, Francois Suter wrote:
>> Hey, I"m attempting to build the Perl module DBD::Pg on Mac OS X
>> 10.2.1
>> and having trouble.
>> When I run 'make test' I get the following error:
>> t/00basic...........dyld: /usr/bin/perl Undefined symbols:
>> _ERR_get_error
>> _ERR_reason_error_string
>> _SSL_CTX_new
>> [snip]
>
> I had a similar problem and got the following answer from Mark Liyanage
> (http://www.entropy.ch/)
>
> [quote]
>
> Hi there,
>
> Did you compile your DBD:Pg module yourself?
> That means you had to set these, right?
>
> setenv POSTGRES_INCLUDE /usr/local/pgsql/include
> setenv POSTGRES_LIB /usr/local/pgsql/lib
>
>
> Now it seems that you have to do this instead for the second line:
>
> setenv POSTGRES_LIB '/usr/local/pgsql/lib/ -lssl'
>
>
> I had this problem too, worked for me...
>
>
> Cheers
>
> -Marc
>
> [quote]
>
> Hope this helps.
>
> --------
> François
>
> Home page: http://www.monpetitcoin.com/
> "A fox is a wolf who sends flowers"
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to
> majordomo(at)postgresql(dot)org)
>
=======================
Jeffrey Melloy
jmelloy(at)visualdistortion(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Florian Litot | 2002-10-28 14:17:50 | Re: pb with insertion |
Previous Message | Adam Witney | 2002-10-28 14:12:27 | Re: History in the postgres monitor |