Форум русскоязычного сообщества Ubuntu


Следите за новостями русскоязычного сообщества Ubuntu в Twitter-ленте @ubuntu_ru_loco

Автор Тема: YAPH_или другие подобные deb пакеты  (Прочитано 1230 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн demontager

  • Автор темы
  • Активист
  • *
  • Сообщений: 304
  • KHERSON
    • Просмотр профиля
    • Nixtalks IT-експлорер
Подскажите пожалуйста. где можно взять скомпилированный yaph-программа для поиска proxy серверов? Нашёл только сорс пакеты. Или альтернативную утилиту, собранную в deb пакет. Есть необходимость использовать proxy ,так как провайдер не пускает на некоторые страницы.
Пишу о разном сюда nixtalk.com

Оффлайн VaLeRa2

  • Новичок
  • *
  • Сообщений: 14
    • Просмотр профиля
Re: YAPH_или другие подобные deb пакеты
« Ответ #1 : 23 Июля 2009, 07:02:06 »
Можешь сам скомпилить
Вот посмотри https://forum.ubuntu.ru/index.php?topic=2269.0

Оффлайн demontager

  • Автор темы
  • Активист
  • *
  • Сообщений: 304
  • KHERSON
    • Просмотр профиля
    • Nixtalks IT-експлорер
Re: YAPH_или другие подобные deb пакеты
« Ответ #2 : 23 Июля 2009, 13:26:15 »
Некоторый опыт компилирования у меня есть, собирал Wine, mplayer, хотелось просто сразу готовый пакет. Не особо есть время когда работа 6/6 часов и ещё когда начинаешь собирать, то того не хватает, то другого. Что ж , тогда ели нет, буду пробывать собирать. :-\
Пишу о разном сюда nixtalk.com

Оффлайн demontager

  • Автор темы
  • Активист
  • *
  • Сообщений: 304
  • KHERSON
    • Просмотр профиля
    • Nixtalks IT-експлорер
Re: YAPH_или другие подобные deb пакеты
« Ответ #3 : 01 Августа 2009, 15:39:11 »
Собствено поробывал я собрать yaph, что-не получается  :-\


creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc   ) works... yes
checking whether the C compiler (gcc   ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether  supports -frepo... yes
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 dependant libraries... pass_all
checking for ranlib... ranlib
checking for strip... strip
checking for Cygwin environment... no
checking for mingw32 environment... no
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 73729
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for extra includes... no
checking for extra libs... no
checking if yaph should be compiled... yes
updating cache ./config.cache
creating ./config.status
fast creating ./Makefile
fast creating yaph/Makefile
fast creating yaph/docs/Makefile
can't open ./yaph/docs/Makefile.in: No such file or directory
fast creating yaph/docs/en/Makefile
can't open ./yaph/docs/en/Makefile.in: No such file or directory
creating config.h
root@track-laptop:~/compile/yaph-0.91# make
make  all-recursive
make[1]: Entering directory `/home/track/compile/yaph-0.91'
Making all in yaph
make[2]: Entering directory `/home/track/compile/yaph-0.91/yaph'
gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2   -c threads.c
threads.c: In function ‘check_socks4’:
threads.c:28: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:33: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:46: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:51: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:58: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:65: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:70: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:76: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:83: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:91: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c: In function ‘check_socks5’:
threads.c:108: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:113: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:124: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:129: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:136: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:143: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:159: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:164: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:169: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:178: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:191: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:197: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:204: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:208: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:213: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:220: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:229: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c: In function ‘check_http’:
threads.c:245: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:251: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:264: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:269: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:273: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:279: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:284: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:290: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:297: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:304: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:323:23: warning: unknown escape sequence '\.'
threads.c:323:23: warning: unknown escape sequence '\.'
threads.c:323:23: warning: unknown escape sequence '\.'
threads.c: In function ‘nmap_parser_thread’:
threads.c:332: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:343: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:358: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
threads.c: In function ‘file_parser_thread’:
threads.c:397: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:424: warning: passing argument 3 of ‘write_log’ discards qualifiers from pointer target type
threads.c:398: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
threads.c:425: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2   -c tcp_utils.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2   -c log.c
gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2   -c init.c
init.c: In function ‘init_options’:
init.c:203: error: label at end of compound statement
make[2]: *** [init.o] Error 1
make[2]: Leaving directory `/home/track/compile/yaph-0.91/yaph'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/track/compile/yaph-0.91'
make: *** [all-recursive-am] Error 2
root@track-laptop:~/compile/yaph-0.91#   




Пишу о разном сюда nixtalk.com

 

Страница сгенерирована за 0.016 секунд. Запросов: 19.