Topic: installation sur karmic serveur

Bonjour,

Je voudrais installer mysecureshell sur ubuntu 9.10. Le problème est que je ne peux pas l'installer par les packages, pas d'AMD64 si j'ai bien compris. J'ai donc suivi le post pour l'installation manuelle, le problème c'est que j'obtiens

benoit@serveur:~/mysecureshell-1.15$ sudo ./configure && make && ./install.sh fr
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 sed... /bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking whether ln -s works... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... 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 for int32_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
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 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 for strings.h... (cached) 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 for unistd.h... (cached) yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking for sys/param.h... (cached) yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking cygwin/socket.h usability... no
checking cygwin/socket.h presence... no
checking for cygwin/socket.h... no
checking sys/socket usability... no
checking sys/socket presence... no
checking for sys/socket... no
checking for netinet/in.h... (cached) yes
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether closedir returns void... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking whether lstat accepts an empty string... no
checking for unistd.h... (cached) yes
checking for working chown... yes
checking type of array argument to getgroups... gid_t
checking for size_t... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for strftime... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
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 stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for endgrent... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for statfs... yes
checking for statvfs... yes
checking for getgroups... (cached) yes
checking for strlcpy... no
checking for strlcat... no
checking for acl... no
checking for atexit... yes
checking for dup2... yes
checking for endpwent... yes
checking for gettimeofday... yes
checking for memset... yes
checking for mkdir... yes
checking for realpath... yes
checking for regcomp... yes
checking for rmdir... yes
checking for select... yes
checking for connect... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for iconv_open... yes
checking for iconv_close... yes
checking for iconv... yes
checking for acl_get_entry in -lacl... no
checking for OpenSSL_add_all_digests in -lcrypto... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating install.sh
config.status: creating uninstaller.sh
config.status: creating utils/sftp-verif
config.status: creating config.h
config.status: config.h is unchanged
checking for a BSD-compatible install... /usr/bin/install -c

MySecureShell has been configured with the following options:
          Log file: /var/log/sftp-server.log (color: no)
     User binaries: /usr/bin
     Shutdown file: /etc/sftp.shut
Configuration file: /etc/ssh/sftp_config
Compilation flags:

Option supported:
ACL               : no
Remote Admin      : yes
UTF-8 Encoding    : yes

Sftp extension supported:
Disk Usage        : yes
File Hashing      : no
Compile        [main.c]
Assembler messages:
Fatal error: can't create main.o: Permission denied
make: *** [main.o] Error 1

Que puis je faire?

Merci

Benoit

Re: installation sur karmic serveur

Bonjour,

Pas de soucis, la bonne commande était:

sudo ./configure && sudo make && sudo ./install.sh fr

Tout devrait être mieux cette fois smile

Re: installation sur karmic serveur

Bonjour,

Merci beaucoup, c'est impeccable.
Vivement la version packagée smile

Benoit