установка ejudge

Обсуждение вопросов, связанных с системой проведения турниров ejudge.
Post Reply
kapka
Posts:4
Joined:26 October 2010, 12:24
установка ejudge

Post by kapka » 26 October 2010, 12:51

Здравствуйте!
Пробую установить ejudge на ubuntu 10.10. Делаю все по инструкции: http://www.ejudge.ru/INSTALL.RUS.txt
На 5 шаге имею:

Code: Select all

ejudge@ejadge:~/ejudge$ ./configure --prefix=/home/ejudge/inst-ejudge  --with-reuse=/home/ejudge/reuse --enable-contests-home-dir=/home/judges --enable-conf-dir=/home/judges/data --enable-cgi-conf-dir=../cgi-data --with-httpd-cgi-bin-dir=/usr/lib/cgi-bin --with-httpd-htdocs-dir=/var/www
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... no
checking for mawk... mawk
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... no
checking for byacc... no
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 flex... no
checking for lex... no
'which' program is not found, please install it.
The package is probably called 'which'.
Что это за пакет и где его взять? Или может проблема в другом?

dk
Posts:129
Joined:25 March 2006, 19:37
Location:Москва, школа 179
Contact:

Re: установка ejudge

Post by dk » 26 October 2010, 21:46

Судя по сообщению, у вас в системе нет команды which.

Если вы не знаете, что такое which и как установить пакет с программой which, то, думаю, вам не следует пытаться устанавливать ejudge.

kapka
Posts:4
Joined:26 October 2010, 12:24

Re: установка ejudge

Post by kapka » 27 October 2010, 09:55

dk wrote:Судя по сообщению, у вас в системе нет команды which.
есть

Code: Select all

# which which
/usr/bin/which
dk wrote:Если вы не знаете, что такое which и как установить пакет с программой which, то, думаю, вам не следует пытаться устанавливать ejudge.
несмотря на мои скудные познания, я все-таки попытаюсь.

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

Re: установка ejudge

Post by cher » 27 October 2010, 20:34

В ближайшее время будет выпущена новая версия, в которой эта ошибка будет исправлена.

Post Reply