Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-22 Thread Dave Page
OK, so suggestions (i.e. a patch) for fixing the build? I guess we need to ensure the build script forces a compilation of psycopg2 when creating the venv, and passes down -mmacosx-version-min=10.9 ? On Wed, Feb 22, 2017 at 1:23 PM, Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > > >

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-22 Thread Sandeep Thakkar
On Wed, Feb 22, 2017 at 5:19 PM, Dave Page wrote: > So why does it work on my MacOS 10.9 test system? > > Right, the link below says that the library validation starts from 10.10 ( https://developer.apple.com/library/content/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-22 Thread Dave Page
So why does it work on my MacOS 10.9 test system? On Wed, Feb 22, 2017 at 11:15 AM, Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > So, if you see the libssl library is signed with SHA256 algorithm which > probably is not understood by MacOS 10.10. I found a related article @ > http:

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-22 Thread Sandeep Thakkar
So, if you see the libssl library is signed with SHA256 algorithm which probably is not understood by MacOS 10.10. I found a related article @ http://www.discretecosine.com/index-html-2/ That means the build was done on higher version of MacOS and to fix this, the code should be rebuild with "-mma

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-22 Thread matshyeq
Hi Sandeep, Please see below: ○ → codesign -vvvd /Applications/pgAdmin\ 4.app/Contents/Frameworks/libssl.1.0.0.dylib Executable=/Applications/pgAdmin 4.app/Contents/Frameworks/libssl.1.0.0.dylib Identifier=libssl.1 Format=Mach-O thin (x86_64) CodeDirectory v=20200 size=3336 flags=0x0(none) ha

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread Sandeep Thakkar
I see you are running the pgAdmin app on 10.10.5. Is it built on the same MacOS version? I suspect this is related to SHA algorithm. What's the output for the following: $ codesign -vvvd /Applications/pgAdmin\ 4.app/Contents/Frameworks/libs sl.1.0.0.dylib $ codesign -vvvd /Applications/pgAdmin\ 4.

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread matshyeq
Hi Ashesh, Here it is: ○ → otool -L "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python/site-packages/psycopg2/_psycopg.so" /Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python/site-packages/psycopg2/_psycopg.so: @loader_path/../../../../../../../Contents/Frameworks/libpq.

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread Murtuza Zabuawala
Apologies, Please disregard my previous solution. That won't work, Please follow Ashesh's instructions. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Feb 21, 2017 at 6:52 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.co

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread Murtuza Zabuawala
Can you try creating soft link by running following command in terminal? cd /usr/lib sudo ln -s /Applications/pgAdmin 4.app/Contents/Frameworks/ libssl.1.0.0.dylib libssl.1.0.0.dylib -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On T

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread Ashesh Vashi
Can you please run the following command for me? otool -L "/Users/asheshvashi/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python/site-packages/psycopg2/_psycopg.so" otool -L "/Users/asheshvashi/Applications/pgAdmin 4.app/Contents/Frameworks/libpq.5.dylib" otool -L "/Users/asheshvashi/App

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread matshyeq
○ → codesign --verbose --verify /Applications/pgAdmin\ 4.app/Contents/Frameworks/libssl.1.0.0.dylib /Applications/pgAdmin 4.app/Contents/Frameworks/libssl.1.0.0.dylib: valid on disk /Applications/pgAdmin 4.app/Contents/Frameworks/libssl.1.0.0.dylib: satisfies its Designated Requirement Thank you,

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread Ashesh Vashi
On Tue, Feb 21, 2017 at 3:15 PM, Dave Page wrote: > Argh, darn mailer. Here's the output: > > maciek in /Applications/pgAdmin 4.app/Contents/MacOS > ○ → ./pgAdmin4 > Python path: "/Applications/pgAdmin > 4.app/Contents/Resources/venv/lib/python/site-packages:/ > System/Library/Frameworks/Python

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread Dave Page
Argh, darn mailer. Here's the output: maciek in /Applications/pgAdmin 4.app/Contents/MacOS ○ → ./pgAdmin4 Python path: "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python/site-packages:/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload:/Applications/pg

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread Dave Page
I don't know then I'm afraid. Ashesh, any idea what's going on? Maciek is seeing the error below, however the signature on the app bundle verifies OK: On Tue, Feb 21, 2017 at 6:44 AM, matshyeq wrote: > Hi Dave, > > I did as you told. No joy ;( > > Thank you, > Kind Regards > ~Maciek > > On 20 Fe

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-17 Thread matshyeq
Can't start up pgAdmin on Mac OS X 10.10.5 The screen is flicking few times finally ending with: Failed to connect to the pgAdmin application server. Click here to try again. When I try from command line I can see there's some problem with libssl.1.0.0.dylib (see below).

Re: [pgadmin-support] mac os x 10.8 pgadmin3 can't use backup / restore

2013-02-23 Thread Dave Page
On Sat, Feb 23, 2013 at 9:51 AM, aloysius wrote: > Dave Page-7 wrote >> On Sat, Feb 23, 2013 at 6:16 AM, aloysius < > >> aloysius.chang@ > >> > wrote: >>> Raymond O'Donnell wrote On 22/02/2013 09:58, aloysius wrote: > at mac os x 10.8 , i download pgadmin3 1.16.1 , the backup and > re

Re: [pgadmin-support] mac os x 10.8 pgadmin3 can't use backup / restore

2013-02-23 Thread aloysius
Dave Page-7 wrote > On Sat, Feb 23, 2013 at 6:16 AM, aloysius < > aloysius.chang@ > > wrote: >> Raymond O'Donnell wrote >>> On 22/02/2013 09:58, aloysius wrote: at mac os x 10.8 , i download pgadmin3 1.16.1 , the backup and restore button is deactivate . any one can help me? please... >

Re: [pgadmin-support] mac os x 10.8 pgadmin3 can't use backup / restore

2013-02-23 Thread Dave Page
On Sat, Feb 23, 2013 at 6:16 AM, aloysius wrote: > Raymond O'Donnell wrote >> On 22/02/2013 09:58, aloysius wrote: >>> at mac os x 10.8 , i download pgadmin3 1.16.1 , the backup and >>> restore button is deactivate . any one can help me? please... >> >> Hi there, >> >> I don't know about Macs, but

Re: [pgadmin-support] mac os x 10.8 pgadmin3 can't use backup / restore

2013-02-23 Thread aloysius
Raymond O'Donnell wrote > On 22/02/2013 09:58, aloysius wrote: >> at mac os x 10.8 , i download pgadmin3 1.16.1 , the backup and >> restore button is deactivate . any one can help me? please... > > Hi there, > > I don't know about Macs, but on Windows you need to tell PgAdmin where > your pg_dump

Re: [pgadmin-support] mac os x 10.8 pgadmin3 can't use backup / restore

2013-02-22 Thread Raymond O'Donnell
On 22/02/2013 09:58, aloysius wrote: > at mac os x 10.8 , i download pgadmin3 1.16.1 , the backup and > restore button is deactivate . any one can help me? please... Hi there, I don't know about Macs, but on Windows you need to tell PgAdmin where your pg_dump and pg_restore are. Go to File -> Opt

Re: [pgadmin-support] Mac OS X UI Bug

2011-08-15 Thread Guillaume Lelarge
On Wed, 2011-02-09 at 23:08 +0100, Guillaume Lelarge wrote: > Le 09/02/2011 20:15, Brad Lhotsky a écrit : > > pgAdminIII Mac OS X 1.12.2 though this has been persistent through > > 1.8.x -> 1.10.x -> 1.12.x :) > > > > A picture is worth a thousand words: > > > > https://skitch.com/reyjrar/rp566/p

Re: [pgadmin-support] Mac OS X UI Bug

2011-02-09 Thread Guillaume Lelarge
Le 09/02/2011 20:15, Brad Lhotsky a écrit : > pgAdminIII Mac OS X 1.12.2 though this has been persistent through > 1.8.x -> 1.10.x -> 1.12.x :) > > A picture is worth a thousand words: > > https://skitch.com/reyjrar/rp566/pgadmin-table-size-bug > > I'd like to be able to resize the "Size" column

Re: [pgadmin-support] Mac os x pgadmin iii

2009-01-28 Thread Dave Page
On Tue, Jan 27, 2009 at 9:33 PM, David Lary wrote: > Dear Dave, does not seem to help my ~/.pgpass file contains: > > localhost:0:*:postgres:pass > 127.0.0.1:0:*:postgres:pass Hmm - how come the port number is zero? Try changing that to 5432 or whatever is actually correct. -- Dave Page Enterp

Re: [pgadmin-support] Mac os x pgadmin iii

2009-01-27 Thread Dave Page
[Please keep replies on-list] On Tue, Jan 27, 2009 at 7:50 PM, David Lary wrote: > It is all on my local machine OK, but do you access it by IP address (eg. 127.0.0.1) or hostname (eg. localhost), and does the password get saved correctly if you try the other? -- Dave Page EnterpriseDB UK: h

Re: [pgadmin-support] Mac os x pgadmin iii

2009-01-27 Thread Dave Page
On Tue, Jan 27, 2009 at 7:18 PM, David Lary wrote: > When pgAdmin III starts it keeps asking for password even though I checked > save password, do you know why this is? Do you access your server by hostname or IP address? Try changing to the other and see if it works. -- Dave Page EnterpriseDB

Re: [pgadmin-support] Mac OS X issues 1.8.0 RC1

2007-10-29 Thread Dave Page
Henrik wrote: > Hello list, > > I've been using pgadmin as my major tool for pq administration for the > last 2 years and usually works flawlessly. > > One thing that I've noticed in the last version is that the numeric > keypad on my mac does not work at all. > Would anyone know why this is so?

Re: [pgadmin-support] Mac OS X interface problems

2004-12-19 Thread Andreas Pflug
Maarten Engelen wrote: After finally having pgadmin running on Mac OS X I'm a bit troubled by some interface glitches. Especially the size of the windows is not very practical. Is there a way to enlarge the windows (for example the database settings dialog) so all the user interface components a

Re: [pgadmin-support] Mac OS X

2003-11-03 Thread Victor Spång Arthursson
2003-11-03 kl. 18.19 skrev Adam H. Pendleton: May be Adam (cced) will be able to tell more... You explained it just right. The application compiles and runs, but because of the lack of Unicode support, all the strings are garbled. The last communication I had with Stefan, he said he was goin

Re: [pgadmin-support] Mac OS X

2003-11-03 Thread Adam H. Pendleton
[EMAIL PROTECTED] wrote: Hi Victor! Thank you for using pgAdmin. Mac OS X port is mostly done by Adam H. Pendleton and last time I heard news about it the product was running but with strange behaviour for everything concerning the fonts. As far as I understood, Mac OS X lacks a real good unicod

Re: [pgadmin-support] Mac OS X

2003-11-03 Thread blacknoz
Hi Victor! Thank you for using pgAdmin. Mac OS X port is mostly done by Adam H. Pendleton and last time I heard news about it the product was running but with strange behaviour for everything concerning the fonts. As far as I understood, Mac OS X lacks a real good unicode support which partly