From ian@cypherpunks.ca Sun Apr 1 00:18:18 2007 From: ian@cypherpunks.ca (Ian Goldberg) Date: Sat, 31 Mar 2007 19:18:18 -0400 Subject: [OTR-users] Miranda-OTR-Plugin and ICQ-OTR-Proxy? In-Reply-To: <639281218@web.de> References: <639281218@web.de> Message-ID: <20070331231818.GF5791@yoink.cs.uwaterloo.ca> On Sat, Mar 31, 2007 at 04:37:57AM +0200, Bastian Modauer wrote: > >> it seems like the otr-proxy for icq and the otr-plugin for miranda > >> aren't compatible?! > > > Should work by all means. > > >> if i want to start a private connection with these both accounts, > >> i only get a failure-message. > > > Well, what's the message? > > type a message in miranda's conversation-window ("test" or something else) and send it, > then it appears in icq 5.1, but the otr-proxy at the icq-pc doesn't show any private connection. > so i think this message isn't encrypted. > > type a message in icq's conversation-window and send it, > then it appears in miranda, but in icq it throws a message like this: > "?OTR:AAICAAAAxElr3FDowie0iaHsxQKuNUhunCZmgrk3t7SNrTH6G49nPIoWKnzJYDL6JY7t8wjgDyVTTt5Y52zFjN2v0w7ImX6agI3ll/CX8Coj7e/iH2//QUQPIxhkVCzYGIYznmXqUCPO9GD10rMc9HINTn+IShNC7lsIJEBjdeRST08f6YAHB8dJ9PgiMr0DNcTesUDmOCHqfYpX6EB9Pm1yB6cSvYAo516vIEOL18/iNF9bvITnfMQ9Ae2CExG8r5sSPOkkOP0CjwoAAAAgZFO8xkhzzjU8G13EJjDAHqz4bAuiqGgcQP8p7LIJyJw=." It sounds like the otr proxy isn't recognizing the message on the wire. I suppose it's possible that the ICQ protocol has changed (I know gaim recently split the AIM and ICQ protocols, which used to be the same). But you say OTR works with icq+proxy <-> icq+proxy, so that doesn't seem right either. It definitely sounds like the problem is on the icq+proxy end, though, and not the Miranda+plugin end. You're positive you've got the icq program configured correctly to talk to the proxy? [Here's an easy way to check: when you're logged into ICQ via the proxy, kill the proxy program. Your ICQ program should complain that you've been disconnected. If it doesn't, icq wasn't configured to talk to the proxy.] And just to be sure, you're using otrproxy version 0.3.1, right? Not 0.3.0 or 0.2.x? - Ian From mttjocy@gmail.com Sun Apr 8 14:47:52 2007 From: mttjocy@gmail.com (Matt Joyce) Date: Sun, 8 Apr 2007 14:47:52 +0100 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) Message-ID: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> I finally managed to get the plugin installed (had to install the patch for beta 2, then alter the linking in the one file because of the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c) The plugin then successfully installed in the /usr/gaim/lib/gaim directory at least the following files are there: gaim-otr.la gaim-otr.so My gaim is installed into /usr/gaim however when I restart gaim OTR still does not show up in the list of plugins I have no idea why, could anyone here help me with it. From paul@cypherpunks.ca Sun Apr 8 17:22:33 2007 From: paul@cypherpunks.ca (Paul Wouters) Date: Sun, 8 Apr 2007 18:22:33 +0200 (CEST) Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> Message-ID: On Sun, 8 Apr 2007, Matt Joyce wrote: > I finally managed to get the plugin installed (had to install the > patch for beta 2, then alter the linking in the one file because of > the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c) The debian or fedora packages should provide a source you can use instead of manual patching. (but even better would be a full release that supports the latest "stable beta" gaim). > The plugin then successfully installed in the /usr/gaim/lib/gaim > directory at least the following files are there: > > gaim-otr.la > gaim-otr.so You only need gaim-otr.so, and you probably want it in /usr/lib/gaim or /usr/lib64/gaim. Find another of its plugins, eg libjabber.so, and you know where the plugin directory is on your system. Paul From paul@xelerance.com Sun Apr 8 20:06:21 2007 From: paul@xelerance.com (Paul Wouters) Date: Sun, 8 Apr 2007 21:06:21 +0200 (CEST) Subject: [OTR-users] gaim renamed to pidgin - impact on gaim-otr? In-Reply-To: References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> Message-ID: Gaim got renamed. http://pidgin.im/ Apparently pronounced as "pigeon" I guess it raises the question of whether gaim-otr would suffer from the same trademark issue as gaim. Their explanation doesn't sound too good. Neither does their legal strategy, though it explains why they called everything they released "beta". Paul From ian@cypherpunks.ca Sun Apr 8 20:22:13 2007 From: ian@cypherpunks.ca (Ian Goldberg) Date: Sun, 8 Apr 2007 15:22:13 -0400 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> Message-ID: <20070408192213.GX21889@yoink.cs.uwaterloo.ca> On Sun, Apr 08, 2007 at 06:22:33PM +0200, Paul Wouters wrote: > On Sun, 8 Apr 2007, Matt Joyce wrote: > > > I finally managed to get the plugin installed (had to install the > > patch for beta 2, then alter the linking in the one file because of > > the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c) The CVS source (from sourceforge) works properly with gaim 1.5 and gaim 2.0 beta 6. > The debian or fedora packages should provide a source you can use > instead of manual patching. (but even better would be a full release > that supports the latest "stable beta" gaim). There's not been a "stable beta"; the ABI and API have changed several times during the beta seriers. Now that I've got someone working full-time on OTR (from May-Aug), a "real" release should in fact be forthcoming, though. - Ian From tmcmahon2@yahoo.com Sun Apr 8 22:05:27 2007 From: tmcmahon2@yahoo.com (Torrey McMahon) Date: Sun, 08 Apr 2007 17:05:27 -0400 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <20070408192213.GX21889@yoink.cs.uwaterloo.ca> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> Message-ID: <46195917.2080103@yahoo.com> Ian Goldberg wrote: > > > There's not been a "stable beta"; the ABI and API have changed several > times during the beta seriers. Now that I've got someone working > full-time on OTR (from May-Aug), a "real" release should in fact be > forthcoming, though. Given gaim has now turned into an other project you might want to wait a little longer. http://gaim.sourceforge.net/ top story From mttjocy@gmail.com Mon Apr 9 00:19:36 2007 From: mttjocy@gmail.com (Matt Joyce) Date: Mon, 9 Apr 2007 00:19:36 +0100 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <20070408192213.GX21889@yoink.cs.uwaterloo.ca> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> Message-ID: <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> On 4/8/07, Ian Goldberg wrote: > On Sun, Apr 08, 2007 at 06:22:33PM +0200, Paul Wouters wrote: > > On Sun, 8 Apr 2007, Matt Joyce wrote: > > > > > I finally managed to get the plugin installed (had to install the > > > patch for beta 2, then alter the linking in the one file because of > > > the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c) > > The CVS source (from sourceforge) works properly with gaim 1.5 and gaim > 2.0 beta 6. Doesn't seam to here I just trid downloading and installing the CVS, while quite right that it does compile without any patching or fiddling with gaim 2 beta 6 installed, it still does not actually show up in gaim's plugin menu on my computer, though the files are in the same directory as all gaim's other plugins so I am not quite sure why it simply isn't showing up, especially as it seams that it worked for you there. I really would like to get this working, but I am all out of ideas again and current suggestions havn't solved the problem unfortunately guys, if anyone has any other suggestions that might work I would be glad to hear them. > > > The debian or fedora packages should provide a source you can use > > instead of manual patching. (but even better would be a full release > > that supports the latest "stable beta" gaim). > > There's not been a "stable beta"; the ABI and API have changed several > times during the beta seriers. Now that I've got someone working > full-time on OTR (from May-Aug), a "real" release should in fact be > forthcoming, though. > > - Ian > _______________________________________________ > OTR-users mailing list > OTR-users@lists.cypherpunks.ca > http://lists.cypherpunks.ca/mailman/listinfo/otr-users > From ian@cypherpunks.ca Mon Apr 9 13:55:01 2007 From: ian@cypherpunks.ca (Ian Goldberg) Date: Mon, 9 Apr 2007 08:55:01 -0400 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> Message-ID: <20070409125501.GC17845@thunk.cs.uwaterloo.ca> On Mon, Apr 09, 2007 at 12:19:36AM +0100, Matt Joyce wrote: > On 4/8/07, Ian Goldberg wrote: > >On Sun, Apr 08, 2007 at 06:22:33PM +0200, Paul Wouters wrote: > >> On Sun, 8 Apr 2007, Matt Joyce wrote: > >> > >> > I finally managed to get the plugin installed (had to install the > >> > patch for beta 2, then alter the linking in the one file because of > >> > the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c) > > > >The CVS source (from sourceforge) works properly with gaim 1.5 and gaim > >2.0 beta 6. > > Doesn't seam to here I just trid downloading and installing the CVS, > while quite right that it does compile without any patching or > fiddling with gaim 2 beta 6 installed, it still does not actually show > up in gaim's plugin menu on my computer, though the files are in the > same directory as all gaim's other plugins so I am not quite sure why > it simply isn't showing up, especially as it seams that it worked for > you there. > > I really would like to get this working, but I am all out of ideas > again and current suggestions havn't solved the problem unfortunately > guys, if anyone has any other suggestions that might work I would be > glad to hear them. Try running "gaim -d" and see what it says near the gaim-otr line. - Ian From mttjocy@gmail.com Mon Apr 9 14:03:19 2007 From: mttjocy@gmail.com (Matt Joyce) Date: Mon, 9 Apr 2007 14:03:19 +0100 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <20070409125501.GC17845@thunk.cs.uwaterloo.ca> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> <20070409125501.GC17845@thunk.cs.uwaterloo.ca> Message-ID: <497fa1990704090603y5606988bh95ec7af0d0ceddb3@mail.gmail.com> plugins: probing /usr/gaim/lib/gaim/gaim-otr.so plugins: /usr/gaim/lib/gaim/gaim-otr.so is not loadable: libotr.so.2: cannot open shared object file: No such file or directory Right okay, so perhaps that is the problem then, so the question therefore becomes how do I correct it is there someway I can perhaps recompile specifyng the precice location of libotr.so.2, although im not sure where it is I just let the libotr source compile and make install go wherever it goes by default. On 4/9/07, Ian Goldberg wrote: > On Mon, Apr 09, 2007 at 12:19:36AM +0100, Matt Joyce wrote: > > On 4/8/07, Ian Goldberg wrote: > > >On Sun, Apr 08, 2007 at 06:22:33PM +0200, Paul Wouters wrote: > > >> On Sun, 8 Apr 2007, Matt Joyce wrote: > > >> > > >> > I finally managed to get the plugin installed (had to install the > > >> > patch for beta 2, then alter the linking in the one file because of > > >> > the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c) > > > > > >The CVS source (from sourceforge) works properly with gaim 1.5 and gaim > > >2.0 beta 6. > > > > Doesn't seam to here I just trid downloading and installing the CVS, > > while quite right that it does compile without any patching or > > fiddling with gaim 2 beta 6 installed, it still does not actually show > > up in gaim's plugin menu on my computer, though the files are in the > > same directory as all gaim's other plugins so I am not quite sure why > > it simply isn't showing up, especially as it seams that it worked for > > you there. > > > > I really would like to get this working, but I am all out of ideas > > again and current suggestions havn't solved the problem unfortunately > > guys, if anyone has any other suggestions that might work I would be > > glad to hear them. > > Try running "gaim -d" and see what it says near the gaim-otr line. > > - Ian > _______________________________________________ > OTR-users mailing list > OTR-users@lists.cypherpunks.ca > http://lists.cypherpunks.ca/mailman/listinfo/otr-users > From mttjocy@gmail.com Mon Apr 9 14:05:14 2007 From: mttjocy@gmail.com (Matt Joyce) Date: Mon, 9 Apr 2007 14:05:14 +0100 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <497fa1990704090603y5606988bh95ec7af0d0ceddb3@mail.gmail.com> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> <20070409125501.GC17845@thunk.cs.uwaterloo.ca> <497fa1990704090603y5606988bh95ec7af0d0ceddb3@mail.gmail.com> Message-ID: <497fa1990704090605p4038c51fj54ecfe1591818efa@mail.gmail.com> Err correction, locate libotr.so.2 told be exactly where the file is: mjoyce@zeus ~ $ locate libotr.so.2 /home/mjoyce/Desktop/libotr-3.0.0/src/.libs/libotr.so.2.0.0 /home/mjoyce/Desktop/libotr-3.0.0/src/.libs/libotr.so.2 /usr/local/lib/libotr.so.2.0.0 /usr/local/lib/libotr.so.2 So its in /usr/local/lib so how then can I tell gaim-otr that is where it is so that it actually finds it when it is looking for it? On 4/9/07, Matt Joyce wrote: > plugins: probing /usr/gaim/lib/gaim/gaim-otr.so > plugins: /usr/gaim/lib/gaim/gaim-otr.so is not loadable: libotr.so.2: > cannot open shared object file: No such file or directory > > Right okay, so perhaps that is the problem then, so the question > therefore becomes how do I correct it is there someway I can perhaps > recompile specifyng the precice location of libotr.so.2, although im > not sure where it is I just let the libotr source compile and make > install go wherever it goes by default. > > On 4/9/07, Ian Goldberg wrote: > > On Mon, Apr 09, 2007 at 12:19:36AM +0100, Matt Joyce wrote: > > > On 4/8/07, Ian Goldberg wrote: > > > >On Sun, Apr 08, 2007 at 06:22:33PM +0200, Paul Wouters wrote: > > > >> On Sun, 8 Apr 2007, Matt Joyce wrote: > > > >> > > > >> > I finally managed to get the plugin installed (had to install the > > > >> > patch for beta 2, then alter the linking in the one file because of > > > >> > the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c) > > > > > > > >The CVS source (from sourceforge) works properly with gaim 1.5 and gaim > > > >2.0 beta 6. > > > > > > Doesn't seam to here I just trid downloading and installing the CVS, > > > while quite right that it does compile without any patching or > > > fiddling with gaim 2 beta 6 installed, it still does not actually show > > > up in gaim's plugin menu on my computer, though the files are in the > > > same directory as all gaim's other plugins so I am not quite sure why > > > it simply isn't showing up, especially as it seams that it worked for > > > you there. > > > > > > I really would like to get this working, but I am all out of ideas > > > again and current suggestions havn't solved the problem unfortunately > > > guys, if anyone has any other suggestions that might work I would be > > > glad to hear them. > > > > Try running "gaim -d" and see what it says near the gaim-otr line. > > > > - Ian > > _______________________________________________ > > OTR-users mailing list > > OTR-users@lists.cypherpunks.ca > > http://lists.cypherpunks.ca/mailman/listinfo/otr-users > > > From ian@cypherpunks.ca Mon Apr 9 14:23:19 2007 From: ian@cypherpunks.ca (Ian Goldberg) Date: Mon, 9 Apr 2007 09:23:19 -0400 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <497fa1990704090605p4038c51fj54ecfe1591818efa@mail.gmail.com> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> <20070409125501.GC17845@thunk.cs.uwaterloo.ca> <497fa1990704090603y5606988bh95ec7af0d0ceddb3@mail.gmail.com> <497fa1990704090605p4038c51fj54ecfe1591818efa@mail.gmail.com> Message-ID: <20070409132319.GD17845@thunk.cs.uwaterloo.ca> On Mon, Apr 09, 2007 at 02:05:14PM +0100, Matt Joyce wrote: > Err correction, locate libotr.so.2 told be exactly where the file is: > > mjoyce@zeus ~ $ locate libotr.so.2 > /home/mjoyce/Desktop/libotr-3.0.0/src/.libs/libotr.so.2.0.0 > /home/mjoyce/Desktop/libotr-3.0.0/src/.libs/libotr.so.2 > /usr/local/lib/libotr.so.2.0.0 > /usr/local/lib/libotr.so.2 > > So its in /usr/local/lib so how then can I tell gaim-otr that is where > it is so that it actually finds it when it is looking for it? The easiest thing is to put: /usr/local/lib in your /etc/ld.so.conf file. [If you don't have a file with that name, make one that contains just the above line.] Then (as root) run "ldconfig -v". Now shared libraries in that directory will be found automatically (by all programs). - Ian From mttjocy@gmail.com Mon Apr 9 14:46:54 2007 From: mttjocy@gmail.com (Matt Joyce) Date: Mon, 9 Apr 2007 14:46:54 +0100 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <20070409132319.GD17845@thunk.cs.uwaterloo.ca> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> <20070409125501.GC17845@thunk.cs.uwaterloo.ca> <497fa1990704090603y5606988bh95ec7af0d0ceddb3@mail.gmail.com> <497fa1990704090605p4038c51fj54ecfe1591818efa@mail.gmail.com> <20070409132319.GD17845@thunk.cs.uwaterloo.ca> Message-ID: <497fa1990704090646w1a010741i86ffec917f07bc44@mail.gmail.com> Ok well that was already in the file but I ran ldconfig -v all the same and things did progress a bit further, now the gaim -d shows the following about gaim-otr.so plugins: probing /usr/gaim/lib/gaim/gaim-otr.so plugins: /usr/gaim/lib/gaim/gaim-otr.so is not loadable: undefined symbol: otrl_privkey_generate_FILEp OTR now shows up in the plugins list it is greyed out though and trying to click to enable it does nothing, the following text is shown in read if I click Plugin Details: Error: undefined symbol: otr_privkey_generate_FILEp Check the plugin website for an update But im now using the CVS version, which someone here assured me was working, I don't get why it isn't. On 4/9/07, Ian Goldberg wrote: > On Mon, Apr 09, 2007 at 02:05:14PM +0100, Matt Joyce wrote: > > Err correction, locate libotr.so.2 told be exactly where the file is: > > > > mjoyce@zeus ~ $ locate libotr.so.2 > > /home/mjoyce/Desktop/libotr-3.0.0/src/.libs/libotr.so.2.0.0 > > /home/mjoyce/Desktop/libotr-3.0.0/src/.libs/libotr.so.2 > > /usr/local/lib/libotr.so.2.0.0 > > /usr/local/lib/libotr.so.2 > > > > So its in /usr/local/lib so how then can I tell gaim-otr that is where > > it is so that it actually finds it when it is looking for it? > > The easiest thing is to put: > > /usr/local/lib > > in your /etc/ld.so.conf file. [If you don't have a file with that name, > make one that contains just the above line.] > > Then (as root) run "ldconfig -v". Now shared libraries in that > directory will be found automatically (by all programs). > > - Ian > _______________________________________________ > OTR-users mailing list > OTR-users@lists.cypherpunks.ca > http://lists.cypherpunks.ca/mailman/listinfo/otr-users > From mttjocy@gmail.com Mon Apr 9 14:49:21 2007 From: mttjocy@gmail.com (Matt Joyce) Date: Mon, 9 Apr 2007 14:49:21 +0100 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <497fa1990704090646w1a010741i86ffec917f07bc44@mail.gmail.com> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> <20070409125501.GC17845@thunk.cs.uwaterloo.ca> <497fa1990704090603y5606988bh95ec7af0d0ceddb3@mail.gmail.com> <497fa1990704090605p4038c51fj54ecfe1591818efa@mail.gmail.com> <20070409132319.GD17845@thunk.cs.uwaterloo.ca> <497fa1990704090646w1a010741i86ffec917f07bc44@mail.gmail.com> Message-ID: <497fa1990704090649s74f628deoe82e7f865e470b3@mail.gmail.com> Wait, I just tried the other version I compiled (ie the one with the beta 2 patch and the corrected gtkstock-gaimstock bit and that one works properly, although CVS does not) so that fixes my problem, does seam though that there is a flaw with the CVS version and gaim 2 beta 6 though. On 4/9/07, Matt Joyce wrote: > Ok well that was already in the file but I ran ldconfig -v all the > same and things did progress a bit further, now the gaim -d shows the > following about gaim-otr.so > > plugins: probing /usr/gaim/lib/gaim/gaim-otr.so > plugins: /usr/gaim/lib/gaim/gaim-otr.so is not loadable: undefined > symbol: otrl_privkey_generate_FILEp > > OTR now shows up in the plugins list it is greyed out though and > trying to click to enable it does nothing, the following text is shown > in read if I click Plugin Details: > > Error: undefined symbol: otr_privkey_generate_FILEp > Check the plugin website for an update > > But im now using the CVS version, which someone here assured me was > working, I don't get why it isn't. > > On 4/9/07, Ian Goldberg wrote: > > On Mon, Apr 09, 2007 at 02:05:14PM +0100, Matt Joyce wrote: > > > Err correction, locate libotr.so.2 told be exactly where the file is: > > > > > > mjoyce@zeus ~ $ locate libotr.so.2 > > > /home/mjoyce/Desktop/libotr-3.0.0/src/.libs/libotr.so.2.0.0 > > > /home/mjoyce/Desktop/libotr-3.0.0/src/.libs/libotr.so.2 > > > /usr/local/lib/libotr.so.2.0.0 > > > /usr/local/lib/libotr.so.2 > > > > > > So its in /usr/local/lib so how then can I tell gaim-otr that is where > > > it is so that it actually finds it when it is looking for it? > > > > The easiest thing is to put: > > > > /usr/local/lib > > > > in your /etc/ld.so.conf file. [If you don't have a file with that name, > > make one that contains just the above line.] > > > > Then (as root) run "ldconfig -v". Now shared libraries in that > > directory will be found automatically (by all programs). > > > > - Ian > > _______________________________________________ > > OTR-users mailing list > > OTR-users@lists.cypherpunks.ca > > http://lists.cypherpunks.ca/mailman/listinfo/otr-users > > > From free_dixie@dixie-net.com Mon Apr 9 15:05:58 2007 From: free_dixie@dixie-net.com (Thomas M. Jett) Date: Mon, 09 Apr 2007 14:05:58 +0000 Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <20070409125501.GC17845@thunk.cs.uwaterloo.ca> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <20070408192213.GX21889@yoink.cs.uwaterloo.ca> <497fa1990704081619y50fae050h57040f77de171738@mail.gmail.com> <20070409125501.GC17845@thunk.cs.uwaterloo.ca> Message-ID: <461A4846.7030406@dixie-net.com> This is a multi-part message in MIME format. --------------030607090504080707040108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 In regards to the Gaim 2 beta 2 patch, I've never been able to get it to successfully apply (and I've tried several times). I've got Gaim 2 beta 6 compiled and installed, and it works flawlessly, but I really do miss having the OTR plugin though. I've been trying to compile on Slackware 11. When I've tried to apply the patch it will only patch a couple of files in the list of files that need patching. If y'all think you can give me some assistance I'll try to reapply the patch, and give you more detail. Ian Goldberg wrote: | On Mon, Apr 09, 2007 at 12:19:36AM +0100, Matt Joyce wrote: |> On 4/8/07, Ian Goldberg wrote: |>> On Sun, Apr 08, 2007 at 06:22:33PM +0200, Paul Wouters wrote: |>>> On Sun, 8 Apr 2007, Matt Joyce wrote: |>>> |>>>> I finally managed to get the plugin installed (had to install the |>>>> patch for beta 2, then alter the linking in the one file because of |>>>> the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c) |>> The CVS source (from sourceforge) works properly with gaim 1.5 and gaim |>> 2.0 beta 6. |> Doesn't seam to here I just trid downloading and installing the CVS, |> while quite right that it does compile without any patching or |> fiddling with gaim 2 beta 6 installed, it still does not actually show |> up in gaim's plugin menu on my computer, though the files are in the |> same directory as all gaim's other plugins so I am not quite sure why |> it simply isn't showing up, especially as it seams that it worked for |> you there. |> |> I really would like to get this working, but I am all out of ideas |> again and current suggestions havn't solved the problem unfortunately |> guys, if anyone has any other suggestions that might work I would be |> glad to hear them. | | Try running "gaim -d" and see what it says near the gaim-otr line. | | - Ian | _______________________________________________ | OTR-users mailing list | OTR-users@lists.cypherpunks.ca | http://lists.cypherpunks.ca/mailman/listinfo/otr-users | | . | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGGkhGlzq1/FLekkARCjgaAJ9yxMVaD4vmvN2618dBPDBBPVpU7QCeMGGT ZAsWNA/6PehtH0u2Cn6aN94= =ArGm -----END PGP SIGNATURE----- --------------030607090504080707040108 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

In regards to the Gaim 2 beta 2 patch, I've never been able to get it
to successfully apply (and I've tried several times).  I've got Gaim 2
beta 6 compiled and installed, and it works flawlessly, but I really
do miss having the OTR plugin though.  I've been trying to compile on
Slackware 11.  When I've tried to apply the patch it will only patch a
couple of files in the list of files that need patching.  If y'all
think you can give me some assistance I'll try to reapply the patch,
and give you more detail.

Ian Goldberg wrote:
| On Mon, Apr 09, 2007 at 12:19:36AM +0100, Matt Joyce wrote:
|> On 4/8/07, Ian Goldberg <ian@cypherpunks.ca> wrote:
|>> On Sun, Apr 08, 2007 at 06:22:33PM +0200, Paul Wouters wrote:
|>>> On Sun, 8 Apr 2007, Matt Joyce wrote:
|>>>
|>>>> I finally managed to get the plugin installed (had to install the
|>>>> patch for beta 2, then alter the linking in the one file because of
|>>>> the renaming of gtkstock.h to gaimstock.h in gtk-dialog.c)
|>> The CVS source (from sourceforge) works properly with gaim 1.5 and
gaim
|>> 2.0 beta 6.
|> Doesn't seam to here I just trid downloading and installing the CVS,
|> while quite right that it does compile without any patching or
|> fiddling with gaim 2 beta 6 installed, it still does not actually show
|> up in gaim's plugin menu on my computer, though the files are in the
|> same directory as all gaim's other plugins so I am not quite sure why
|> it simply isn't showing up, especially as it seams that it worked for
|> you there.
|>
|> I really would like to get this working, but I am all out of ideas
|> again and current suggestions havn't solved the problem unfortunately
|> guys, if anyone has any other suggestions that might work I would be
|> glad to hear them.
|
| Try running "gaim -d" and see what it says near the gaim-otr line.
|
|    - Ian
| _______________________________________________
| OTR-users mailing list
| OTR-users@lists.cypherpunks.ca
| http://lists.cypherpunks.ca/mailman/listinfo/otr-users
|
| .
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGGkhGlzq1/FLekkARCjgaAJ9yxMVaD4vmvN2618dBPDBBPVpU7QCeMGGT
ZAsWNA/6PehtH0u2Cn6aN94=
=ArGm
-----END PGP SIGNATURE-----

--------------030607090504080707040108-- From paul@cypherpunks.ca Mon Apr 9 19:50:57 2007 From: paul@cypherpunks.ca (Paul Wouters) Date: Mon, 9 Apr 2007 20:50:57 +0200 (CEST) Subject: [OTR-users] Problem with otr 3.0.0 and gaim 2 beta 6 (Installed but not showing in plugins list) In-Reply-To: <497fa1990704090436n6205db01r9722c12afb6c17ed@mail.gmail.com> References: <497fa1990704080647y2f1539c4v435ed556d5e16f49@mail.gmail.com> <497fa1990704081550le04962cn7a30e07ceee315a4@mail.gmail.com> <497fa1990704090436n6205db01r9722c12afb6c17ed@mail.gmail.com> Message-ID: On Mon, 9 Apr 2007, Matt Joyce wrote: > zeus gaim-otr # ldd /usr/gaim/lib/gaim/gaim-otr.so > linux-gate.so.1 => (0xffffe000) > libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7f3c000) > libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7f38000) > libotr.so.2 => not found So your libotr is not installed in a place where gaim-otr can find it. Either you need to run ldconfig, or you need to edit the ld.so.conf file to include the directory where you put libotr in (/usr/local/lib ?) Paul From paul@xelerance.com Thu Apr 19 06:18:09 2007 From: paul@xelerance.com (Paul Wouters) Date: Thu, 19 Apr 2007 07:18:09 +0200 (CEST) Subject: [OTR-users] Kopete OTR plugin Message-ID: I hadn't seen it mentioned, but there is an OTR plugin for kopete: http://www.kde-apps.org/content/show.php/Kopete+OTR+Plugin?content=55002 Kopete also got included in the KDE network package as of version 3.5.6, which will be included in Fedora 7. I will submit the kopete-otr plugin for kopete when Fedora 7 is released. Paul -- Building and integrating Virtual Private Networks with Openswan: http://www.amazon.com/gp/product/1904811256/104-3099591-2946327?n=283155 From ian@cypherpunks.ca Thu Apr 19 12:36:41 2007 From: ian@cypherpunks.ca (Ian Goldberg) Date: Thu, 19 Apr 2007 07:36:41 -0400 Subject: [OTR-users] Kopete OTR plugin In-Reply-To: References: Message-ID: <20070419113641.GM9829@yoink.cs.uwaterloo.ca> On Thu, Apr 19, 2007 at 07:18:09AM +0200, Paul Wouters wrote: > I hadn't seen it mentioned, but there is an OTR plugin for kopete: > > http://www.kde-apps.org/content/show.php/Kopete+OTR+Plugin?content=55002 > > Kopete also got included in the KDE network package as of version 3.5.6, > which will be included in Fedora 7. I will submit the kopete-otr plugin for > kopete when Fedora 7 is released. Nice! - Ian From mail@scottellis.com.au Thu Apr 26 06:14:20 2007 From: mail@scottellis.com.au (Scott Ellis) Date: Thu, 26 Apr 2007 15:14:20 +1000 Subject: [OTR-users] OTR HTML formatting problem using Miranda/Gaim/more? In-Reply-To: References: <96e269140703181552r36b9a87dp15e84c0c72ecca39@mail.gmail.com> <96e269140703201515y66935b78r96c3083d9656c37a@mail.gmail.com> <96e269140703211528y60c3c686g1bfd9b7c94f88a9f@mail.gmail.com> <96e269140703212307s32f3012g48d17fa67f5739b6@mail.gmail.com> <96e269140703220509o5da246dbx9bf992fc876e0f26@mail.gmail.com> <20070322142526.GE23856@thunk.cs.uwaterloo.ca> <96e269140703220858r419854bbpc39e1e11b2e2eb33@mail.gmail.com> Message-ID: <96e269140704252214kf97cab1v91d4e6273a51251c@mail.gmail.com> ------=_Part_60744_16828335.1177564460004 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've made a 'html tag stripper/converter' plugin that you need to add to Miranda to get proper compatibility with the OTR spec and therefore gaim etc. It's available from http://www.scottellis.com.au/miranda_plugins/nohtml.zip. Source is in my svn repository which you can find links to if you look around that site. ------=_Part_60744_16828335.1177564460004 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've made a 'html tag stripper/converter' plugin that you need to add to Miranda to get proper compatibility with the OTR spec and therefore gaim etc.

It's available from http://www.scottellis.com.au/miranda_plugins/nohtml.zip. Source is in my svn repository which you can find links to if you look around that site.
------=_Part_60744_16828335.1177564460004-- From mail@scottellis.com.au Fri Apr 27 01:11:57 2007 From: mail@scottellis.com.au (Scott Ellis) Date: Fri, 27 Apr 2007 10:11:57 +1000 Subject: [OTR-users] OTR HTML formatting problem using Miranda/Gaim/more? In-Reply-To: <96e269140704252214kf97cab1v91d4e6273a51251c@mail.gmail.com> References: <96e269140703181552r36b9a87dp15e84c0c72ecca39@mail.gmail.com> <96e269140703211528y60c3c686g1bfd9b7c94f88a9f@mail.gmail.com> <96e269140703212307s32f3012g48d17fa67f5739b6@mail.gmail.com> <96e269140703220509o5da246dbx9bf992fc876e0f26@mail.gmail.com> <20070322142526.GE23856@thunk.cs.uwaterloo.ca> <96e269140703220858r419854bbpc39e1e11b2e2eb33@mail.gmail.com> <96e269140704252214kf97cab1v91d4e6273a51251c@mail.gmail.com> Message-ID: <96e269140704261711u4a2312efr7c2d0a8a3e956a53@mail.gmail.com> ------=_Part_71980_13794598.1177632717282 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Anyone using gaim-otr willing to do some testing with me? If so please reply to my address and I'll send you contact details. Thanks. Scott ------=_Part_71980_13794598.1177632717282 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Anyone using gaim-otr willing to do some testing with me? If so please reply to my address and I'll send you contact details. Thanks.

Scott
------=_Part_71980_13794598.1177632717282-- From mail@scottellis.com.au Sat Apr 28 00:53:42 2007 From: mail@scottellis.com.au (Scott Ellis) Date: Sat, 28 Apr 2007 09:53:42 +1000 Subject: Fwd: [OTR-users] OTR HTML formatting problem using Miranda/Gaim/more? In-Reply-To: <96e269140704271552v340c6aa1yb23b9f2613cf95db@mail.gmail.com> References: <96e269140703220509o5da246dbx9bf992fc876e0f26@mail.gmail.com> <20070322142526.GE23856@thunk.cs.uwaterloo.ca> <96e269140703220858r419854bbpc39e1e11b2e2eb33@mail.gmail.com> <96e269140704252214kf97cab1v91d4e6273a51251c@mail.gmail.com> <96e269140704261711u4a2312efr7c2d0a8a3e956a53@mail.gmail.com> <20070427172840.GE27689@thunk.cs.uwaterloo.ca> <96e269140704271552v340c6aa1yb23b9f2613cf95db@mail.gmail.com> Message-ID: <96e269140704271653v3b633e7jb0559cf4082761a1@mail.gmail.com> ------=_Part_83525_21333737.1177718022303 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks everyone. After some testing it turns out there is a bug in miranda core, which prevented it from working. The core bug will be fixed in the next miranda development release. But I've added a hack to nohtml so that it should work correctly with earlier versions as well. http://www.scottellis.com.au/miranda_plugins/nohtml.zip Scott ------=_Part_83525_21333737.1177718022303 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks everyone.

After some testing it turns out there is a bug in miranda core, which prevented it from working.

The core bug will be fixed in the next miranda development release. But I've added a hack to nohtml so that it should work correctly with earlier versions as well.

http://www.scottellis.com.au/miranda_plugins/nohtml.zip

Scott
------=_Part_83525_21333737.1177718022303--