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


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

Автор Тема: C Panel не ставится!!!  (Прочитано 2239 раз)

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

Оффлайн Toryfavel

  • Автор темы
  • Новичок
  • *
  • Сообщений: 20
    • Просмотр профиля
C Panel не ставится!!!
« : 15 Января 2009, 16:42:42 »
Кидаю С Pane в /home/cpanel
Пытаюсь ставить

root@web: ls
ABOUT-NLS   AUTHORS     ChangeLog     config.guess  config.sub    COPYING  help        intl         missing        pixmaps  src         TODO
acconfig.h  autogen.sh  confdefs.h    config.h.in   configure     CVS      INSTALL     Makefile.am  mkinstalldirs  po       stamp-h.in
aclocal.m4  BUGS        config.cache  config.log    configure.in  debian   install-sh  Makefile.in  NEWS           README   tocn.pl
root@web:/home/cpanel# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
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... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
root@web:/home/cpanel# make
make: *** No targets specified and no makefile found.  Stop.
root@web:/home/cpanel# make install
make: *** No rule to make target `install'.  Stop.
root@web:/home/cpanel#

 Почему так?   ???

Оффлайн pehser

  • Активист
  • *
  • Сообщений: 586
  • sidux 64bit + KDE4 svn
    • Просмотр профиля
    • Магазин електро и бытовой техники в николаеве
Re: C Panel не ставится!!!
« Ответ #1 : 15 Января 2009, 16:57:53 »
Цитировать
checking for gcc... no
нету gcc
пред тем как собирать что-то из исходников лучьше поставить build-essential в нем пакеты первой не обходимости для сборки-компиляции

Оффлайн Toryfavel

  • Автор темы
  • Новичок
  • *
  • Сообщений: 20
    • Просмотр профиля
Re: C Panel не ставится!!!
« Ответ #2 : 15 Января 2009, 17:16:02 »
root@web:/home/yanis# apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  build-essential: Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: gcc (>= 4:4.1.1) but it is not going to be installed
                   Depends: g++ (>= 4:4.1.1) but it is not going to be installed
                   Depends: dpkg-dev (>= 1.13.5) but it is not going to be installed
  cpanel: Depends: libglib1.2 (>= 1.2.0) but it is not installable
          Depends: libgtk1.2 (>= 1.2.10-4) but it is not going to be installed
          Depends: xlibs (> 4.1.0) but it is not installable or
                   libx11-6 but it is not going to be installed
          Depends: xlibs (> 4.1.0) but it is not installable or
                   libxext6 but it is not going to be installed
          Depends: xlibs (> 4.1.0) but it is not installable or
                   libxi6 but it is not going to be installed
          Depends: rxvt-ml (>= 1:2.6.1-2) but it is not going to be installed
          Depends: xcin (>= 2.5.2-1) but it is not going to be installed
          Depends: xfonts-intl-chinese but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Вот теперь такая фигна! Просто капец!  :-\

Оффлайн wl

  • Старожил
  • *
  • Сообщений: 1393
    • Просмотр профиля
Re: C Panel не ставится!!!
« Ответ #3 : 15 Января 2009, 17:21:48 »
...
You might want to run `apt-get -f install' to correct these:
...
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Два раза повторили, что делать.
sudo apt-get -f install

Вот теперь такая фигна! Просто капец!  :-\
Топыцца, это единственный выход.
На свете феньки есть такие, брат Горацио, которых лохи просто не секут. (Шекспир, "Гамлет", вольный перевод)

Оффлайн Toryfavel

  • Автор темы
  • Новичок
  • *
  • Сообщений: 20
    • Просмотр профиля
Re: C Panel не ставится!!!
« Ответ #4 : 15 Января 2009, 18:03:02 »
Спасибо!  8)

Оффлайн Toryfavel

  • Автор темы
  • Новичок
  • *
  • Сообщений: 20
    • Просмотр профиля
Re: C Panel не ставится!!!
« Ответ #5 : 15 Января 2009, 18:30:29 »
Новый прикол!  :)

root@web:/home/cpanel# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
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 for strerror in -lcposix... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for libintl.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/socket.h... yes
checking for bzero... yes
checking for setenv... yes
checking for socket... yes
checking for strcasecmp... yes
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... (cached) yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... 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 for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for bison... no
checking for catalogs to be installed...  zh_CN.GB2312 zh_TW.Big5
checking for gtk-config... no
checking for GTK - version >= 1.2.1... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Cannot find GTK+: Is gtk-config in executable path ?

 Кто-то устонавливал бкз проблем эту панель на ubuntu server 8.04 ??????
« Последнее редактирование: 15 Января 2009, 19:42:17 от Toryfavel »

Оффлайн Toryfavel

  • Автор темы
  • Новичок
  • *
  • Сообщений: 20
    • Просмотр профиля
Re: C Panel не ставится!!!
« Ответ #6 : 15 Января 2009, 19:43:17 »
Может кто знает что-то по лучше Cpanel?

Оффлайн pehser

  • Активист
  • *
  • Сообщений: 586
  • sidux 64bit + KDE4 svn
    • Просмотр профиля
    • Магазин електро и бытовой техники в николаеве
Re: C Panel не ставится!!!
« Ответ #7 : 15 Января 2009, 19:51:21 »
Новый прикол!  :)

Это не прикол это нормальные веши зависемости, может ты поишеш что-то другое чем собирать самому из исходников при том что ты в этом полный профан судя по тому что при таких ошибках паникуеш.

поставь libgtk-dev

З.Ы
Обясни что тебе надо и на род по может найти аналог, гдето по форуму не дано была тема про аналог Cpanel тока бесплтаный
« Последнее редактирование: 15 Января 2009, 19:55:31 от pehser »

Оффлайн Toryfavel

  • Автор темы
  • Новичок
  • *
  • Сообщений: 20
    • Просмотр профиля
Re: C Panel не ставится!!!
« Ответ #8 : 15 Января 2009, 21:10:55 »
Да я в линуксе не силён, просто начал учить его гдето месяц назад! Как бы нибыло учится нужно! Спасибо за помощь! Вы очень помогли хоть я так и не установил панель!  :)

Оффлайн pehser

  • Активист
  • *
  • Сообщений: 586
  • sidux 64bit + KDE4 svn
    • Просмотр профиля
    • Магазин електро и бытовой техники в николаеве
Re: C Panel не ставится!!!
« Ответ #9 : 15 Января 2009, 21:28:19 »
Да я в линуксе не силён, просто начал учить его гдето месяц назад! Как бы нибыло учится нужно! Спасибо за помощь! Вы очень помогли хоть я так и не установил панель!  :)
Для на чало научись работать с пакетами а уж потом учи исходники и паралельно учи как их дебианизировать.
А про панель советю глянуть на webmin
apt-get install webmin может он тебе подойдет вместо панельки

 

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