I'm trying to install the latest version of putty GUI ssh client on my C5 box, but get the error: ./configure: line 2353: syntax error near unexpected token '1.2.0,' ./configure: "AM_PATH_GTK(1.2.0, all_targets="all-cli all-gtk", all_targets="all-cli)' What am I missing? I thought I had GTK fully installed. Maybe I don't? I tried a yum install *gtk* and *GTK* and got through that fine. What else? Thanks. Scott
On Sat, 2007-11-03 at 11:03 -0400, Scott Ehrlich wrote:> I'm trying to install the latest version of putty GUI ssh client on my C5 > box, but get the error: > > ./configure: line 2353: syntax error near unexpected token '1.2.0,' > ./configure: "AM_PATH_GTK(1.2.0, all_targets="all-cli all-gtk", > all_targets="all-cli)' > > > What am I missing? I thought I had GTK fully installed. Maybe I don't?PuTTY is a GTK+ 1.x app. Please let it die. -- Ignacio Vazquez-Abrams <ivazqueznet at gmail.com> PLEASE don't CC me; I'm already subscribed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20071103/71a01234/attachment.sig>
On Sat, 3 Nov 2007, Ignacio Vazquez-Abrams wrote:> On Sat, 2007-11-03 at 11:03 -0400, Scott Ehrlich wrote: >> I'm trying to install the latest version of putty GUI ssh client on my C5 >> box, but get the error: >> >> ./configure: line 2353: syntax error near unexpected token '1.2.0,' >> ./configure: "AM_PATH_GTK(1.2.0, all_targets="all-cli all-gtk", >> all_targets="all-cli)' >> >> >> What am I missing? I thought I had GTK fully installed. Maybe I don't? > > PuTTY is a GTK+ 1.x app. Please let it die.I need a solution (commandline or otherwise) that will let me ssh through a socks proxy. What is a real-world .ssh/config line with ProxyCommand to look like that will work? Thanks. Scott> > -- > Ignacio Vazquez-Abrams <ivazqueznet at gmail.com> > > PLEASE don't CC me; I'm already subscribed >
On Sat, 3 Nov 2007, Scott Ehrlich wrote:> I'm trying to install the latest version of putty GUI ssh client on my C5 box, > but get the error: > > ./configure: line 2353: syntax error near unexpected token '1.2.0,' > ./configure: "AM_PATH_GTK(1.2.0, all_targets="all-cli all-gtk", > all_targets="all-cli)' > > > What am I missing? I thought I had GTK fully installed. Maybe I don't? > > I tried a yum install *gtk* and *GTK* and got through that fine. > > What else?http://dag.wieers.com/rpm/packages/putty/ -- -- dag wieers, dag at centos.org, http://dag.wieers.com/ -- [Any errors in spelling, tact or fact are transmission errors]
On 2007-11-03, Scott Ehrlich <scott at MIT.EDU> wrote:> I'm trying to install the latest version of putty GUI ssh client on my C5 > box, but get the error: > > ./configure: line 2353: syntax error near unexpected token '1.2.0,' > ./configure: "AM_PATH_GTK(1.2.0, all_targets="all-cli all-gtk", > all_targets="all-cli)' > > > What am I missing? I thought I had GTK fully installed. Maybe I don't?You probably have gtk-2.x installed. Putty is looking for gtk-1.2.0. But why do you need putty? Using ssh in an xterm does the same thing with less overhead. -- John (john at os2.dhs.org)