RE: sock5 proxy support for irssi
"Chen, Hao H" <[email protected]> Thu, 9 Apr 2009 22:25:31 +0800
| Newsgroups | gmane.network.irc.irssi.user |
|---|---|
| Message-ID | <374F2F213B28FD419513791A21685B1614099B2F@pdsmsx502.ccr.corp.intel.com> |
Hi, After debug into tsocks.c, I found that close() would be invoked before _init(). Which caused error. So I removed FC10 own irssi package, downloaded latest irssi from project website. Compiled and installed it. Amazing, it worked. Which means FC10 irssi hasn't been compiled properly. It's better to compile irssi on own PC to get stable version. Now I could connect to external irc server via tsocks. Great! Thanks for your guys' support. Hao -----Original Message----- From: Chen, Hao H Sent: 2009年4月9日 16:30 To: 'Jason Fesler'; tabris Cc: [email protected] Subject: RE: [irssi-users]sock5 proxy support for irssi I've downloaded tsocks 1.8, compiled on FC10 successfully, "make install" then. When I ran "tsocks irssi", error message: => "libtsocks: Unresolved symbol: close" It seems that symbol "close" couldn't be found. I tried another Fc10 machine, the same problem. That's strange. Hao -----Original Message----- From: Jason Fesler [mailto:[email protected]] Sent: 2009年4月9日 13:42 To: tabris Cc: Chen, Hao H; [email protected] Subject: Re: [irssi-users]sock5 proxy support for irssi >> I’d like to use irssi via sock5 proxy, while it seems not working. I’m >> using FC10, and use irssi from FC10 repo.( irssi 0.8.12 (20071006 0939)) .. > Further, last time I checked in 0.8.11, if you compiled in SOCKS proxy > support, it would _only_ work with a SOCKS proxy and not connect > normally. This was unacceptable so I reverted. I'm successfully using "tsocks" instead..