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


Хотите сделать посильный вклад в развитие Ubuntu и русскоязычного сообщества?
Помогите нам с документацией!

Автор Тема: Установка и компилсцис  (Прочитано 6450 раз)

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

Оффлайн Sky Walker

  • Автор темы
  • Новичок
  • *
  • Сообщений: 8
    • Просмотр профиля
Установка и компилсцис
« : 04 Января 2006, 10:59:44 »
Установка и компилсцис

Пытаюсь установить программку rtorrent:

zag@zaguntu:~/Desktop/rtorrent-0.4.1/rtorrent-0.4.1$ sudo ./configure
Password:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for user-defined CXXFLAGS... default "-O3 -Wall"
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for library containing wbkgdset... -lncurses
checking for execinfo.h... yes
checking for curl >= 7.12.0... FAILED
configure: error: curl-config was not found

В чем проблема?

Оффлайн Salmir

  • Любитель
  • *
  • Сообщений: 95
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #1 : 04 Января 2006, 12:29:15 »
поставь пакет с названием curl
Хуже дурака только  дурак с инициативой..

Оффлайн h8

  • Активист
  • *
  • Сообщений: 395
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #2 : 04 Января 2006, 12:33:03 »
а точнее curl(номер)-dev
Ubuntu 11.04 / MacOS X 10.6

Оффлайн Sky Walker

  • Автор темы
  • Новичок
  • *
  • Сообщений: 8
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #3 : 04 Января 2006, 12:38:28 »
libcurl3-dev ???

Оффлайн Salmir

  • Любитель
  • *
  • Сообщений: 95
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #4 : 04 Января 2006, 12:39:22 »
угу попробуй
Хуже дурака только  дурак с инициативой..

Оффлайн Sky Walker

  • Автор темы
  • Новичок
  • *
  • Сообщений: 8
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #5 : 04 Января 2006, 12:47:20 »
теперь просит sigc++-2.0
поставил libsigc++-2.0-dev - не помогает

checking for proper overloaded template function disambiguation... yes
checking for pkg-config... /usr/bin/pkg-config
checking for sigc++-2.0 libtorrent >= 0.8.0... Package libtorrent was not found in the pkg-config search path. Perhaps you should add the directory containing `libtorrent.pc' to the PKG_CONFIG_PATH environment variable No package 'libtorrent' found
configure: error: Library requirements (sigc++-2.0 libtorrent >= 0.8.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

Оффлайн Salmir

  • Любитель
  • *
  • Сообщений: 95
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #6 : 04 Января 2006, 12:53:48 »
a libtorrent поставил?
Хуже дурака только  дурак с инициативой..

Оффлайн Sky Walker

  • Автор темы
  • Новичок
  • *
  • Сообщений: 8
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #7 : 04 Января 2006, 13:30:19 »
zag@zaguntu:~/Desktop/libtorrent-0.8.1/libtorrent-0.8.1$ sudo ./configure
Password:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... 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 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... 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 static flag  works... yes
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 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
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether byte ordering is bigendian... no
checking the byte alignment... none needed
checking for user-defined CXXFLAGS... user-defined "-g -O2"
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for epoll support... yes
checking for pkg-config... /usr/bin/pkg-config
checking for openssl... yes
checking OPENSSL_CFLAGS...
checking OPENSSL_LIBS... -lssl -lcrypto -ldl
checking for sigc++-2.0... yes
checking STUFF_CFLAGS... -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
checking STUFF_LIBS... -lsigc-2.0
checking signedness of mincore parameter... unsigned
checking for proper overloaded template function disambiguation... yes
configure: creating ./config.status
config.status: creating libtorrent.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/torrent/Makefile
config.status: creating src/data/Makefile
config.status: creating src/download/Makefile
config.status: creating src/net/Makefile
config.status: creating src/protocol/Makefile
config.status: creating src/tracker/Makefile
config.status: creating src/utils/Makefile
config.status: creating config.h
config.status: executing depfiles commands


по всей видимости да

Оффлайн Stalwart

  • Активист
  • *
  • Сообщений: 730
  • All Your Base...
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #8 : 04 Января 2006, 16:24:08 »
Используй azureus
ArchLinux // openbox

Оффлайн Sky Walker

  • Автор темы
  • Новичок
  • *
  • Сообщений: 8
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #9 : 04 Января 2006, 22:38:13 »
Тормозит он очень.

Вощем заинсталлировать ее у меня получилось, она закинула мне фаилы в /usr/local/bin -  rtacct    rtmon     rtorrent
rtorrent - исполнсющий, но он не запускается - говорит rtorrent: error while loading shared libraries: libtorrent.so.6: cannot open shared object file: No such file or directory. Где стс байдень быть должна - нифига не понимаю...

Оффлайн keeper

  • Новичок
  • *
  • Сообщений: 37
    • Просмотр профиля
Re: Установка и компилсцис
« Ответ #10 : 15 Января 2006, 21:02:53 »
говорит rtorrent: error while loading shared libraries: libtorrent.so.6: cannot open shared object file: No such file or directory. Где стс байдень быть должна - нифига не понимаю...
ls /usr/lib|grep libtorrent
покажет он тебе, например, файл libtorrent.so.0
тогда делаешь sudo ln -s /usr/lib/libtorrent.so.0 /usr/lib/libtorrent.so.6

 

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