Проблема: no languages error

Обсуждение вопросов, связанных с системой проведения турниров ejudge.
AnuarTB
Posts:9
Joined:06 October 2014, 15:06
Проблема: no languages error

Post by AnuarTB » 06 October 2014, 15:13

Всем здраствуйте. Я новичок в ejudge поэтому я не пойму что это за ошибка при выполнении скрипта:

Code: Select all

ejudge@ejudege:~/new/ejudge$ sudo sh ejudge-install.sh 
[sudo] password for ejudge: 
This script will ERASE the exising user database and contests!
Are you sure to proceed (yes/no)?
yes
/home/ejudge/new/judges/data/ejudge.xml already exists, not overwriting
/home/ejudge/new/judges/data/capabilities.xml already exists, not overwriting
/home/ejudge/new/judges/data/db/userlist.xml already exists, not overwriting
/home/ejudge/new/judges/data/contests/000001.xml already exists, not overwriting
/home/ejudge/new/judges/compile/conf/compile.cfg already exists, not overwriting
/home/ejudge/new/judges/000001/conf/serve.cfg already exists, not overwriting
problems/
problems/B/
problems/B/solutions/
problems/B/solutions/b_gcc.c
problems/B/statement.xml
problems/B/tests/
problems/B/tests/002.dat
problems/B/tests/003.ans
problems/B/tests/003.dat
problems/B/tests/002.ans
problems/B/tests/001.ans
problems/B/tests/001.dat
problems/A/
problems/A/statement.xml
problems/A/all_solutions/
problems/A/all_solutions/a_nasm-x86.asm
problems/A/all_solutions/a_javac_st.java
problems/A/all_solutions/a_g++.cpp
problems/A/all_solutions/a_bcc.c
problems/A/all_solutions/a_kumir.kum
problems/A/all_solutions/a_gprolog.pro
problems/A/all_solutions/a_gcj.java
problems/A/all_solutions/a_tpc.pas
problems/A/all_solutions/a_mzscheme.scm
problems/A/all_solutions/a_perl.pl
problems/A/all_solutions/a_ghc.hs
problems/A/all_solutions/a_gpc.pas
problems/A/all_solutions/bad/
problems/A/all_solutions/bad/a_gcc_SE_1.c
problems/A/all_solutions/bad/a_gcc_SE_2.c
problems/A/all_solutions/bad/a_gcc_TL.c
problems/A/all_solutions/bad/a_gcc_ML_vm.c
problems/A/all_solutions/bad/a_gcc_SE_3.c
problems/A/all_solutions/bad/a_gcc_ML_stack.c
problems/A/all_solutions/a_g77.for
problems/A/all_solutions/a_vbnc.vb
problems/A/all_solutions/a_python3.py
problems/A/all_solutions/a_fbc.bas
problems/A/all_solutions/a_gfortran.for
problems/A/all_solutions/a_bpp.cpp
problems/A/all_solutions/a_gcc.c
problems/A/all_solutions/a_mcs.cs
problems/A/all_solutions/a_dcc.pas
problems/A/all_solutions/a_php.php
problems/A/all_solutions/a_fpc.pas
problems/A/all_solutions/a_python.py
problems/A/all_solutions/a_javac_sc.java
problems/A/all_solutions/a_yabasic.bas
problems/A/all_solutions/a_ruby.rb
problems/A/tests/
problems/A/tests/005.ans
problems/A/tests/002.dat
problems/A/tests/003.ans
problems/A/tests/003.dat
problems/A/tests/005.dat
problems/A/tests/002.ans
problems/A/tests/004.dat
problems/A/tests/001.ans
problems/A/tests/001.dat
problems/A/tests/004.ans
2014-10-06T11:59:57Z:info:configuration file parsed ok
2014-10-06T11:59:57Z:error:no languages
Command failed: /home/ejudge/new/ejudge/libexec/ejudge/bin/ej-compile -u ejudge -g ejudge -C "/home/ejudge/new/judges/compile" -i conf/compile.cfg
Помогите пожалуйста!!!

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Проблема: no languages error

Post by cher » 07 October 2014, 07:49

ejudge-setup вы сами запускали? при запуске ejudge-setup выполняли "Setup compilers"?

b.hrytseliak
Posts:11
Joined:06 October 2014, 14:07

Re: Проблема: no languages error

Post by b.hrytseliak » 08 October 2014, 15:24

Добрый день!
Запускал.

2014-10-08T11:35:43Z:info:configuration file parsed ok
2014-10-08T11:35:43Z:error:no languages
Command failed: /home/ejudge/inst-ejudge/bin/ej-compile -u ejudge -g ejudge -C "/home/judges/compile" -i conf/compile.cfg

Помогите решить эту проблему.
Спасибо!

AnuarTB
Posts:9
Joined:06 October 2014, 15:06

Re: Проблема: no languages error

Post by AnuarTB » 08 October 2014, 15:38

cher wrote:ejudge-setup вы сами запускали? при запуске ejudge-setup выполняли "Setup compilers"?
Дело в том что при запуске setup-compilers у меня выходит сообщение no language ids are configured.
скриншот: http://hostingkartinok.com/show-image.p ... f109286958

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Проблема: no languages error

Post by cher » 09 October 2014, 17:29

вы выполняли make install перед запуском ejudge-install?

Выполняйте действия в порядке: make install; ejudge-setup; ejudge-install.sh

AnuarTB
Posts:9
Joined:06 October 2014, 15:06

Re: Проблема: no languages error

Post by AnuarTB » 10 October 2014, 15:41

cher wrote:вы выполняли make install перед запуском ejudge-install?

Выполняйте действия в порядке: make install; ejudge-setup; ejudge-install.sh
Вспомнил что при запуске make && make install произошла непонятная ошибка, но не обратил внимания.
Вот лог

Code: Select all

make -C reuse DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/reuse'
mkdir -p objs/unix
make[1]: Leaving directory `/home/ejudge/new/ejudge/reuse'
make -C cfront DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/cfront'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/cfront'
make -C extra DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/extra'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/extra'
make -C checkers DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/checkers'
msgmerge -U ejudgecheckers.ru_RU.UTF-8.po ejudgecheckers.po
ejudgecheckers.po: warning: Charset "CHARSET" is not a portable encoding name.
                            Message conversion to user's charset might not work.
............... done.
msgmerge -U ejudgecheckers.uk_UA.UTF-8.po ejudgecheckers.po
ejudgecheckers.po: warning: Charset "CHARSET" is not a portable encoding name.
                            Message conversion to user's charset might not work.
............. done.
msgmerge -U ejudgecheckers.kk_KZ.UTF-8.po ejudgecheckers.po
ejudgecheckers.po: warning: Charset "CHARSET" is not a portable encoding name.
                            Message conversion to user's charset might not work.
............. done.
make[1]: Leaving directory `/home/ejudge/new/ejudge/checkers'
make -C scripts DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/scripts'
make -C plugins/mysql-common DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/plugins/mysql-common'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/plugins/mysql-common'
make -C plugins/mysql-userlist DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/plugins/mysql-userlist'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/plugins/mysql-userlist'
make -C plugins/mysql-clardb DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/plugins/mysql-clardb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/plugins/mysql-clardb'
make -C plugins/mysql-rundb DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/plugins/mysql-rundb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/plugins/mysql-rundb'
make -C csp/contests DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/csp/contests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/csp/contests'
make -C csp/super-server DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/csp/super-server'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/csp/super-server'
xgettext -d ejudge --no-location --foreign-user  -k_ -k__ -s -o ejudge.po *.c csp/contests/*.c csp/super-server/*.c
msgmerge -U ejudge.ru_RU.UTF-8.po ejudge.po
ejudge.po: warning: Charset "CHARSET" is not a portable encoding name.
                    Message conversion to user's charset might not work.
............................................................................................................................................... done.
mkdir -p locale/ru_RU.UTF-8/LC_MESSAGES
msgfmt -o locale/ru_RU.UTF-8/LC_MESSAGES/ejudge.mo -c ejudge.ru_RU.UTF-8.po
msgmerge -U ejudge.uk_UA.UTF-8.po ejudge.po
ejudge.po: warning: Charset "CHARSET" is not a portable encoding name.
                    Message conversion to user's charset might not work.
............................................................................................................................................... done.
mkdir -p locale/uk_UA.UTF-8/LC_MESSAGES
msgfmt -o locale/uk_UA.UTF-8/LC_MESSAGES/ejudge.mo -c ejudge.uk_UA.UTF-8.po
msgmerge -U ejudge.kk_KZ.UTF-8.po ejudge.po
ejudge.po: warning: Charset "CHARSET" is not a portable encoding name.
                    Message conversion to user's charset might not work.
................................................................................................................................................. done.
mkdir -p locale/kk_KZ.UTF-8/LC_MESSAGES
msgfmt -o locale/kk_KZ.UTF-8/LC_MESSAGES/ejudge.mo -c ejudge.kk_KZ.UTF-8.po
make -C extra DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/extra'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/extra'
make -C checkers DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/checkers'
msgmerge -U ejudgecheckers.ru_RU.UTF-8.po ejudgecheckers.po
ejudgecheckers.po: warning: Charset "CHARSET" is not a portable encoding name.
                            Message conversion to user's charset might not work.
............. done.
msgmerge -U ejudgecheckers.uk_UA.UTF-8.po ejudgecheckers.po
ejudgecheckers.po: warning: Charset "CHARSET" is not a portable encoding name.
                            Message conversion to user's charset might not work.
............ done.
msgmerge -U ejudgecheckers.kk_KZ.UTF-8.po ejudgecheckers.po
ejudgecheckers.po: warning: Charset "CHARSET" is not a portable encoding name.
                            Message conversion to user's charset might not work.
............. done.
make[1]: Leaving directory `/home/ejudge/new/ejudge/checkers'
make -C scripts DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/scripts'
make -C plugins/mysql-common DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/plugins/mysql-common'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/plugins/mysql-common'
make -C plugins/mysql-userlist DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/plugins/mysql-userlist'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/plugins/mysql-userlist'
make -C plugins/mysql-clardb DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/plugins/mysql-clardb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/plugins/mysql-clardb'
make -C plugins/mysql-rundb DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/plugins/mysql-rundb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/plugins/mysql-rundb'
make -C csp/contests DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/csp/contests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/csp/contests'
make -C csp/super-server DESTDIR="" all
make[1]: Entering directory `/home/ejudge/new/ejudge/csp/super-server'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ejudge/new/ejudge/csp/super-server'
xgettext -d ejudge --no-location --foreign-user  -k_ -k__ -s -o ejudge.po *.c csp/contests/*.c csp/super-server/*.c
msgmerge -U ejudge.ru_RU.UTF-8.po ejudge.po
ejudge.po: warning: Charset "CHARSET" is not a portable encoding name.
                    Message conversion to user's charset might not work.
............................................................................................................................................... done.
msgmerge -U ejudge.uk_UA.UTF-8.po ejudge.po
ejudge.po: warning: Charset "CHARSET" is not a portable encoding name.
                    Message conversion to user's charset might not work.
............................................................................................................................................... done.
msgmerge -U ejudge.kk_KZ.UTF-8.po ejudge.po
ejudge.po: warning: Charset "CHARSET" is not a portable encoding name.
                    Message conversion to user's charset might not work.
................................................................................................................................................ done.
mkdir -p locale/ru_RU.UTF-8/LC_MESSAGES
msgfmt -o locale/ru_RU.UTF-8/LC_MESSAGES/ejudge.mo -c ejudge.ru_RU.UTF-8.po
mkdir -p locale/uk_UA.UTF-8/LC_MESSAGES
msgfmt -o locale/uk_UA.UTF-8/LC_MESSAGES/ejudge.mo -c ejudge.uk_UA.UTF-8.po
mkdir -p locale/kk_KZ.UTF-8/LC_MESSAGES
msgfmt -o locale/kk_KZ.UTF-8/LC_MESSAGES/ejudge.mo -c ejudge.kk_KZ.UTF-8.po
install -d "/home/ejudge/new/ejudge/bin"
for i in ejudge-jobs-cmd ejudge-edit-users ejudge-setup ejudge-configure-compilers ejudge-control ejudge-execute ejudge-contests-cmd; do install -m 0755 $i "/home/ejudge/new/ejudge/bin"; done
install -d "/home/ejudge/new/ejudge/libexec/ejudge/bin"
for i in ej-compile ej-compile-control ej-run ej-nwrun ej-ncheck ej-batch ej-serve ej-users ej-users-control ej-jobs ej-jobs-control ej-super-server ej-super-server-control ej-contests ej-contests-control uudecode ej-convert-clars ej-convert-runs ej-fix-db ej-super-run ej-super-run-control ej-normalize ej-polygon ej-import-contest ej-page-gen; do install -m 0755 $i "/home/ejudge/new/ejudge/libexec/ejudge/bin"; done
install -m 0755 ejudge-config "/home/ejudge/new/ejudge/bin"
install -d "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"
for i in users serve-control new-client; do install -m 0755 $i "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"; done
cd "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"; rm -f new-master; ln new-client new-master
cd "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"; rm -f new-judge; ln new-client new-judge
cd "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"; rm -f new-register; ln new-client new-register
cd "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"; rm -f register; ln new-client register
cd "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"; rm -f team; ln new-client team
cd "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"; rm -f judge; ln new-client judge
cd "/home/ejudge/new/ejudge/libexec/ejudge/cgi-bin"; rm -f master; ln new-client master
if [ x"1" = x1 ]; then for locale in "ru_RU.UTF-8" "uk_UA.UTF-8" "kk_KZ.UTF-8"; do install -d "/home/ejudge/new/ejudge/share/locale/${locale}/LC_MESSAGES"; install -m 0644 "locale/${locale}/LC_MESSAGES/ejudge.mo" "/home/ejudge/new/ejudge/share/locale/${locale}/LC_MESSAGES"; done; fi
install -d "/home/ejudge/new/ejudge/share/ejudge"
install -d "/home/ejudge/new/ejudge/share/ejudge/style"
for i in style/logo.gif style/priv.css style/unpriv.css style/unpriv3.css style/ejudge3.css style/priv.js style/unpriv.js style/filter_expr.html style/sprintf.js style/ejudge3_ss.css; do install -m 0644 $i "/home/ejudge/new/ejudge/share/ejudge/style"; done
for i in style/*.jpg; do install -m 0644 $i "/home/ejudge/new/ejudge/share/ejudge/style"; done
for i in style/*.png; do install -m 0644 $i "/home/ejudge/new/ejudge/share/ejudge/style"; done
tar x -C "/home/ejudge/new/ejudge/share/ejudge/style" -f style/dojo.tgz
install -d "/home/ejudge/new/ejudge/share/ejudge/style/icons"
for i in style/icons/*.png; do install -m 0644 $i "/home/ejudge/new/ejudge/share/ejudge/style/icons"; done
install -m 0755 style/ejudge-upgrade-web "/home/ejudge/new/ejudge/bin"
cp -rpd include "/home/ejudge/new/ejudge"
cp: ‘include’ and ‘/home/ejudge/new/ejudge/include’ are the same file
make: *** [local_install] Error 1

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Проблема: no languages error

Post by cher » 10 October 2014, 16:51

Похоже, что у вас указан --prefix такой же, как каталог, в который были разархивированы исходники ejudge. Лучше --prefix указать в другой каталог, например, --prefix=/opt/ejudge

AnuarTB
Posts:9
Joined:06 October 2014, 15:06

Re: Проблема: no languages error

Post by AnuarTB » 11 October 2014, 14:00

cher wrote:Похоже, что у вас указан --prefix такой же, как каталог, в который были разархивированы исходники ejudge. Лучше --prefix указать в другой каталог, например, --prefix=/opt/ejudge
Можете дать свои PARAMS, а то боюсь опять что-то неправильно сделать

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Проблема: no languages error

Post by cher » 11 October 2014, 23:01

Вот то, что я обычно использую на Fedora

Code: Select all

./configure --prefix=/opt/ejudge  --enable-charset=utf-8 --with-httpd-cgi-bin-dir=/var/www/cgi-bin --with-httpd-htdocs-dir=/var/www/html --enable-ajax --enable-local-dir=/var/lib/ejudge --enable-hidden-server-bins

AnuarTB
Posts:9
Joined:06 October 2014, 15:06

Re: Проблема: no languages error

Post by AnuarTB » 12 October 2014, 20:02

Пакет libdwarf хоть и установлен, но пишут что его нет
Вот лог

Code: Select all

ejudge@ejudege:~/Downloads/ejudge$ ./configure --prefix=/opt/ejudge  --enable-charset=utf-8 --with-httpd-cgi-bin-dir=/var/www/cgi-bin --with-httpd-htdocs-dir=/var/www/html --enable-ajax --enable-local-dir=/var/lib/ejudge --enable-hidden-server-bins
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for grep that handles long lines and -e... /bin/grep
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for bison... bison -y
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether backslash-a works in strings... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for working volatile... yes
checking for inline... inline
checking whether char is unsigned... no
checking for long double with more range or precision than double... yes
checking for preprocessor stringizing operator... yes
checking for function prototypes... yes
checking for arch type... unix
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for strnlen... yes
checking for open_memstream... yes
checking for fmemopen... yes
checking for truncate... yes
checking for setsid... yes
checking for pselect... yes
checking for ferror_unlocked... yes
checking for fgets_unlocked... yes
checking for iconv in -liconv... no
checking for libiconv in -liconv... no
checking that iconv requires const qualifier... no
checking SO_PASSCRED flag... yes
checking SIOCINQ flag... yes
checking F_NOTIFY flag... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ExpatVersionInfo in -lexpat... yes
checking that version of the expat library >= 1.95... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compressBound in -lz... yes
checking that version of zlib >= 1.2... yes
checking for gettext in -lintl... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking zip.h usability... yes
checking zip.h presence... yes
checking for zip.h... yes
checking for zip_open in -lzip... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_easy_init in -lcurl... yes
checking uuid/uuid.h usability... no
checking uuid/uuid.h presence... no
checking for uuid/uuid.h... no
checking for uuid_parse in -luuid... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes
checking for elf_begin in -lelf... yes
checking libdwarf/libdwarf.h usability... no
checking libdwarf/libdwarf.h presence... no
checking for libdwarf/libdwarf.h... no
configure: error: in `/home/ejudge/Downloads/ejudge':
configure: error: please install libdwarf development package
See `config.log' for more details

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Проблема: no languages error

Post by cher » 12 October 2014, 20:50

установите libdwarf-devel

AnuarTB
Posts:9
Joined:06 October 2014, 15:06

Re: Проблема: no languages error

Post by AnuarTB » 13 October 2014, 10:12

cher wrote:установите libdwarf-devel
На убунту он вроде называется libdwarf-dev. Даже если установлю, все равно ejudge не видит его

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Проблема: no languages error

Post by cher » 14 October 2014, 15:41

ну тогда нужен полный вывод при выполнении всех действий

еще посмотрите здесь: http://www.codemore.info/2014/10/05/ejudge-ubuntu.html
возможно будет полезно

AnuarTB
Posts:9
Joined:06 October 2014, 15:06

Re: Проблема: no languages error

Post by AnuarTB » 15 October 2014, 10:34

Спасибо я на форуме нашел как ставить libdwarf. Теперь у меня есть установленный ejudge. Только сложность в том что я не умею пользоваться apache. Как я понял там нужно изменить файлы index.html и apache2.conf.

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Проблема: no languages error

Post by cher » 17 October 2014, 12:45

По ссылке выше, кажется, все описано.

Post Reply