Re: Last few steps for pgadmin4 on RHEL 6

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Last few steps for pgadmin4 on RHEL 6
Date: 2017-03-17 09:40:46
Message-ID: CA+OCxoxvSnGjYW+aQ_mGGPK07-5XFm-vGi_yNy6y58WWCxYJYQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, Mar 17, 2017 at 9:11 AM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:
>
> Hi Dave,
>
> On Fri, 2017-03-17 at 08:57 +0000, Dave Page wrote:
>> > However, I am not too excited about the current situation in the repo, as I
>> > updated some RHEL 6 packages (like -crypto, etc), which may mean breakage
>> > to
>> > some servers. I'll think about that for a while.
>>
>> Oh, urgh. Can we create private versions of them? That's what we had
>> to do with ICU for EPAS in EDB; we have an edb-icu package which uses
>> the specific version we required.
>
> We *can*, but not sure it will work. Eventually it will overwrite to the same
> files (say, -crypto), and RPM will complain about conflicting packages -- or
> let me ask it the other way: Any chance to tell pgadmin4 to look at to "other"
> -crypto package content (say, pgadmin4-python-crypto) , instead of the OS
> supplied one?

Oh, it was python-crypto? I was thinking you meant libcrypto.

Hmm. That might be tricky. It might work if you just install it into
the web/ directory.

Is the default version actually too old? It's quite possible it will
work, but we just haven't tested back that far. The version numbers in
requirements.txt are really just what we know works, rather than what
actually will in many cases.

--
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-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-17 10:02:55 pgAdmin 4 commit: Fix a typo and remove an unnecessary copy of the colu
Previous Message Dave Page 2017-03-17 09:23:09 Re: Patch submissions