Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 11/12/2005, à 14:58

Manulmalin

Probleme a l'installation de Wire (Zanka software)

Salut a tous

Je suis sous Ubuntu 5.10

Voila j'ai un soucis avec Wire http://www.zankasoftware.com/wired/

J'ai installé tout ce qui était prés requis :

    1. OpenSSL Library
       http://www.openssl.org/source/
   
    2. GNU libiconv
       http://www.gnu.org/software/libiconv/
   
    3. GNU readline
       http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html

J'ai téléchargé l'archive que j'ai décompréssé sur mon bureau

J'ai tapé ./configure :

manu@ubuntu:~/Desktop/wire-1.0.2$ sudo ./configure
Password:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking whether to enable warnings... no
checking for mv... mv
checking for cp... cp
checking for rm... rm
checking for mkdir... mkdir
checking for chmod... chmod
checking for tar... tar
checking for sed... sed
checking for cut... cut
checking for find... find
checking for xargs... xargs
checking for openssl... openssl
checking for pow... no
checking for main in -lm... yes
checking for setsockopt... yes
checking for gethostent... yes
checking for inet_aton... yes
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 openssl/sha.h usability... yes
checking openssl/sha.h presence... yes
checking for openssl/sha.h... yes
checking for main in -lcrypto... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for main in -lssl... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for main in -liconv... no
checking for iconv... yes
checking if iconv understands Unicode... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking for tgoto... no
checking for tgoto in -ltermcap... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for main in -lreadline... yes
checking for rl_completion_matches... yes
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for size_t... yes
checking whether optreset is declared... no
checking whether closedir returns void... no
checking for _LARGEFILE_SOURCE value needed for large files... 1
checking for fseeko... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for mkdir... yes
checking for realpath... yes
checking for regcomp... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strchr... yes
checking for strlcat... no
checking for strlcpy... no
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strsep... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoull... yes
checking for uname... yes
checking for vasprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating wire/Makefile
config.status: creating config.h
config.status: config.h is unchanged
manu@ubuntu:~/Desktop/wire-1.0.2$

Et c'est en tapant make :

manu@ubuntu:~/Desktop/wire-1.0.2$ sudo make
Password:
Making all in wire
make[1]: entrant dans le répertoire « /home/manu/Desktop/wire-1.0.2/wire »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/manu/Desktop/wire-1.0.2/wire »

Puis make install:

manu@ubuntu:~/Desktop/wire-1.0.2$ sudo make install
Making all in wire
make[1]: entrant dans le répertoire « /home/manu/Desktop/wire-1.0.2/wire »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/manu/Desktop/wire-1.0.2/wire »
/usr/bin/install -c -m 644 man/wire.1 /usr/local/man/man1/
/usr/bin/install: ne peut créer le fichier régulier `/usr/local/man/man1/': est un répertoire
make: *** [install-man] Erreur 1
manu@ubuntu:~/Desktop/wire-1.0.2$

C'est la que ca bloque et je sais plus quoi faire

si quelqu'un a une idée ça serait sympas de m'en faire part

Merci roll

#2 Le 11/12/2005, à 15:35

Manulmalin

Re : Probleme a l'installation de Wire (Zanka software)

Up !