Re: pgadmin 3 on SUSE linux 9.0 - Mailing list pgadmin-support

From justin@exinet.co.za (Justin Walsh)
Subject Re: pgadmin 3 on SUSE linux 9.0
Date
Msg-id 401741FE.9080807@exinet.co.za
Whole thread Raw
In response to Re: pgadmin 3 on SUSE linux 9.0  ("Dave Page" <dpage@vale-housing.co.uk>)
Responses Re: pgadmin 3 on SUSE linux 9.0  (Jean-Michel POURE <jm@poure.com>)
Re: pgadmin 3 on SUSE linux 9.0  (Jean-Michel POURE <jm@poure.com>)
List pgadmin-support
Hi,

I've tried the linking (both hard linking and symbolic linking) and it did not work.  A suggestion from another user (Jason) was to use the mandrake version.  I'm going to try this before I start compiling etc.

Thanks
Justin

Dave Page wrote:
 


From: Justin Walsh [mailto:justin@exinet.co.za]
Sent: 27 January 2004 05:13
To: Dave Page
Cc: pgadmin-support@postgresql.org
Subject: Re: [pgadmin-support] pgadmin 3 on SUSE linux 9.0

Hi,

My system has the following versions of the libraries:
libcrypto.so.0.9.7
libssl.so.0.9.7

Does this mean that I need to downgrade my system to the 0.9.6 versions to get pgadmin to work?   
 
That's not such a good idea.
 
 Are these libraries not backwardly compatible?  
 
You would think so being only a minor version number bump. You could try symlinking them (from the directory in which you found them):
 
ln -s libcrypto.so.0.9.7 libcrypto.so.0.9.6
ln -s libssl.so.0.9.7 libssl.so.0.9.6
 
 Is there a way that I can get these libaries and use them just for the execution of pgadmin without downgrading the whole system? 
 
It would be easier (and wiser) to compile your own copy. I can help you with that if the above doesn't work - it's not nearly as difficult as a quick glance at the docs implies!
 

Regards, Dave. 

pgadmin-support by date:

Previous
From: "Mark A. Taff"
Date:
Subject: Re: pgadmin 3 on SUSE linux 9.0
Next
From: Jean-Michel POURE
Date:
Subject: Re: pgadmin 3 on SUSE linux 9.0