Re: Latest git compile fails on 'EVP_PKEY_free'

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Colin Beckingham <colbec(at)start(dot)ca>
Cc: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Latest git compile fails on 'EVP_PKEY_free'
Date: 2013-05-08 09:45:22
Message-ID: CA+OCxowa_J3quM_Rcv9f0PJKb2TFJOct3jyJ_4z0PPr68mxVfw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, May 8, 2013 at 10:41 AM, Colin Beckingham <colbec(at)start(dot)ca> wrote:
>
>
> On 05/06/2013 04:57 AM, Colin Beckingham wrote:
>>
>>
>>
>> On 05/06/2013 12:19 AM, Ashesh Vashi wrote:
>>>
>>> Hi Colin,
>>>
>>> Can you please send us the output of 'openssl version'?
>>>
>>> On Sat, May 4, 2013 at 12:11 AM, Colin Beckingham <colbec(at)start(dot)ca
>>> <mailto:colbec(at)start(dot)ca>> wrote:
>>>
>>> Opensuse 12.3 fully patched up to date. On kernel 3.9.
>>> Ran bootstrap before configure.
>>> Rempiled from git about 4 days ago, no problems.
>>>
>>>
>>>
>>>
>>> /usr/lib64/gcc/x86_64-suse-__linux/4.7/../../../../x86_64-__suse-linux/bin/ld:
>>>
>>> libssh2/openssl.o: undefined reference to symbol 'EVP_PKEY_free'
>>>
>>>
>>> /usr/lib64/gcc/x86_64-suse-__linux/4.7/../../../../x86_64-__suse-linux/bin/ld:
>>>
>>> note: 'EVP_PKEY_free' is defined in DSO /usr/lib64/libcrypto.so so
>>> try adding it to the linker command line
>>> /usr/lib64/libcrypto.so: could not read symbols: Invalid operation
>>> collect2: error: ld returned 1 exit status
>>>
>>> I think I have the openssl and libcrypto libraries installed but the
>>> compile stops at this point. Any suggestions?
>>>
>>> 32/64 bit issue?
>>>
>>
>> $ openssl version
>> OpenSSL 1.0.1e 11 Feb 2013
>>
>> config.log is attached.
>>
>
> I see from the summary page that Ashesh has added a patch to the config
> process, so I did a git pull and ran bootstrap again, but the compile still
> stops at the above problem.
>
> I then did a 'make distclean' which stopped with
>
> ...
> Makefile:5815: utils/.deps/utffile.Po: No such file or directory
> make[1]: *** No rule to make target `utils/.deps/utffile.Po'. Stop.
> make[1]: Leaving directory `/home/colin/pgadmin3/pgadmin'
> make: *** [distclean-recursive] Error 1
>
> However it did seem to clean out a lot of stuff, I tried make again but
> still stops at the above EVP_PKEY error.

The issue you reported is still being investigated.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Aren Cambre 2013-05-09 02:20:40 Re: 1.16.1: many operations cause display tree to collapse
Previous Message Colin Beckingham 2013-05-08 09:41:15 Re: Latest git compile fails on 'EVP_PKEY_free'