Re: [pgadmin-hackers] [pgadmin-support] Bug in pgadmin III displaying/exporting dat

2003-10-03 Thread Adam H. Pendleton
Andreas Pflug wrote:

Godshall Michael wrote:

I use linux at home and would test it there if I can get pgadminIII 
installed on it.  Last time I tried it failed because I did not have 
ssl and crypto so.4 libraries.  My Redhat 8.0 box has versions so.2.  
Maybe I downloaded the wrong version of pgadminIII.

Adam,

can't we link ssl and crypto static too? Alternatively, we'd have to 
distribute non-SSL versions too..

I'm not sure I follow.

ahp

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [pgadmin-hackers] [pgadmin-support] Bug in pgadmin III displaying/exporting dat

2003-10-03 Thread Andreas Pflug
Adam H. Pendleton wrote:

Andreas Pflug wrote:

Godshall Michael wrote:

I use linux at home and would test it there if I can get pgadminIII 
installed on it.  Last time I tried it failed because I did not have 
ssl and crypto so.4 libraries.  My Redhat 8.0 box has versions 
so.2.  Maybe I downloaded the wrong version of pgadminIII.

Adam,

can't we link ssl and crypto static too? Alternatively, we'd have to 
distribute non-SSL versions too..

I'm not sure I follow. 


Hi Adam,

obviously the Redhat binary distribution needs dynamically linked 
libcrypto and libssl. IMHO we should spend the additional 10kb and have 
both libs statically linked to pgAdmin3, to avoid these dependencies. Or 
did Jean-Michel just forget to use --enable-static when building?

AFAIR we confirmed that by default dynamic linking should be used, while 
our binary distributions should be as static as possible to minimize 
dependencies.

Regards,
Andreas


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
 joining column's datatypes do not match


Re: [pgadmin-hackers] [pgadmin-support] Bug in pgadmin III displaying/exporting

2003-10-03 Thread Adam H. Pendleton
Andreas Pflug wrote:

Hi Adam,

obviously the Redhat binary distribution needs dynamically linked 
libcrypto and libssl. IMHO we should spend the additional 10kb and 
have both libs statically linked to pgAdmin3, to avoid these 
dependencies. Or did Jean-Michel just forget to use --enable-static 
when building?

AFAIR we confirmed that by default dynamic linking should be used, 
while our binary distributions should be as static as possible to 
minimize dependencies.

Okay, I will take a look at this again and see if the --disable-shared 
flag can statically link as much as possible.

ahp

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [pgadmin-hackers] [pgadmin-support] Bug in pgadmin III displaying/exporting

2003-10-03 Thread Andreas Pflug
Jean-Michel POURE wrote:

Le Vendredi 3 Octobre 2003 17:52, Andreas Pflug a crit :
 

Or did Jean-Michel just forget to use --enable-static when building?
   

No, the packages use %configure --enable-debug --enable-static 
--with-wx-config=%{withwxconfig}. And I can confirm that the SSL combo does 
not display under RedHat 9.

So that distri isn't compiled for SSL.

Michael, did you use said binary package? If not, which did you use?

If Michael really did use that RH9 package, this would mean that 
libcrypto and libssl are linked, but pgAdmin3 is SSL-disabled. This 
certainly wouldn't make sense.

So if SSL is not defined, the ssl libs may not be linked to it either.

Regards,
Andreas
---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
 joining column's datatypes do not match


Re: [pgadmin-hackers] [pgadmin-support] Bug in pgadmin III displaying/exporting

2003-10-03 Thread Dave Page


 -Original Message-
 From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
 Sent: 03 October 2003 17:42
 To: [EMAIL PROTECTED]
 Cc: pgadmin-hackers; [EMAIL PROTECTED]; Adam H. Pendleton
 Subject: Re: [pgadmin-hackers] [pgadmin-support] Bug in 
 pgadmin III displaying/exporting
 
 
 
 So that distri isn't compiled for SSL.

SSL is broken on Unix due to a build problem - see my email from this
morning. Hopefully Adam will have a fix soon.

Regards, Dave

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])