Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam ponownie.
A więc jak można wywnioskować z nazwy wątku postanowiłem skompilować pierwszy program jakim jest EKG2. Przecież każdy musi to wkońcu zrobić, ale przejdę do sedna sprawy. Chodzi o to, że wypakowałem plik i wpisuję w konsoli [b]./configure[/b]. wszystko idzie aż nagle pojawiają się wyrazy, których jak mniemam każdy początkujący uzytkownik linuxa nie lubi tj. not found. error, warning. To jest przebieg [b]./configure[/b]:
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 how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking for an ANSI C-conforming const... yes 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... /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 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 whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking whether we are using the GNU Fortran 77 compiler... no checking whether no 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) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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 whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking whether byte ordering is bigendian... no checking for uintXX_t types... found in <stdint.h> checking for kvm_openfiles... no checking for kvm_openfiles in -lkvm... no checking for gethostbyname... yes checking for socket... yes checking for sched_yield... yes checking for inet_addr... yes checking for main in -lwsock32... no checking for getopt_long... yes checking for scandir... yes checking for inet_pton... yes checking for inet_ntop... yes checking for getaddrinfo... yes checking for strlcat... no checking for strlcpy... no checking for strndup... yes checking for strlen... yes checking for strnlen... yes checking for strfry... yes checking for utimes... yes checking for flock... yes checking for nl_langinfo and CODESET... yes checking whether gcc accepts -std... yes checking whether gcc accepts -fvisibility... -fvisibility=hidden checking for mkstemp... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for struct kinfo_proc.ki_size... no checking for socklen_t... yes checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking idna.h usability... no checking idna.h presence... no checking for idna.h... no configure: WARNING: Libidn not found checking if Libidn should be used... no checking for pkg-config... pkg-config checking for Gpm_GetEvent in -lgpm... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking aspell.h usability... no checking aspell.h presence... no checking for aspell.h... no checking for DGifSlurp in -lgif... no checking for DGifSlurp in -lungif... no checking for jpeg_start_decompress in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for libgnutls-config... /usr/bin/libgnutls-config checking for libgnutls - version >= 1.0.0... yes checking for gzopen in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking linux/kd.h usability... yes checking linux/kd.h presence... yes checking for linux/kd.h... yes checking for libgadu... yes (found via pkg-config) checking libgadu.h usability... yes checking libgadu.h presence... yes checking for libgadu.h... yes checking for gg_logoff in -lgadu... yes checking for gg_remind_passwd3 in -lgadu... yes checking for gg_change_passwd4 in -lgadu... yes checking for OpenSSL... yes checking for ssl.h... /usr/include/openssl/ssl.h checking for RSA_new in -lssl... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_ParserCreate in -lexpat... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for initscr in -lncurses... yes checking for use_legacy_coding in -lncurses... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for ncurses.h... (cached) yes checking ncurses/ncurses.h usability... no checking ncurses/ncurses.h presence... no checking for ncurses/ncurses.h... no checking for pkg-config... /usr/bin/pkg-config checking for GTK+ - version >= 2.0.0... yes (version 2.12.12) checking for readline.h... not found checking gsm.h usability... no checking gsm.h presence... no checking for gsm.h... no checking libgsm/gsm.h usability... no checking libgsm/gsm.h presence... no checking for libgsm/gsm.h... no checking gsm/gsm.h usability... no checking gsm/gsm.h presence... no checking for gsm/gsm.h... no checking for xosd-config... no checking for libxosd... no <-----------------TU-----------------------> checking for perl... /usr/bin/perl perl found, but error linking with perl libraries checking for python... /usr/bin/python Found Python version 2.5 /usr checking for Python.h... not found checking for ruby... no not found checking for SQLite3... Package sqlite3 was not found in the pkg-config search path. Perhaps you should add the directory containing `sqlite3.pc' to the PKG_CONFIG_PATH environment variable No package 'sqlite3' found Package sqlite3 was not found in the pkg-config search path. Perhaps you should add the directory containing `sqlite3.pc' to the PKG_CONFIG_PATH environment variable No package 'sqlite3' found checking for sqlite3_open in -lsqlite3... no no checking for SQLite... Package sqlite was not found in the pkg-config search path. Perhaps you should add the directory containing `sqlite.pc' to the PKG_CONFIG_PATH environment variable No package 'sqlite' found Package sqlite was not found in the pkg-config search path. Perhaps you should add the directory containing `sqlite.pc' to the PKG_CONFIG_PATH environment variable No package 'sqlite' found checking for sqlite_open in -lsqlite... no no <---------------------TU----------------------> checking for gpgme-config... no checking for GPGME - version >= 1.0.0... no skipping logsoracle plugin configure: creating ./config.status config.status: creating Makefile config.status: creating ekg/Makefile config.status: creating ekg/ekg2-config config.status: WARNING: ekg/ekg2-config.in seems to ignore the --datarootdir setting config.status: creating compat/Makefile config.status: creating docs/Makefile config.status: creating po/Makefile.in config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting config.status: creating contrib/Makefile config.status: creating contrib/python/Makefile config.status: creating contrib/perl/Makefile config.status: creating plugins/Makefile config.status: creating plugins/polchat/Makefile config.status: creating plugins/mail/Makefile config.status: creating plugins/logs/Makefile config.status: creating plugins/rc/Makefile config.status: creating plugins/sms/Makefile config.status: creating plugins/pcm/Makefile config.status: creating plugins/rot13/Makefile config.status: creating plugins/irc/Makefile config.status: creating plugins/httprc_xajax/Makefile config.status: creating plugins/xmsg/Makefile config.status: creating plugins/ioctld/Makefile config.status: creating plugins/gg/Makefile config.status: creating plugins/sim/Makefile config.status: creating plugins/jabber/Makefile config.status: creating plugins/ncurses/Makefile config.status: creating plugins/gtk/Makefile config.status: creating plugins/readline/Makefile config.status: creating plugins/gsm/Makefile config.status: creating plugins/xosd/Makefile config.status: creating plugins/perl/Makefile config.status: creating plugins/python/Makefile config.status: creating plugins/ruby/Makefile config.status: creating plugins/logsoracle/Makefile config.status: creating plugins/logsqlite/Makefile config.status: creating plugins/gpg/Makefile config.status: creating plugins/autoresponder/Makefile config.status: creating plugins/feed/Makefile config.status: creating plugins/jogger/Makefile config.status: creating ekg2-config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: setting ALL_LINGUAS in configure.in is obsolete config.status: creating po/Makefile configured options: CFLAGS: -g -O2 -Wall -std=c99 EXTRA CFLAGS FOR PLUGINS: -fvisibility=hidden LDFLAGS: LIBS: -ldl PLUGINS: - Interface: ncurses gtk - Protocols: irc polchat xmsg feed jabber (with ssl support in -lgnutls) gg (with pthread resolver) - Logging: logs (with support for zlib compression) - Audio: pcm - Encryption: rot13 sim - Scripting: - Misc: autoresponder jogger mail rc sms ioctld - NLS system: en pl - GG Tokens: saving to file, JPEG OCR (using: -ljpeg) - Mouse support:in gpm and xterm - Charset support: iso-8859-2 - Plugins: as shared libs
Co trzeba zrobić aby zlikwidować ten błąd?
Ostatnio edytowany przez thim (2009-09-09 20:27:35)
Offline
A masz zainstalowane sqlite3? Jak nie masz to zainstaluj
Offline
Mam zainstalowane sqlite i sqlite3
Offline
Które paczki -dev?
Offline
no sqlite-dev sqlite3-dev bo z tego co pamiętam debian miał tak właśnie paczki podzielone...
Offline
sqlite-dev
edit: ehh starzeje sie, za maly refleks, podobnie z mieszkaniem/pokojem w Krakowie
Ostatnio edytowany przez paoolo (2009-09-09 22:06:35)
Offline
Zapytałem które paczki -dev ponieważ sqlite-dev i sqlite3-dev nie ma.
Offline
Za pakietem źródłowym z experimental:
Build-Depends: debhelper (>= 5.0.37.2), automake1.9, autoconf, libtool, gettext, cvs, libncursesw5-dev, python-dev, python-central (>= 0.5), libperl-dev, libssl-dev, libgnutls-dev, libaspell-dev, libgadu-dev, libexpat1-dev, libgpmg1-dev, libidn11-dev, libxosd-dev (>= 2.2.13), libsqlite3-dev, python, xsltproc, docbook-xsl, doxygen, libgtk2.0-dev, libgpgme11-dev, zlib1g-dev, quilt[/quote]
Właściwie dlaczego nie przepakietujesz sobie ww.?
Błogosławieni, którzy czynią FAQ.
[url=http://www.opencaching.pl]opencaching[/url] :: [url=http://dug.net.pl/sources.list]debian sources.list[/url] :: [url=http://www.linuxportal.pl/blogi/azhag/wpisy]coś jakby blog[/url] :: [url=http://dug.net.pl/]polski portal debiana[/url] :: linux user #403712
Offline
Odświeżę wątek,
ściągam paczkę, kompiluję, odpalam ekg2 i dostaję komunikat
BIG FAT WARNING: gg plugin has not been compiled, probably there is no libgadu library in the system
Oczywiście, mam libgadu3 w systemie.
Dodawanie sesji dla gg/xmpp wg wzorca
session -a xmpp:ippo@jid.dug.net.pl session -a gg:1234567
zwraca
nieprawidłowy identyfikator użytkownika
Próbowałem z kilkoma różnymi paczkami, wciąż jest to samo. Ostatnia próba odbyła się wg [url=http://www.paroxp.co.cc/?cat=15]tego HOWTO[/url]
i pupa zbita... eny ajdijas?
Ostatnio edytowany przez ippo76 (2009-10-09 12:10:02)
Offline
miałem to samo nie wiem z czego to wynika, ale najprościej zainstalować z experimental :>
[b]/etc/apt/preferences[/b]
Package: ekg2 Pin: release a=experimental Pin-Priority: 900
[b]/etc/apt/sources.list[/b]
deb http://ftp.pl.debian.org/debian/ experimental main deb-src http://ftp.pl.debian.org/debian/ experimental main
Ostatnio edytowany przez rafaloo (2009-10-09 12:36:59)
Offline
[quote=rafaloo]miałem to samo nie wiem z czego to wynika, ale najprościej zainstalować z experimental :>[/quote]
Hm, zobaczymy... chciałbym uruchomić jabbera w konsoli ale nie wiem czy aż tak bardzo :)
Offline
Możesz jeszcze zobaczyć finch.
Offline
[quote=rafaloo]Możesz jeszcze zobaczyć finch.[/quote]
Dzięki, to był strzał w 10-kę. Finch "widzi" configi pidgina, więc wszystko ładnie zczytuje...
Offline
finch i pidgin to jeden program
zgadza się, finch to konsolowy pidgin :>
Offline
Z konsolowych klientów jabbera to jeszcze centerim i mcabber.
Zresztą jest wątek o tym.
http://forum.dug.net.pl/viewtopic.php?id=11861
Offline
[quote=tgR]a pokaz nam lin ijke z ./configure :) przed kompilacja[/quote]
pytasz, bo wiesz, że nic nie wpisuję :) ale pod tym linkiem z ubuntu też nie ma żadnych czarów :)
finch i pidgin to jeden program bym odwarzyl sie powiedziec, tyle ze pidgin to tak jakby nakladka w gtk :)[/quote]
dzięki, finch jest ok, na ten moment załatwia wszystko :)
A dla tych z Państwa, którzy wiedzą, po co mi finch, donoszę, że klikam z fotela pasażera w moim Debian Mini :)))
ippo76@jid.dug.net.pl
Moja składka do ZUS = 2/3, moja składka do OFE = 1/3;
Stan mojego konta w ZUS = 2XYZ, stan konta w OFE = 3XYZ.
Offline
Time (s) | Query |
---|---|
0.00014 | SET CHARSET latin2 |
0.00007 | SET NAMES latin2 |
0.00137 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.129.211.116' WHERE u.id=1 |
0.00138 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.129.211.116', 1732304062) |
0.00077 | SELECT * FROM punbb_online WHERE logged<1732303762 |
0.00071 | SELECT topic_id FROM punbb_posts WHERE id=130152 |
0.00113 | SELECT id FROM punbb_posts WHERE topic_id=14958 ORDER BY posted |
0.00064 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=14958 AND t.moved_to IS NULL |
0.00013 | SELECT search_for, replace_with FROM punbb_censoring |
0.00142 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=14958 ORDER BY p.id LIMIT 0,25 |
0.00090 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=14958 |
Total query time: 0.00866 s |