Bonjour,
Je cherche à installer BB sur ma machine sous FC6. J'ai avant installé aalib via yum.
N'ayant pas trouvé de paquet bb via yum, j'ai tenté de le compiler à partir des sources. Cela donne :
[root@localhost bb-1.2]# ./configure
loading cache ./config.cache
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 a BSD compatible install... /usr/bin/install -c
checking for uname... Linux
checking for uname... i686
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking whether make sets ${MAKE}... yes
checking for X... libraries , headers
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
--------------------------------------------------------
Library AA-lib is required for BB!
Please download it from ftp.ta.jcu.cz:/pub/aa
Install AA-lib into /usr/local/.. tree or just compile in same
directory as bb
J'ai cherché, mais je n'ai pas trouvé de solution. J'ai également tenté de trouver un rpm contenant BB sur internet, dont un que le tente d'installer :
[root@localhost ~]# rpm -i bb-1.3-356.i586.rpm
erreur: Dépendances requises:
libslang-utf8.so.1 est nécessaire pour bb-1.3-356.i586
Sauf qu'une version plus récente (
le paquetage slang-2.0.6-3 (plus récent que slang-1.4.9-17) est déjà installé) est déjà installée...
Je bloque là...