Re: pgAdmin with SSHTunneling support

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin with SSHTunneling support
Date: 2013-04-09 15:30:18
Message-ID: CA+OCxoy+51utkDr4WjcKOLgEaMdCNTUSgSfhaqf0nXbtB+_ktg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Tue, Apr 9, 2013 at 10:35 AM, Akshay Joshi
<akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
> Hi
>
> I have updated the libssh2 code with the latest version for SSHTunneling. I
> have tested it on Windows, Ubuntu and MAC OSX. With the previous version of
> libssh2 we were facing some problem on MAC OSX. We have faced error "SSL
> SYSCALL error: EOF detected". I haven't found any error on MAC OSX, it is
> working fine at my end.
>
> Attached is the latest patch for SSH Tunneling.

Thanks. I'm seeing the following link failure here:

Undefined symbols for architecture i386:
"_deflate", referenced from:
_comp_method_zlib_comp in comp.o
"_deflateEnd", referenced from:
_comp_method_zlib_dtor in comp.o
"_deflateInit_", referenced from:
_comp_method_zlib_init in comp.o
"_inflate", referenced from:
_comp_method_zlib_decomp in comp.o
"_inflateEnd", referenced from:
_comp_method_zlib_dtor in comp.o
"_inflateInit_", referenced from:
_comp_method_zlib_init in comp.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
make[3]: *** [pgadmin3] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

This is on OS X Mountain Lion, with i686-apple-darwin11-llvm-gcc-4.2
(GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00).
I've attached the configure log in case it helps. I know you've tested
on Dhiraj's Mac - is he on ML?

Also, I've made some minor changes in the master branch to the
boostrap script and configure.ac.in that you'll need to merge against
- that should be trivial though. In addition, on line 29 of
configure.ac.in, please change AM_CONFIG_HEADER to AC_CONFIG_HEADERS,
as the former has now been deprecated.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
config.log application/octet-stream 42.0 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2013-04-10 06:28:56 Re: pgAdmin with SSHTunneling support
Previous Message Dave Page 2013-04-09 15:14:02 pgAdmin III commit: Remove ancient (and badly written) check for acloca