[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: как найти нужный *deb ?



On Fri, Jun 01, 2001 at 12:59:04AM +0400, Gleb Galkin wrote:
> 
>      Hi All!
> 
>    Вот такой вот вопрос... захотелось мне mutt пересобрать
> (с --disable-nls)... 
>    Начинаю пересобирать ... говорю 
> 
> mesweethome:~/tmp/TEST/mutt-1.3.18# debian/rules build
> CC=cc ISPELL=/usr/bin/ispell \
> SENDMAIL=/usr/sbin/sendmail PERL=/usr/bin/perl \
> make -f debian/sys-build.mk source.command SOURCE_CMD=" \
> ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
>     --with-sharedir=/usr/share/mutt --with-docdir=/usr/share/doc \
>     --with-mailpath=/var/mail \
>     --disable-nls --enable-fcntl --enable-pop --enable-imap  \
>     --with-pgp --with-mixmaster --with-ncurses --with-sasl \
> "
> make[1]: Entering directory `/root/tmp/TEST/mutt-1.3.18'
> 
> [skip]
> 
> checking for initscr in -lncurses... (cached) no
> checking for initscr in -lxcurses... no
> checking for initscr in -ljcurses... no
> checking for initscr in -lunknown... no
> configure: error: no curses library found
> make[1]: *** [source.command] Ошибка 1
> make[1]: Leaving directory `/root/tmp/TEST/mutt-1.3.18'
> make: *** [debian/stampdir/configure] Ошибка 2
> 
>  Пакет libncurses5 установлен. Как мне узнать какого именно пакета недостает 
>  для успешной сборки? Меня не столько интересует mutt сколько методика
>  работы с пакетами в debian.
> 

Посмотреть на Build-Depends и установить libncurses5-dev

-- 
dg



Reply to: