From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Colin Beckingham <colbec(at)start(dot)ca> |
Cc: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Make fails on crypto |
Date: | 2012-11-29 21:47:28 |
Message-ID: | 1354225648.2188.20.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
On Tue, 2012-10-16 at 07:31 -0400, Colin Beckingham wrote:
> As a result of a complete reinstall of system partition on Opensuse 12.2
> (wxwidgets 2.8) I have a problem recompiling pgadmin from latest git.
>
> My configure is
>
> ./configure --enable-databasedesigner
>
> and make seems to stop very late in the process on
>
> ... /lib64 -lcrypto -lpq
> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld:
> cannot find -lcrypto
>
> I have tried installing random *-devel packages but nothing seems to
> find the needed crypto library. This could be the 64 bit issue of a
> library stuck in /usr/lib(64) which needs a symbolic link for the system
> to find it.
>
> Which crypto might I be looking for? Pity that config does not pick it up.
>
IIRC, crypto is part of the openssl package. Try to install
openssl-devel (and openssl, but you should already have this one).
--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Campbell | 2012-11-29 21:51:07 | Re: Grant Permissions for View Only |
Previous Message | Guillaume Lelarge | 2012-11-29 21:44:17 | Re: column comments |