Re: is crypto part of openssl-1.0.0e.tar.gz

2011-10-03 Thread michael lush
On Fri, Sep 30, 2011 at 6:27 PM, Jakob Bohm wrote: > On 9/30/2011 5:04 PM, michael lush wrote: >> >> On Fri, Sep 30, 2011 at 3:07 PM, Jakob Bohm  wrote: >>> >>> Short answer to subject: Yes. If it is I'm pointing configure at the wrong place and I need to look elsewhere :-) >>> >>>

Re: is crypto part of openssl-1.0.0e.tar.gz

2011-09-30 Thread jb-openssl
On 01-10-2011 04:14, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm Sent: Friday, 30 September, 2011 13:27 On 9/30/2011 5:04 PM, michael lush wrote: On Fri, Sep 30, 2011 at 3:07 PM, Jakob Bohm wrote: Linkable shared libraries "lib/libcrypto.so" and "lib

RE: is crypto part of openssl-1.0.0e.tar.gz

2011-09-30 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm > Sent: Friday, 30 September, 2011 13:27 > On 9/30/2011 5:04 PM, michael lush wrote: > > On Fri, Sep 30, 2011 at 3:07 PM, Jakob > Bohm wrote: > >> Linkable shared libraries "lib/libcrypto.so" and > "lib/libssl.so" (.DLL if > >> Wi

Re: is crypto part of openssl-1.0.0e.tar.gz

2011-09-30 Thread Jakob Bohm
On 9/30/2011 5:04 PM, michael lush wrote: On Fri, Sep 30, 2011 at 3:07 PM, Jakob Bohm wrote: Short answer to subject: Yes. If it is I'm pointing configure at the wrong place and I need to look elsewhere :-) Maybe. Maybe not. Look in your local install and make sure all of the following is t

Re: is crypto part of openssl-1.0.0e.tar.gz

2011-09-30 Thread michael lush
On Fri, Sep 30, 2011 at 3:07 PM, Jakob Bohm wrote: > Short answer to subject: Yes. >> If it is I'm pointing configure at the wrong place and I need to look >> elsewhere :-) > > Maybe.  Maybe not.  Look in your local install and make sure all of the > following is there: > A directory "include/open

Re: is crypto part of openssl-1.0.0e.tar.gz

2011-09-30 Thread Jakob Bohm
age, and all the headers etc. in an additional openssl-devel package, to save disk space on computers that won't be used to compile other software. When installing from source you get everything at once, although not all the stuff may be copied to your local install dir. So my question is,

is crypto part of openssl-1.0.0e.tar.gz

2011-09-30 Thread michael lush
sl-1.0.0e.tar.gz I think I've pointed postgres configure at the local openssl install however I'm still getting the same error A bit of googling suggests I need to install openssl-devel to get 'crypto' So my question is, is crypto part of openssl-1.0.0e.tar.gz If it is I