Bot Sentry dla Pidgina

Jak się dogadać?

Przydało się?

nie
6
67%
nie
3
33%
 
Liczba głosów: 9
Awatar użytkownika
dev
Sędziwy Jeż
Sędziwy Jeż
Posty: 47
Rejestracja: 03 wrz 2006, 21:15
Płeć: Mężczyzna
Wersja Ubuntu: 10.10
Środowisko graficzne: GNOME
Architektura: x86_64
Kontakt:

Bot Sentry dla Pidgina

Post autor: dev »

Zapewne nie raz spotkaliście się z nieporządanymi komunikatami od osób spoza swojej listy kontaktów. Skutecznym zabezpieczeniem przed otrzymywaniem spimu (czyli spamu rozsyłanego poprzez komunikatory) jest wtyczka Bot Sentry. Działa ona na prostej zasadzie: gdy ktoś z poza listy znajomych próbuje wysłać nam wiadomość Bot Sentry zadaje nadawcy wcześniej zdefiniowane przez nas pytanie i po otrzymaniu poprawnej odpowiedzi pozwala na dalszą komunikację.

Poniżej przedstawię sposób instalacji tego zabezpieczenia.

1. Pobieramy wtyczkę ze strony domowej projektu:
https://sourceforge.net/projects/pidgin-bs/

bezpośredni link do pliku: bot-sentry-1.1.0.tar.bz2

2. Otwieramy konsolę i rozpakowujemy ściągnięty plik:

Kod: Zaznacz cały

$ tar -jxf bot-sentry-1.1.0.tar.bz2 
3. Po rozpakowaniu przechodzimy do folderu bot-sentry-1.1.0 i wykonujemy procedury instalacyjne:

Kod: Zaznacz cały

$ cd ./bot-sentry-1.1.0
$ ./configure
$ make
$ sudo make install
4. Wyłączamy Pidgina

5. Standardowo instalator wrzuca pliki do /usr/local/lib. Z kolei wtyczki Pidgina powinny znajdować się w /usr/lib/pidgin. Przenosimy/kopiujemy więc odpowiedni plik do właściwego katalogu:

Kod: Zaznacz cały

$ sudo cp /usr/local/lib/bot-sentry.so /usr/lib/pidgin/bot-sentry.so
6. Spolszczenie (prowizorka odwalona przeze mnie):

Kod: Zaznacz cały

$ wget http://stoova.go.pl/bot-sentry.mo
$ sudo cp ./bot-sentry.mo /usr/local/share/locale/pl/LC_MESSAGES/bot-sentry.mo 
UWAGA: Jeżeli nie masz katalogu LC_MESSAGES, to go utwórz.

7. Włączamy Pidgina. Bot Sentry znajdziesz w menu Narzędzia->Wtyczki

Mam nadzieję, że się przyda.
lukaszg
Piegowaty Guziec
Piegowaty Guziec
Posty: 6
Rejestracja: 11 cze 2006, 15:47
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Środowisko graficzne: GNOME
Architektura: x86_64

Odp: Bot Sentry dla Pidgina

Post autor: lukaszg »

zamiast make install można od razu skopiować bibliotekę (po poleceniu make znajdziemy ja w katalogu src/.libs)

cp src/.libs/bot-sentry.so /usr/lib/pidgin/
Awatar użytkownika
PiotrekK
Piegowaty Guziec
Piegowaty Guziec
Posty: 10
Rejestracja: 09 lip 2006, 16:06
Płeć: Mężczyzna
Wersja Ubuntu: 10.04
Środowisko graficzne: GNOME
Architektura: x86
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: PiotrekK »

Hmm no ja mam błąd.

Kod: Zaznacz cały

piotrekk@piotrekk-desktop:~/Desktop/bot-sentry-1.1.0$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: C compiler cannot create executables
See `config.log' for more details.
I plik config.log

Kod: Zaznacz cały

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by bot-sentry configure 1.1.0, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = piotrekk-desktop
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Sun Oct 14 23:05:12 GMT 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2046: checking build system type
configure:2064: result: i686-pc-linux-gnulibc1
configure:2086: checking host system type
configure:2101: result: i686-pc-linux-gnulibc1
configure:2123: checking target system type
configure:2138: result: i686-pc-linux-gnulibc1
configure:2181: checking for a BSD-compatible install
configure:2237: result: /usr/bin/install -c
configure:2248: checking whether build environment is sane
configure:2291: result: yes
configure:2319: checking for a thread-safe mkdir -p
configure:2358: result: /bin/mkdir -p
configure:2371: checking for gawk
configure:2401: result: no
configure:2371: checking for mawk
configure:2387: found /usr/bin/mawk
configure:2398: result: mawk
configure:2409: checking whether make sets $(MAKE)
configure:2430: result: yes
configure:2700: checking for gcc
configure:2716: found /usr/bin/gcc
configure:2727: result: gcc
configure:2965: checking for C compiler version
configure:2972: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2975: $? = 0
configure:2982: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2985: $? = 0
configure:2992: gcc -V >&5
gcc: '-V' option must have argument
configure:2995: $? = 1
configure:3018: checking for C compiler default output file name
configure:3045: gcc    conftest.c  >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:3048: $? = 1
configure:3086: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "bot-sentry"
| #define PACKAGE_TARNAME "bot-sentry"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "bot-sentry 1.1.0"
| #define PACKAGE_BUGREPORT "http://pidgin-bs.sourceforge.net/"
| #define PACKAGE "bot-sentry"
| #define VERSION "1.1.0"
| #define PURPLE_PLUGINS 1
| #define GETTEXT_PACKAGE "bot-sentry"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3093: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnulibc1
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_purple_CFLAGS_set=
ac_cv_env_purple_CFLAGS_value=
ac_cv_env_purple_LIBS_set=
ac_cv_env_purple_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnulibc1
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnulibc1

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/piotrekk/Desktop/bot-sentry-1.1.0/missing --run aclocal-1.10'
ALL_LINGUAS=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/piotrekk/Desktop/bot-sentry-1.1.0/missing --run tar'
AR=''
AS=''
AUTOCONF='${SHELL} /home/piotrekk/Desktop/bot-sentry-1.1.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/piotrekk/Desktop/bot-sentry-1.1.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/piotrekk/Desktop/bot-sentry-1.1.0/missing --run automake-1.10'
AWK='mawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
COND_MAKENSIS_FALSE=''
COND_MAKENSIS_TRUE=''
COND_PO_FALSE=''
COND_PO_TRUE=''
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR=''
DLLTOOL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE='bot-sentry'
GMOFILES=''
GMSGFMT=''
GREP=''
HEAD=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE=''
INTLTOOL_DESKTOP_RULE=''
INTLTOOL_DIRECTORY_RULE=''
INTLTOOL_EXTRACT=''
INTLTOOL_ICONV=''
INTLTOOL_KBD_RULE=''
INTLTOOL_KEYS_RULE=''
INTLTOOL_MERGE=''
INTLTOOL_MSGFMT=''
INTLTOOL_MSGMERGE=''
INTLTOOL_OAF_RULE=''
INTLTOOL_PERL=''
INTLTOOL_PONG_RULE=''
INTLTOOL_PROP_RULE=''
INTLTOOL_SCHEMAS_RULE=''
INTLTOOL_SERVER_RULE=''
INTLTOOL_SERVICE_RULE=''
INTLTOOL_SHEET_RULE=''
INTLTOOL_SOUNDLIST_RULE=''
INTLTOOL_THEME_RULE=''
INTLTOOL_UI_RULE=''
INTLTOOL_UPDATE=''
INTLTOOL_XAM_RULE=''
INTLTOOL_XGETTEXT=''
INTLTOOL_XML_NOMERGE_RULE=''
INTLTOOL_XML_RULE=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/piotrekk/Desktop/bot-sentry-1.1.0/missing --run makeinfo'
MAKENSIS=''
MKINSTALLDIRS=''
MSGFMT=''
OBJDUMP=''
OBJEXT=''
PACKAGE='bot-sentry'
PACKAGE_BUGREPORT='http://pidgin-bs.sourceforge.net/'
PACKAGE_NAME='bot-sentry'
PACKAGE_STRING='bot-sentry 1.1.0'
PACKAGE_TARNAME='bot-sentry'
PACKAGE_VERSION='1.1.0'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PURPLE_MAJOR_VERSION=''
PURPLE_VERSION=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS=''
VERSION='1.1.0'
VERSION_MAJOR='1'
VERSION_MICRO='0'
VERSION_MINOR='1'
XGETTEXT=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnulibc1'
build_alias=''
build_cpu='i686'
build_os='linux-gnulibc1'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnulibc1'
host_alias=''
host_cpu='i686'
host_os='linux-gnulibc1'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/piotrekk/Desktop/bot-sentry-1.1.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
locale_CPPFLAGS=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mingw_CFLAGS=''
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
purple_CFLAGS=''
purple_LIBS=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnulibc1'
target_alias=''
target_cpu='i686'
target_os='linux-gnulibc1'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "bot-sentry"
#define PACKAGE_TARNAME "bot-sentry"
#define PACKAGE_VERSION "1.1.0"
#define PACKAGE_STRING "bot-sentry 1.1.0"
#define PACKAGE_BUGREPORT "http://pidgin-bs.sourceforge.net/"
#define PACKAGE "bot-sentry"
#define VERSION "1.1.0"
#define PURPLE_PLUGINS 1
#define GETTEXT_PACKAGE "bot-sentry"

configure: exit 77
lukaszg
Piegowaty Guziec
Piegowaty Guziec
Posty: 6
Rejestracja: 11 cze 2006, 15:47
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Środowisko graficzne: GNOME
Architektura: x86_64

Odp: Bot Sentry dla Pidgina

Post autor: lukaszg »

wczoraj na najnowszym ubuntu skompilowałem bez problemu. Masz zainstalowany pakiet build-essential?
marcin_b
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 04 paź 2007, 10:47
Płeć: Mężczyzna
Wersja Ubuntu: 12.10
Środowisko graficzne: Xfce
Architektura: x86_64
Lokalizacja: Kraków
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: marcin_b »

dev pisze:
5. Standardowo instalator wrzuca pliki do /usr/local/lib. Z kolei wtyczki Pidgina powinny znajdować się w /usr/lib/pidgin. Przenosimy/kopiujemy więc odpowiedni plik do właściwego katalogu:

Kod: Zaznacz cały

$ sudo /usr/local/lib/bot-sentry.so /usr/lib/pidgin/bot-sentry.so
Jeśli przenosimy/kopiujemy, to ,,sudo cp/mv'' zamiast samego ,,sudo'' :>
http://ukwial.blogspot.com
Awatar użytkownika
Stirlitz
Przyjaciel
Przyjaciel
Posty: 122
Rejestracja: 20 maja 2005, 16:51
Płeć: Mężczyzna
Wersja Ubuntu: 11.10
Środowisko graficzne: Unity
Architektura: x86_64

Odp: Bot Sentry dla Pidgina

Post autor: Stirlitz »

Paczka z bot-sentry tutaj
tłumaczenia natomiast nie dodałem bo rozwala u mnie całe okno wtyczki: 1, 2
Obrazek
Awatar użytkownika
Klusek
Sędziwy Jeż
Sędziwy Jeż
Posty: 64
Rejestracja: 03 lip 2007, 19:22
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Środowisko graficzne: Unity
Architektura: x86
Lokalizacja: Szczecinek
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: Klusek »

No a ja mam inny problem :(

Kod: Zaznacz cały

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/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 xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
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/bin/ld -m elf_x86_64) 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/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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/bin/ld -m elf_x86_64) 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 for intltool >= 0.35.0... 0.35.0 found
checking for perl... /usr/bin/perl
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for head... /usr/bin/head
checking for makensis... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.15.0... yes
checking for purple... no
configure: error: "purple >= 2.0 purple < 3.0" not found.
Awatar użytkownika
dev
Sędziwy Jeż
Sędziwy Jeż
Posty: 47
Rejestracja: 03 wrz 2006, 21:15
Płeć: Mężczyzna
Wersja Ubuntu: 10.10
Środowisko graficzne: GNOME
Architektura: x86_64
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: dev »

Hej
Ad. Stirlitz:
Wywaliłem wtyczkę u siebie i zainstalowałem z podanej przez Ciebie paczki.
Wrzuciłem spolszczenie i...
http://stoova.go.pl/pic/bot1.png
http://stoova.go.pl/pic/bot2.png

działa :D

Może coś z kodowaniem nie tak (UTF/ISO)?


Ad. Klusek:
Zainstaluj libpurple0 i libpurple-dev
A najlepiej to zainstaluj z paczki podanej przez Stirlitza - nie będziesz się musiał bawić.

EDIT:
marcin_b pisze:Jeśli przenosimy/kopiujemy, to ,,sudo cp/mv'' zamiast samego ,,sudo'' :>
thx, poprawione
Awatar użytkownika
Klusek
Sędziwy Jeż
Sędziwy Jeż
Posty: 64
Rejestracja: 03 lip 2007, 19:22
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Środowisko graficzne: Unity
Architektura: x86
Lokalizacja: Szczecinek
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: Klusek »

Dzięki dev, zainstalowałem co powiedziałeś i dalej już sobie poradziłem.
Awatar użytkownika
Stirlitz
Przyjaciel
Przyjaciel
Posty: 122
Rejestracja: 20 maja 2005, 16:51
Płeć: Mężczyzna
Wersja Ubuntu: 11.10
Środowisko graficzne: Unity
Architektura: x86_64

Odp: Bot Sentry dla Pidgina

Post autor: Stirlitz »

dev pisze:Może coś z kodowaniem nie tak (UTF/ISO)?
prawdopodobnie nie, mam nowsza wersję libpurple więc może o to...
w każdym bądź razie dodałem drugą paczkę ze spolszczeniem.
Obrazek
Awatar użytkownika
dev
Sędziwy Jeż
Sędziwy Jeż
Posty: 47
Rejestracja: 03 wrz 2006, 21:15
Płeć: Mężczyzna
Wersja Ubuntu: 10.10
Środowisko graficzne: GNOME
Architektura: x86_64
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: dev »

U mnie leży...
libpurple0:
Zainstalowana: 1:2.2.1-1ubuntu4
Kandydująca: 1:2.2.1-1ubuntu4

Thx za deby
kat85
Piegowaty Guziec
Piegowaty Guziec
Posty: 2
Rejestracja: 23 lut 2007, 18:13
Płeć: Mężczyzna
Wersja Ubuntu: 7.04
Środowisko graficzne: GNOME
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: kat85 »

Wszystko smiga tylko chcialem zmiecic o ten wpis pojawiajacy sie za kazdym razem.

Bot Sentry engaged: you are now being ignored! Your message will be delivered if you can correctly answer the following question within 10 minutes:

Szukalem w systemie plikow u siebie, ale nie znalazlem pliku odpowiedzialnego za to.
Rozum jest duszą wolności
Awatar użytkownika
dev
Sędziwy Jeż
Sędziwy Jeż
Posty: 47
Rejestracja: 03 wrz 2006, 21:15
Płeć: Mężczyzna
Wersja Ubuntu: 10.10
Środowisko graficzne: GNOME
Architektura: x86_64
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: dev »

go2 punkt 6 pierwszego postu
GrzegorzJZD
Sędziwy Jeż
Sędziwy Jeż
Posty: 54
Rejestracja: 05 lut 2007, 12:57
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: KDE Plasma
Kontakt:

Odp: Bot Sentry dla Pidgina

Post autor: GrzegorzJZD »

Kompilacja z oficjalnych źródeł wersji 1.3.0 kończy się następującym komunikatem:

Kod: Zaznacz cały

./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for prefix by checking for pidgin... /usr/bin/pidgin
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/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 recognize 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++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
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/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
appending configuration tag "F77" to libtool
checking for intltool >= 0.40.0... 0.40.5 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for head... /usr/bin/head
checking for makensis... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.15.0... yes
checking for purple... no
configure: error: "purple >= 2.0 purple < 3.0" not found.
Oczywiście Pidgin i libpurple są zainstalowane (z oficjalnych repozytoriów Ubuntu 8.10).

Co trzeba zrobić, aby z powodzeniem skompilować Bot-Sentry 1.3.0?
Zapraszam na mają stronę: http://grzglo.jogger.pl/
ODPOWIEDZ

Wróć do „Komunikatory”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 5 gości