Re: [GENERAL] libssl issue ?

2010-09-17 Thread Peter Roethlisberger
Thanks for the input Tom. Compiling openssl with the shared option did the trick. On Thu, Sep 16, 2010 at 3:49 PM, Tom Lane t...@sss.pgh.pa.us wrote: Craig Ringer cr...@postnewspapers.com.au writes: On 16/09/2010 4:35 PM, Peter Roethlisberger wrote: /usr/local/openssl/lib64/libssl.a: could

[GENERAL] libssl issue ?

2010-09-16 Thread Peter Roethlisberger
I was able to configure Postgres Version 8.4.4. Now when I execute the make I get the following: /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: /usr/local/openssl/lib64/libssl.a(t1_meth.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a

Re: [GENERAL] libssl issue ?

2010-09-16 Thread Craig Ringer
On 16/09/2010 4:35 PM, Peter Roethlisberger wrote: I was able to configure Postgres Version 8.4.4. Now when I execute the make I get the following: It would be helpful if you provided a few basic details, like your OS, compiler version, configure command line, etc. You're clearly on some

Re: [GENERAL] libssl issue ?

2010-09-16 Thread Tom Lane
Craig Ringer cr...@postnewspapers.com.au writes: On 16/09/2010 4:35 PM, Peter Roethlisberger wrote: /usr/local/openssl/lib64/libssl.a: could not read symbols: Bad value Bad build of OpenSSL? What does: Well, the real question here is why it's not picking up a shared-library version of libssl