From goerz@physik.fu-berlin.de Thu Apr 3 03:41:46 2008 From: goerz@physik.fu-berlin.de (Michael Goerz) Date: Wed, 2 Apr 2008 22:41:46 -0400 Subject: [OTR-users] Plugin does not show up in Pidgin Message-ID: <20080403024145.GA1294@ophelia> Hi, I tried to install the pidgin-otr-3.1.0 plugin from source on a SuSE 10.3 system, by doing configure make make install The output from all three commands is in the attachment. However, the Plugin does not appear in the Pidgin plugin list. This is Pidgin version 2.4.1, compiled from source. I already tried to create a symbolic link to /usr/local/lib/pidgin/pidgin-otr.so /usr/local/lib/pidgin/pidgin-otr.la in my ~/.purple/plugins folder, but that had no effect. Any advice? Michael From goerz@physik.fu-berlin.de Thu Apr 3 03:47:31 2008 From: goerz@physik.fu-berlin.de (Michael Goerz) Date: Wed, 2 Apr 2008 22:47:31 -0400 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <20080403024145.GA1294@ophelia> References: <20080403024145.GA1294@ophelia> Message-ID: <20080403024730.GB1294@ophelia> --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, 02 Apr 2008, Michael Goerz wrote: > Hi, > > I tried to install the pidgin-otr-3.1.0 plugin from source on a SuSE > 10.3 system, by doing > configure > make > make install > The output from all three commands is in the attachment. However, the > Plugin does not appear in the Pidgin plugin list. This is Pidgin version > 2.4.1, compiled from source. I already tried to create a symbolic link > to > /usr/local/lib/pidgin/pidgin-otr.so > /usr/local/lib/pidgin/pidgin-otr.la > in my ~/.purple/plugins folder, but that had no effect. Any advice? Naturally, I forgot the attachments. --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="configure_out.txt" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/i586-suse-linux/bin/ld checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/i586-suse-linux/bin/ld checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for libgcrypt-config... /usr/bin/libgcrypt-config checking for LIBGCRYPT - version >= 1.2.0... yes checking LIBGCRYPT API version... okay checking for libotr CFLAGS... checking for libotr LIBS... -lotr checking for libotr headers version 3.x >= 3.1.0... found. checking for otrl_message_receiving in -lotr... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for EXTRA... yes checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... msgmerge checking for xgettext... xgettext checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... no checking for catalogs to be installed... es fr nl sk configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="make_out.txt" make all-recursive make[1]: Entering directory `/home/goerz/ablage/pidgin-otr-3.1.0' Making all in po make[2]: Entering directory `/home/goerz/ablage/pidgin-otr-3.1.0/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/goerz/ablage/pidgin-otr-3.1.0/po' make[2]: Entering directory `/home/goerz/ablage/pidgin-otr-3.1.0' if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT otr-plugin.lo -MD -MP -MF ".deps/otr-plugin.Tpo" -c -o otr-plugin.lo otr-plugin.c; \ then mv -f ".deps/otr-plugin.Tpo" ".deps/otr-plugin.Plo"; else rm -f ".deps/otr-plugin.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT otr-plugin.lo -MD -MP -MF .deps/otr-plugin.Tpo -c otr-plugin.c -fPIC -DPIC -o .libs/otr-plugin.o if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT ui.lo -MD -MP -MF ".deps/ui.Tpo" -c -o ui.lo ui.c; \ then mv -f ".deps/ui.Tpo" ".deps/ui.Plo"; else rm -f ".deps/ui.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT ui.lo -MD -MP -MF .deps/ui.Tpo -c ui.c -fPIC -DPIC -o .libs/ui.o if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT dialogs.lo -MD -MP -MF ".deps/dialogs.Tpo" -c -o dialogs.lo dialogs.c; \ then mv -f ".deps/dialogs.Tpo" ".deps/dialogs.Plo"; else rm -f ".deps/dialogs.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT dialogs.lo -MD -MP -MF .deps/dialogs.Tpo -c dialogs.c -fPIC -DPIC -o .libs/dialogs.o if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT gtk-ui.lo -MD -MP -MF ".deps/gtk-ui.Tpo" -c -o gtk-ui.lo gtk-ui.c; \ then mv -f ".deps/gtk-ui.Tpo" ".deps/gtk-ui.Plo"; else rm -f ".deps/gtk-ui.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT gtk-ui.lo -MD -MP -MF .deps/gtk-ui.Tpo -c gtk-ui.c -fPIC -DPIC -o .libs/gtk-ui.o if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT gtk-dialog.lo -MD -MP -MF ".deps/gtk-dialog.Tpo" -c -o gtk-dialog.lo gtk-dialog.c; \ then mv -f ".deps/gtk-dialog.Tpo" ".deps/gtk-dialog.Plo"; else rm -f ".deps/gtk-dialog.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT gtk-dialog.lo -MD -MP -MF .deps/gtk-dialog.Tpo -c gtk-dialog.c -fPIC -DPIC -o .libs/gtk-dialog.o /bin/sh ./libtool --tag=CC --mode=link gcc -I/usr/local/include/pidgin -I/usr/local/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DUSING_GTK -DPURPLE_PLUGINS -DPIDGIN_OTR_VERSION=\"3.1.0\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -o pidgin-otr.la -rpath /usr/local/lib/pidgin -module -avoid-version -lgcrypt -lgpg-error -lotr otr-plugin.lo ui.lo dialogs.lo gtk-ui.lo gtk-dialog.lo gcc -shared .libs/otr-plugin.o .libs/ui.o .libs/dialogs.o .libs/gtk-ui.o .libs/gtk-dialog.o -lgcrypt -lgpg-error -lotr -Wl,-soname -Wl,pidgin-otr.so -o .libs/pidgin-otr.so creating pidgin-otr.la (cd .libs && rm -f pidgin-otr.la && ln -s ../pidgin-otr.la pidgin-otr.la) make[2]: Leaving directory `/home/goerz/ablage/pidgin-otr-3.1.0' make[1]: Leaving directory `/home/goerz/ablage/pidgin-otr-3.1.0' --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="make_install_out.txt" Making install in po make[1]: Entering directory `/home/goerz/ablage/pidgin-otr-3.1.0/po' /home/goerz/ablage/pidgin-otr-3.1.0/install-sh -d /usr/local/share/locale if test -n ""; then \ linguas=""; \ else \ linguas="es fr nl sk"; \ fi; \ for lang in $linguas; do \ dir=/usr/local/share/locale/$lang/LC_MESSAGES; \ /home/goerz/ablage/pidgin-otr-3.1.0/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/pidgin-otr.mo; \ echo "installing $lang.gmo as $dir/pidgin-otr.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/pidgin-otr.mo; \ echo "installing ./$lang.gmo as" \ "$dir/pidgin-otr.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/pidgin-otr.mo.m; \ echo "installing $lang.gmo.m as $dir/pidgin-otr.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/pidgin-otr.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/pidgin-otr.mo.m"; \ else \ true; \ fi; \ fi; \ done installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/pidgin-otr.mo installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/pidgin-otr.mo installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/pidgin-otr.mo installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/pidgin-otr.mo make[1]: Leaving directory `/home/goerz/ablage/pidgin-otr-3.1.0/po' make[1]: Entering directory `/home/goerz/ablage/pidgin-otr-3.1.0' make[2]: Entering directory `/home/goerz/ablage/pidgin-otr-3.1.0' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/pidgin" || mkdir -p -- "/usr/local/lib/pidgin" /bin/sh ./libtool --mode=install /usr/bin/install -c 'pidgin-otr.la' '/usr/local/lib/pidgin/pidgin-otr.la' /usr/bin/install -c .libs/pidgin-otr.so /usr/local/lib/pidgin/pidgin-otr.so /usr/bin/install -c .libs/pidgin-otr.lai /usr/local/lib/pidgin/pidgin-otr.la PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/pidgin ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/pidgin If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[2]: Leaving directory `/home/goerz/ablage/pidgin-otr-3.1.0' make[1]: Leaving directory `/home/goerz/ablage/pidgin-otr-3.1.0' --YiEDa0DAkWCtVeE4-- From konrad@tylerc.org Thu Apr 3 03:54:16 2008 From: konrad@tylerc.org (Konrad Meyer) Date: Wed, 2 Apr 2008 19:54:16 -0700 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <20080403024145.GA1294@ophelia> References: <20080403024145.GA1294@ophelia> Message-ID: <200804021954.16239.konrad@tylerc.org> --nextPart52490345.D8BfEZZfB9 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Quoth Michael Goerz: > Hi, >=20 > I tried to install the pidgin-otr-3.1.0 plugin from source on a SuSE > 10.3 system, by doing > configure > make > make install > The output from all three commands is in the attachment. However, the > Plugin does not appear in the Pidgin plugin list. This is Pidgin version > 2.4.1, compiled from source. I already tried to create a symbolic link > to > /usr/local/lib/pidgin/pidgin-otr.so > /usr/local/lib/pidgin/pidgin-otr.la > in my ~/.purple/plugins folder, but that had no effect. Any advice? >=20 > Michael What attachment? =2D-=20 Konrad Meyer --nextPart52490345.D8BfEZZfB9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBH9EbYCHB0oCiR2cwRAr9dAJsHug3ex1KTd2/HLG9RD1H/4LreRQCgiKjO 6qg/OAZtLonjQaxB88/sjrM= =XM6F -----END PGP SIGNATURE----- --nextPart52490345.D8BfEZZfB9-- From db.netres@gmail.com Thu Apr 3 08:32:11 2008 From: db.netres@gmail.com (db) Date: Thu, 3 Apr 2008 09:32:11 +0200 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <20080403024145.GA1294@ophelia> References: <20080403024145.GA1294@ophelia> Message-ID: ------=_Part_431_19634701.1207207931900 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, Apr 3, 2008 at 4:41 AM, Michael Goerz wrote: > Hi, > > I tried to install the pidgin-otr-3.1.0 plugin from source on a SuSE > 10.3 system, by doing > configure > make > make install > The output from all three commands is in the attachment. However, the > Plugin does not appear in the Pidgin plugin list. This is Pidgin version > 2.4.1, compiled from source. I already tried to create a symbolic link > to > /usr/local/lib/pidgin/pidgin-otr.so > /usr/local/lib/pidgin/pidgin-otr.la > in my ~/.purple/plugins folder, but that had no effect. Any advice? This discussion took place at the irc channel yesterday. (2:17:15 PM) Binary-G: Greetings all. I've recently compiled and installed v2.4.1 on Ubuntu 7.10, and everything is fine, but Sametime isn't available. What did I miss? (2:21:11 PM) resiak: you didn't have the sametime -dev headres installed (2:21:24 PM) resiak: seriously folks, we should make ./configure fail hard by default (2:23:48 PM) Binary-G: ok thx. so I just add the meanwhile-dev lib from synaptic or apt-get? (2:26:28 PM) resiak: Binary-G: apt-get build-dep pidgin will get you all the dependencies you need to build pidgin with the same features as in the ubuntu package Maybe it is the same problem? ------=_Part_431_19634701.1207207931900 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, Apr 3, 2008 at 4:41 AM, Michael Goerz <goerz@physik.fu-berlin.de> wrote:
> Hi,
>  
>  I tried to install the pidgin-otr-3.1.0 plugin from source on a SuSE
>  10.3 system, by doing
>  configure
>  make
>  make install
>  The output from all three commands is in the attachment. However, the
>  Plugin does not appear in the Pidgin plugin list. This is Pidgin version
>  2.4.1, compiled from source. I already tried to create a symbolic link
>  to
>  /usr/local/lib/pidgin/pidgin-otr.so
>  /usr/local/lib/pidgin/pidgin-otr.la
>  in my ~/.purple/plugins folder, but that had no effect. Any advice?
 

This discussion took place at the irc channel yesterday.

(2:17:15 PM) Binary-G: Greetings all.  I've recently compiled and installed v2.4.1 on Ubuntu 7.10, and everything is fine, but Sametime isn't available.  What did I miss?
(2:21:11 PM) resiak: you didn't have the sametime -dev headres installed
(2:21:24 PM) resiak: seriously folks, we should make ./configure fail hard by default
(2:23:48 PM) Binary-G: ok thx.   so I just add the meanwhile-dev lib from synaptic or apt-get?
(2:26:28 PM) resiak: Binary-G: apt-get build-dep pidgin will get you all the dependencies you need to build pidgin with the same features as in the ubuntu package

Maybe it is the same problem? ------=_Part_431_19634701.1207207931900-- From bdm@fenrir.org.uk Thu Apr 3 08:39:35 2008 From: bdm@fenrir.org.uk (Brian Morrison) Date: Thu, 3 Apr 2008 08:39:35 +0100 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <20080403024145.GA1294@ophelia> References: <20080403024145.GA1294@ophelia> Message-ID: <20080403083935.1ef72a73@peterson.fenrir.org.uk> On Wed, 2 Apr 2008 22:41:46 -0400 Michael Goerz wrote: > Hi, > > I tried to install the pidgin-otr-3.1.0 plugin from source on a SuSE > 10.3 system, by doing > configure > make > make install > The output from all three commands is in the attachment. However, the > Plugin does not appear in the Pidgin plugin list. This is Pidgin version > 2.4.1, compiled from source. I already tried to create a symbolic link > to > /usr/local/lib/pidgin/pidgin-otr.so > /usr/local/lib/pidgin/pidgin-otr.la > in my ~/.purple/plugins folder, but that had no effect. Any advice? I'm not familiar with the SuSE pidgin installation, but if pidgin is not looking in /usr/local/lib/pidgin/ or ~/.purple/plugins then it won't be seeing the .so files it wants, so that's the reason. You need to do something like rpm -qa | grep pidgin and see where any .so files are by then doing rpm -ql from the results of the grep. You can modify the search path for libraries with ldconfig, but the fundamental problem is the libraries are clearly not where they should be. On Fedora 7 pidgin plugins are in /usr/lib64/pidgin and /usr/lib64/purple-2, since SuSE and Fedora are rpm based it is likely, although not certain, that their packages are set up in a similar way. HTH. -- Brian Morrison bdm at fenrir dot org dot uk "Arguing with an engineer is like wrestling with a pig in the mud; after a while you realize you are muddy and the pig is enjoying it." GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html From db.netres@gmail.com Thu Apr 3 08:41:42 2008 From: db.netres@gmail.com (db) Date: Thu, 3 Apr 2008 09:41:42 +0200 Subject: [OTR-users] Decrypt manually and externally In-Reply-To: <1206983790.8683.6.camel@midnight> References: <47F0FB51.9010005@fenrir.org.uk> <1206983790.8683.6.camel@midnight> Message-ID: On Mon, Mar 31, 2008 at 7:16 PM, Adam Zimmerman wrote: > > You're thinking of your long-lived keys. These aren't actually used to > encrypt conversations, just to sign the first (randomly-generated I > think) session encryption key to prove you are actually the one starting > the conversation. The idea is that after a conversation, nobody can > decrypt the original text with any certainty, and nobody can verify > (cryptographically, at least) that you said a certain thing. Your > conversation is "off the record." I guess long-lived keys is what I am looking for. My purpose with OTR is to prevent eavesdropping, not deniability. My local storage for the keys and the chat history is AES encrypted. Would it be possible to add an option (feature) to OTR to use a more PGP-like approach to the encryption? From bdm@fenrir.org.uk Thu Apr 3 08:50:17 2008 From: bdm@fenrir.org.uk (Brian Morrison) Date: Thu, 3 Apr 2008 08:50:17 +0100 Subject: [OTR-users] Decrypt manually and externally In-Reply-To: References: <47F0FB51.9010005@fenrir.org.uk> <1206983790.8683.6.camel@midnight> Message-ID: <20080403085017.3de02c6b@peterson.fenrir.org.uk> On Thu, 3 Apr 2008 09:41:42 +0200 db wrote: > I guess long-lived keys is what I am looking for. My purpose with OTR > is to prevent eavesdropping, not deniability. My local storage for the > keys and the chat history is AES encrypted. > > Would it be possible to add an option (feature) to OTR to use a more > PGP-like approach to the encryption? Well you can still log when OTR is in use, the logged information is in cleartext (which is why most users set logging off for OTR). All you need is a script to encrypt your logs using gnupg, the details of which is up to you I think. This is not OTR's job to worry about, although possibly some hooks in Pidgin would be useful. Just be aware that if you want to prevent eavesdropping, many countries are enacting legislation to allow law enforcement to demand decryption keys from you. If you insist on taking this path be aware that you won't be able to protect your conversations against all comers, so if you're organising a revolution....... -- Brian Morrison bdm at fenrir dot org dot uk "Arguing with an engineer is like wrestling with a pig in the mud; after a while you realize you are muddy and the pig is enjoying it." GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html From goerz@physik.fu-berlin.de Thu Apr 3 16:23:06 2008 From: goerz@physik.fu-berlin.de (Michael Goerz) Date: Thu, 3 Apr 2008 11:23:06 -0400 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <20080403083935.1ef72a73@peterson.fenrir.org.uk> References: <20080403024145.GA1294@ophelia> <20080403083935.1ef72a73@peterson.fenrir.org.uk> Message-ID: <20080403152305.GB27450@ophelia> On Thu, 03 Apr 2008, Brian Morrison wrote: > On Wed, 2 Apr 2008 22:41:46 -0400 > Michael Goerz wrote: > > > Hi, > > > > I tried to install the pidgin-otr-3.1.0 plugin from source on a SuSE > > 10.3 system, by doing > > configure > > make > > make install > > The output from all three commands is in the attachment. However, the > > Plugin does not appear in the Pidgin plugin list. This is Pidgin version > > 2.4.1, compiled from source. I already tried to create a symbolic link > > to > > /usr/local/lib/pidgin/pidgin-otr.so > > /usr/local/lib/pidgin/pidgin-otr.la > > in my ~/.purple/plugins folder, but that had no effect. Any advice? > > I'm not familiar with the SuSE pidgin installation, but if pidgin is > not looking in /usr/local/lib/pidgin/ or ~/.purple/plugins then it > won't be seeing the .so files it wants, so that's the reason. It's not the standard SuSE installation (not the RPM from the package management) I installed the latest Pidgin from the source tgz. There are working plugins in both these directories, which also show up in the Pidgin Plugin dialog. > > You need to do something like rpm -qa | grep pidgin and see where > any .so files are by then doing rpm -ql from the results > of the grep. You can modify the search path for libraries with > ldconfig, but the fundamental problem is the libraries are clearly not > where they should be. I wonder... they seem to be in the right directory. > > On Fedora 7 pidgin plugins are in /usr/lib64/pidgin > and /usr/lib64/purple-2, since SuSE and Fedora are rpm based it is > likely, although not certain, that their packages are set up in a > similar way. Yeah, but no RPM here. Michael From konrad@tylerc.org Thu Apr 3 23:08:42 2008 From: konrad@tylerc.org (Konrad Meyer) Date: Thu, 3 Apr 2008 15:08:42 -0700 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <20080403152305.GB27450@ophelia> References: <20080403024145.GA1294@ophelia> <20080403083935.1ef72a73@peterson.fenrir.org.uk> <20080403152305.GB27450@ophelia> Message-ID: <200804031508.42721.konrad@tylerc.org> --nextPart1380348.zi8uDsGceA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Quoth Michael Goerz: > On Thu, 03 Apr 2008, Brian Morrison wrote: >=20 > > On Wed, 2 Apr 2008 22:41:46 -0400 > > Michael Goerz wrote: > >=20 > > > Hi, > > >=20 > > > I tried to install the pidgin-otr-3.1.0 plugin from source on a SuSE > > > 10.3 system, by doing > > > configure > > > make > > > make install > > > The output from all three commands is in the attachment. However, the > > > Plugin does not appear in the Pidgin plugin list. This is Pidgin vers= ion > > > 2.4.1, compiled from source. I already tried to create a symbolic link > > > to > > > /usr/local/lib/pidgin/pidgin-otr.so > > > /usr/local/lib/pidgin/pidgin-otr.la > > > in my ~/.purple/plugins folder, but that had no effect. Any advice? > >=20 > > I'm not familiar with the SuSE pidgin installation, but if pidgin is > > not looking in /usr/local/lib/pidgin/ or ~/.purple/plugins then it > > won't be seeing the .so files it wants, so that's the reason. > It's not the standard SuSE installation (not the RPM from the package > management) I installed the latest Pidgin from the source tgz. >=20 > There are working plugins in both these directories, which also show up > in the Pidgin Plugin dialog. > >=20 > > You need to do something like rpm -qa | grep pidgin and see where > > any .so files are by then doing rpm -ql from the results > > of the grep. You can modify the search path for libraries with > > ldconfig, but the fundamental problem is the libraries are clearly not > > where they should be. > I wonder... they seem to be in the right directory. >=20 > >=20 > > On Fedora 7 pidgin plugins are in /usr/lib64/pidgin > > and /usr/lib64/purple-2, since SuSE and Fedora are rpm based it is > > likely, although not certain, that their packages are set up in a > > similar way. > Yeah, but no RPM here. >=20 > Michael Any reason you can't use the rpm provided by SuSE? =2D-=20 Konrad Meyer --nextPart1380348.zi8uDsGceA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBH9VVqCHB0oCiR2cwRAqZ9AKCuOl+Ly2V8u7+AGKJ/oRsxehewjwCeO+El BiE8NYjyJsxdd+6wh0djfTk= =VplQ -----END PGP SIGNATURE----- --nextPart1380348.zi8uDsGceA-- From bdm@fenrir.org.uk Thu Apr 3 23:13:53 2008 From: bdm@fenrir.org.uk (Brian Morrison) Date: Thu, 3 Apr 2008 23:13:53 +0100 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <200804031508.42721.konrad@tylerc.org> References: <20080403024145.GA1294@ophelia> <20080403083935.1ef72a73@peterson.fenrir.org.uk> <20080403152305.GB27450@ophelia> <200804031508.42721.konrad@tylerc.org> Message-ID: <20080403231353.1a5e36e1@peterson.fenrir.org.uk> On Thu, 3 Apr 2008 15:08:42 -0700 Konrad Meyer wrote: > > Yeah, but no RPM here. > > > > Michael > > Any reason you can't use the rpm provided by SuSE? My very next question! -- Brian Morrison bdm at fenrir dot org dot uk "Arguing with an engineer is like wrestling with a pig in the mud; after a while you realize you are muddy and the pig is enjoying it." GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html From goerz@physik.fu-berlin.de Fri Apr 4 01:08:47 2008 From: goerz@physik.fu-berlin.de (Michael Goerz) Date: Thu, 3 Apr 2008 20:08:47 -0400 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <20080403231353.1a5e36e1@peterson.fenrir.org.uk> References: <20080403024145.GA1294@ophelia> <20080403083935.1ef72a73@peterson.fenrir.org.uk> <20080403152305.GB27450@ophelia> <200804031508.42721.konrad@tylerc.org> <20080403231353.1a5e36e1@peterson.fenrir.org.uk> Message-ID: <20080404000843.GC20567@ophelia.rutgers.edu> On Thu, 03 Apr 2008, Brian Morrison wrote: > On Thu, 3 Apr 2008 15:08:42 -0700 > Konrad Meyer wrote: > > > > Yeah, but no RPM here. > > > > > > Michael > > > > Any reason you can't use the rpm provided by SuSE? > > My very next question! Always having the latest version, and choosing my own compilation option... Pidgin just happens to be one of the projects that I follow closely, so I always install it from source (it used to be that SuSE was pretty far behind, but I think these days they are pretty quick with RPMs). Anyway, for some reason the problem solved itself. Today, miraculously, the plugin showed up. Maybe a reboot was necessary (for whatever reason). I had only restarted Pidgin before. Thanks to all, Michael From bdm@fenrir.org.uk Fri Apr 4 08:45:45 2008 From: bdm@fenrir.org.uk (Brian Morrison) Date: Fri, 4 Apr 2008 08:45:45 +0100 Subject: [OTR-users] Plugin does not show up in Pidgin In-Reply-To: <20080404000843.GC20567@ophelia.rutgers.edu> References: <20080403024145.GA1294@ophelia> <20080403083935.1ef72a73@peterson.fenrir.org.uk> <20080403152305.GB27450@ophelia> <200804031508.42721.konrad@tylerc.org> <20080403231353.1a5e36e1@peterson.fenrir.org.uk> <20080404000843.GC20567@ophelia.rutgers.edu> Message-ID: <20080404084545.33804d56@peterson.fenrir.org.uk> On Thu, 3 Apr 2008 20:08:47 -0400 Michael Goerz wrote: > > My very next question! > Always having the latest version, and choosing my own compilation > option... A sensible way of doing this is to rebuild the rpm and make any needed changes in the spec file to set the options you want. I do this on Fedora and find that it fits in with the overall system philosophy rather well. Purely a suggestion.... -- Brian Morrison bdm at fenrir dot org dot uk "Arguing with an engineer is like wrestling with a pig in the mud; after a while you realize you are muddy and the pig is enjoying it." GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html From mexicore@gmx-topmail.de Mon Apr 14 15:04:07 2008 From: mexicore@gmx-topmail.de (mexicore@gmx-topmail.de) Date: Mon, 14 Apr 2008 16:04:07 +0200 Subject: [OTR-users] otr not working with pidgin portable 2.4.0 Message-ID: <20080414140407.41990@gmx.net> hi all, i just installes pidgin portable 2.4.0 on my usb-stick and tried to install otr 3.1.0-1 for win too, but it won't work. it tells me 'Failed to find Pidgin installation' wheater i try to install it in the pidgin folder or a subfolder. any suggestions? thx daniel -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx From adriagateslike@yahoo.com Wed Apr 16 02:20:31 2008 From: adriagateslike@yahoo.com (Adria Gate) Date: Tue, 15 Apr 2008 18:20:31 -0700 (PDT) Subject: [OTR-users] Re: otr not working with pidgin portable 2.4.0 Message-ID: <446130.86913.qm@web55115.mail.re4.yahoo.com> --0-2116981825-1208308831=:86913 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable As I can recall I did the same mistake when I tried to install on my USB-st= ick:=0A=0Apidgin-otr-3.1.0-1.exe =0A(downloaded from source site www.cypher= punks.ca/otr/ which is obviously only for non-portable Pidgin versions)=0AT= he same warning came to me to: "Failed to find Pidgin installation".=0A=0AI= 've found solution in:=0APidgin-OTR_Portable_3.1.paf.exe =0A(which is adapt= ed for portable versions of Pidgin). Notice the difference in extension. It= appears that all portable versions have "paf.exe".=0A=0AThis is the direct= link: =0A=0Ahttp://sourceforge.net/project/downloading.php?groupname=3Dpor= tableapps&filename=3DPidgin-OTR_Portable_3.1.paf.exe&use_mirror=3Dheanet=0A= =0AThe best way to download any portable plug-in is here:=0A=0Ahttp://porta= bleapps.com/apps/internet/pidgin_portable=0A=0Aat one place you can find a = new version of Pidgin (Pidgin 2.4.1) and link to Pidgin-OTR_Portable_3.1.pa= f.exe, but you have to click on "Pidgin-OTR 3.1", and not on (learn more) w= hich leads to OTR source site. =0A=0AIn my case everything works perfectly.= =0APidgin + OTR =3D the best instant messaging solution I've ever tried. = =0A=0AAdria=0A=0A----- Original Message ----=0AFrom: "otr-users-request@lis= ts.cypherpunks.ca" =0ATo: otr-users= @lists.cypherpunks.ca=0ASent: Tuesday, April 15, 2008 12:32:50 PM=0ASubject= : OTR-users digest, Vol 1 #428 - 1 msg=0A=0ASend OTR-users mailing list sub= missions to=0A otr-users@lists.cypherpunks.ca=0A=0ATo subscribe or unsub= scribe via the World Wide Web, visit=0A http://lists.cypherpunks.ca/mail= man/listinfo/otr-users=0Aor, via email, send a message with subject or body= 'help' to=0A otr-users-request@lists.cypherpunks.ca=0A=0AYou can reach = the person managing the list at=0A otr-users-admin@lists.cypherpunks.ca= =0A=0AWhen replying, please edit your Subject line so it is more specific= =0Athan "Re: Contents of OTR-users digest..."=0A=0A=0AToday's Topics:=0A=0A= 1. otr not working with pidgin portable 2.4.0 (mexicore@gmx-topmail.de)= =0A=0A--__--__--=0A=0AMessage: 1=0ADate: Mon, 14 Apr 2008 16:04:07 +0200=0A= From: mexicore@gmx-topmail.de=0ATo: otr-users@lists.cypherpunks.ca=0ASubjec= t: [OTR-users] otr not working with pidgin portable 2.4.0=0A=0Ahi all,=0A= =0Ai just installes pidgin portable 2.4.0 on my usb-stick and tried to inst= all otr 3.1.0-1 for win too, but it won't work. it tells me 'Failed to find= Pidgin installation' wheater i try to install it in the pidgin folder or a= subfolder.=0A=0Aany suggestions?=0A=0Athx daniel=0A-- =0ADer GMX SmartSurf= er hilft bis zu 70% Ihrer Onlinekosten zu sparen! =0AIdeal f=FCr Modem und = ISDN: http://www.gmx.net/de/go/smartsurfer=0A=0A-- =0AGMX startet ShortView= .de. Hier findest Du Leute mit Deinen Interessen!=0AJetzt dabei sein: http:= //www.shortview.de/?mc=3Dsv_ext_mf@gmx=0A=0A=0A--__--__--=0A=0A____________= ___________________________________=0AOTR-users mailing list=0AOTR-users@li= sts.cypherpunks.ca=0Ahttp://lists.cypherpunks.ca/mailman/listinfo/otr-users= =0A=0A=0AEnd of OTR-users Digest=0A=0A=0A=0A=0A=0A=0A ________________= ____________________________________________________________________=0ABe a= better friend, newshound, and =0Aknow-it-all with Yahoo! Mobile. Try it n= ow. http://mobile.yahoo.com/;_ylt=3DAhu06i62sR8HDtDypao8Wcj9tAcJ --0-2116981825-1208308831=:86913 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
As I can recall I did the same mistake when I tried to install on my USB-s= tick:

pidgin-otr-3= .1.0-1.exe

(downloaded from source site www.cypherpunks.ca/otr/= which is obviously only for non-portable Pidgin versions)
Th= e same warning came to me to: "Failed to find Pidgin installation".

= I've found solution in:
Pidgin-OTR_Po= rtable_3.1.paf.exe
(which is adapted for portable versions of Pi= dgin). Notice the difference in extension. It appears that all portable ver= sions have "paf.exe".

This is the direct link:

http://sourceforge.net/project/downloading.php?groupna= me=3Dportableapps&filename=3DPidgin-OTR_Portable_3.1.paf.exe&use_mi= rror=3Dheanet

The best way to download any portable plug-in is h= ere:

http://portableapps.com/apps/internet/pidgin_por= table

at one place you can find a new version of Pidgin (Pidgin 2.4.1) and link to
Pidgin-OTR_Portable_3.1.= paf.exe, but= you have to click on "Pidgin-OTR 3.1", = and not on (learn more) which leads to OTR= source site.

In my case everything works perfectly.
Pidgin + O= TR =3D the best instant messaging solution I've ever tried.

Adria
----- Original Message ----
From: "otr-users-request@lists= .cypherpunks.ca" <otr-users-request@lists.cypherpunks.ca>
To: otr-= users@lists.cypherpunks.ca
Sent: Tuesday, April 15, 2008 12:32:50 PM
= Subject: OTR-users digest, Vol 1 #428 - 1 msg

=0ASend OTR-users mail= ing list submissions to
    otr-= users@lists.cypherpunks.ca

To subscribe or unsubscribe via the W= orld Wide Web, visit
    http://lists.cypherpun= ks.ca/mailman/listinfo/otr-users
or, via email, send a message with = subject or body 'help' to
    otr-users-request@lists.cypherpunks.ca

You can rea= ch the person managing the list at
    otr-users-admin@lists.cypherpunks.ca

When rep= lying, please edit your Subject line so it is more specific
than "Re: Contents of OTR-users digest..."


Today's = Topics:

  1. otr not working with pidgin portable 2.4.0 (mexicore@gmx-topmail.de)

--__--__--

Message: 1
D= ate: Mon, 14 Apr 2008 16:04:07 +0200
From: mexicore@gmx-topma= il.de
To: otr-users@lists.cypherpunks.ca
Subject: [OTR-users] otr not working with pidgin portable 2.4.0
hi all,

i just installes pidgin portable 2.4.0 on my usb-stick and= tried to install otr 3.1.0-1 for win too, but it won't work. it tells me '= Failed to find Pidgin installation' wheater i try to install it in the pidg= in folder or a subfolder.

any suggestions?

thx daniel
-- <= br>Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal f= =FCr Modem und ISDN:
http://www.gmx.net/de/go/smartsurfer

--
GMX sta= rtet ShortView.de. Hi= er findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.s= hortview.de/?mc=3Dsv_ext_mf@gmx


--__--__--

__________= _____________________________________
OTR-users mailing list
OTR-users@lists.cypherpunks.ca
http://lis= ts.cypherpunks.ca/mailman/listinfo/otr-users


End of OTR-user= s Digest


=0A=0Abetween 0000-00-00 and 9999-99-= 99 =0A   --0-2116981825-1208308831=:86913-- From mitch@claborn.net Mon Apr 21 20:31:08 2008 From: mitch@claborn.net (Mitch Claborn) Date: Mon, 21 Apr 2008 14:31:08 -0500 Subject: [OTR-users] Indication of private session Message-ID: <480CEB7C.8060008@claborn.net> Running OTR 0.5.0-Dev (Build 160) in Trillian 3.1 Pro on WinXP. When a session is private, it seems like that is indicated by around the other party's name. After a few minutes of inactivity, it seems like the angle brackets go away, but the other person reports that the session still appears private to them. Am I right in thinking that the brackets indicate a private session? Is my session really becoming un-private again or is something else going on? -- Mitch Claborn mitch@claborn.net From ian@cypherpunks.ca Mon Apr 21 21:55:27 2008 From: ian@cypherpunks.ca (Ian Goldberg) Date: Mon, 21 Apr 2008 16:55:27 -0400 Subject: [OTR-users] Indication of private session In-Reply-To: <480CEB7C.8060008@claborn.net> References: <480CEB7C.8060008@claborn.net> Message-ID: <20080421205527.GE6425@yoink.cs.uwaterloo.ca> On Mon, Apr 21, 2008 at 02:31:08PM -0500, Mitch Claborn wrote: > Running OTR 0.5.0-Dev (Build 160) in Trillian 3.1 Pro on WinXP. > > When a session is private, it seems like that is indicated by > around the other party's name. After a few minutes of > inactivity, it seems like the angle brackets go away, but the other > person reports that the session still appears private to them. > > Am I right in thinking that the brackets indicate a private session? Is > my session really becoming un-private again or is something else going on? Not sure; that's Trillian-specific. Can a Trillian user answer this question? Thanks, - Ian From paul@cypherpunks.ca Tue Apr 22 23:45:26 2008 From: paul@cypherpunks.ca (Paul Wouters) Date: Tue, 22 Apr 2008 18:45:26 -0400 (EDT) Subject: [OTR-users] Indication of private session In-Reply-To: <480CEB7C.8060008@claborn.net> References: <480CEB7C.8060008@claborn.net> Message-ID: On Mon, 21 Apr 2008, Mitch Claborn wrote: > When a session is private, it seems like that is indicated by > around the other party's name. After a few minutes of inactivity, it seems > like the angle brackets go away, but the other person reports that the session > still appears private to them. > > Am I right in thinking that the brackets indicate a private session? Is my > session really becoming un-private again or is something else going on? It might be "idle" notification. idleness get confused by the "auto reply" from OTR when it initiates a message. Your remote buddy "answers", but is not really there, so he will idle out again. Paul From _427_cobra@yahoo.com Tue Apr 29 22:26:13 2008 From: _427_cobra@yahoo.com (Kirk Jacobs) Date: Tue, 29 Apr 2008 14:26:13 -0700 (PDT) Subject: [OTR-users] Auto initiate of private messaging fails In-Reply-To: <20080429021502.22578.50216.Mailman@brandeis.paip.net> Message-ID: <620885.5147.qm@web52801.mail.re2.yahoo.com> With one particular contact, OTR will not auto-initiate a private conversation after the first message is typed (by either party). With every other contact (that uses OTR) the session auto initiates as expected. The contact in question experiences the same issue when trying to start a conversation with me. If either of us manually initiate OTR it works fine. I've also verified both instances are set to auto initiate private messaging in the plugin configuration. Has anyone ever had any issues like this, or have any ideas how to proceed? It just seems odd that this only happens with one person... Both Users are using: Windows Vista Pidgin 2.4.1 OTR 3.1.0 Thanks, Kirk ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ From ian@cypherpunks.ca Tue Apr 29 22:35:31 2008 From: ian@cypherpunks.ca (Ian Goldberg) Date: Tue, 29 Apr 2008 17:35:31 -0400 Subject: [OTR-users] Auto initiate of private messaging fails In-Reply-To: <620885.5147.qm@web52801.mail.re2.yahoo.com> References: <20080429021502.22578.50216.Mailman@brandeis.paip.net> <620885.5147.qm@web52801.mail.re2.yahoo.com> Message-ID: <20080429213531.GV6425@yoink.cs.uwaterloo.ca> On Tue, Apr 29, 2008 at 02:26:13PM -0700, Kirk Jacobs wrote: > With one particular contact, OTR will not > auto-initiate a private conversation after the first > message is typed (by either party). With every other > contact (that uses OTR) the session auto initiates as > expected. The contact in question experiences the > same issue when trying to start a conversation with > me. > > If either of us manually initiate OTR it works fine. > I've also verified both instances are set to auto > initiate private messaging in the plugin > configuration. > > Has anyone ever had any issues like this, or have any > ideas how to proceed? It just seems odd that this > only happens with one person... You can set this on a per-buddy basis. Check (right-click the buddy in the buddy list and choose "OTR Settings") the setting on both sides? - Ian From _427_cobra@yahoo.com Tue Apr 29 23:07:33 2008 From: _427_cobra@yahoo.com (Kirk Jacobs) Date: Tue, 29 Apr 2008 15:07:33 -0700 (PDT) Subject: [OTR-users] Auto initiate of private messaging fails In-Reply-To: <20080429213531.GV6425@yoink.cs.uwaterloo.ca> Message-ID: <413945.80538.qm@web52807.mail.re2.yahoo.com> --- Ian Goldberg wrote: > On Tue, Apr 29, 2008 at 02:26:13PM -0700, Kirk > Jacobs wrote: > > With one particular contact, OTR will not > > auto-initiate a private conversation after the > first > > message is typed (by either party). With every > other > > contact (that uses OTR) the session auto initiates > as > > expected. The contact in question experiences the > > same issue when trying to start a conversation > with > > me. > > > > If either of us manually initiate OTR it works > fine. > > I've also verified both instances are set to auto > > initiate private messaging in the plugin > > configuration. > > > > Has anyone ever had any issues like this, or have > any > > ideas how to proceed? It just seems odd that this > > only happens with one person... > > You can set this on a per-buddy basis. Check > (right-click the buddy in > the buddy list and choose "OTR Settings") the > setting on both sides? > > - Ian > _______________________________________________ > OTR-users mailing list > OTR-users@lists.cypherpunks.ca > http://lists.cypherpunks.ca/mailman/listinfo/otr-users > Okay I've checked mine and it is set up to use the Default OTR Settings. (Enable private messaging, and Auto initiate private messaging are checked). Unfortunately the other contact isn't online right now, but I'll have him check as soon as possible. I think I could use the per-buddy setting as a work around though. If I set him to 'Require private messaging' it should work. I tried that earlier with the global setting before I knew about the per-user menu! That being said, I'm still more that willing to try any other suggestions to see what might be going on here... Thanks, Kirk ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ From margaret@portobello.au.com Sun Apr 13 03:37:27 2008 From: margaret@portobello.au.com (kendall pratap) Date: Sun, 13 Apr 2008 02:37:27 +0000 Subject: [OTR-users] Finest ferd proposal Message-ID: <000901c89d1e$0532dcf2$db096f93@ibscaqo> This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C89D1E.052F66C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable look, medicine todays best solution check out here ------=_NextPart_000_0006_01C89D1E.052F66C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

look, medicine todays best solution check out here

------=_NextPart_000_0006_01C89D1E.052F66C0--