macelolaian
(usa Debian)
Enviado em 23/11/2011 - 14:03h
Depois que intalei o compilador, tentei compilar novamente, mas ainda não fiz o make && makeinstall, porque ainda vi algo que parece ser um erro:
1 configure: WARNING: Unrecognized options: --enable-coss-aio-ops, --disable-hostname-checks
2 checking for a BSD-compatible install... /usr/bin/install -c
3 checking whether build environment is sane... yes
4 checking for gawk... no
5 checking for mawk... mawk
6 checking whether make sets $(MAKE)... yes
7 checking whether to enable maintainer-specific portions of Makefiles... no
8 checking for gcc... gcc
9 checking for C compiler default output file name... a.out
10 checking whether the C compiler works... yes
11 checking whether we are cross compiling... no
12 checking for suffix of executables...
13 checking for suffix of object files... o
14 checking whether we are using the GNU C compiler... yes
15 checking whether gcc accepts -g... yes
16 checking for gcc option to accept ISO C89... none needed
17 checking for style of include used by make... GNU
18 checking dependency style of gcc... gcc3
19 checking whether gcc and cc understand -c and -o together... yes
20 checking build system type... i686-pc-linux-gnu
21 checking host system type... i686-pc-linux-gnu
22 checking for pkg-config... false
23 With pthreads
24 Store modules built: aufs null coss
25 coss store used, aio support automatically enabled
26 --enable-heap-replacement is obsolete. please use the new
27 --enable-removal-policies directive instead
28 Removal policies built: lru heap
29 SNMP monitoring enabled
30 ARP ACL lists enabled (ether address)
31 HTCP enabled
32 SSL gatewaying using OpenSSL enabled
33 Using OpenSSL MD5 implementation
34 Forcing epoll() to be enabled
35 Linux-Netfilter Transparent Proxy enabled
36 Disabling Ident Lookups
37 Auth scheme modules built: basic
38 unlinkd enabled
39 checking for egrep... /bin/egrep
40 checking how to run the C preprocessor... gcc -E
41 checking for a BSD-compatible install... /usr/bin/install -c
42 checking for ranlib... ranlib
43 checking whether ln -s works... yes
44 checking for sh... /bin/sh
45 checking for false... /bin/false
46 checking for true... /bin/true
47 checking for rm... /bin/rm
48 checking for mv... /bin/mv
49 checking for mkdir... /bin/mkdir
50 checking for ln... /bin/ln
51 checking for perl... /usr/bin/perl
52 checking for ar... /usr/bin/ar
53 checking for uudecode... no
54 uudecode is required to compile Squid
55 Please install uudecode and then re-run configure
56 root@servidor:/lusca_thunder_install/LUSCA_HEAD-r14371#
Na linha 1, me parece q não reconheceu duas opções.
Na linha 54 e 55 pede pra instalar esse uudecode.
O que fazer?