buffuloのLS-XHLシリーズにdebianを入れ、fsniperをインストールしようと思っていますが
./configureでエラーが出ます。
root@XXX:/fsniper-1.3.1# ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for ranlib... ranlib
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 for ANSI C header files... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for magic_open in -lmagic... no
configure: error: libmagic not found
何か前進するための知恵をお借りできませんでしょうか?
よろしくお願い致します。
debian:/var/samba/share/fsniper-1.3.1# aptitude show libmagic1
Package: libmagic1
State: installed
Automatically installed: yes
Version: 4.26-1
Priority: standard
Section: libs
Maintainer: Daniel Baumann <daniel@debian.org>
Uncompressed Size: 2474k
Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.3), zlib1g (>= 1:1.1.4)
Suggests: file
Description: File type determination library using "magic" numbers
This library can be used to classify files according to magic number tests. It implements
the core functionality of the file command.
Homepage: http://www.darwinsys.com/file/
以上のようにlibmagic1等は入っている状態なのですが、同じところで止まります。
ubuntu9.04ではaptitude install fsniperですんなり入るのですが、armel環境で何かあるのでしょうか・・・
よろしくお願い致します。
お礼
ありがとうございました。 ただの開発環境が無かっただけのようでした。
補足
debian:/var/samba/share/fsniper-1.3.1# aptitude show libmagic1 Package: libmagic1 State: installed Automatically installed: yes Version: 4.26-1 Priority: standard Section: libs Maintainer: Daniel Baumann <daniel@debian.org> Uncompressed Size: 2474k Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.3), zlib1g (>= 1:1.1.4) Suggests: file Description: File type determination library using "magic" numbers This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Homepage: http://www.darwinsys.com/file/ 以上のようにlibmagic1等は入っている状態なのですが、同じところで止まります。 ubuntu9.04ではaptitude install fsniperですんなり入るのですが、armel環境で何かあるのでしょうか・・・ よろしくお願い致します。