Hoi
ik zit nu al 2 dagen te klooien met amavis-perl icm met postfix en het wil maar niet lukken
Ik heb Release 4.6 draaien en heb gister nog ge cvsupt en een make world gedaan.
dit is de foutmelding die ik krijg:
Alle Benodigde perl modules zijn geinstalleerd, dat weet ik zeker.
in de config.log staat ook niks interessants:
Ik ben een beetje gaan zoeken op google en freebsd.org en heb gezien dat het probleem vaker voorkomt, maar heb niet gezien hoe het is op te lossen??
Iemand een idee?
ik zit nu al 2 dagen te klooien met amavis-perl icm met postfix en het wil maar niet lukken
Ik heb Release 4.6 draaien en heb gister nog ge cvsupt en een make world gedaan.
dit is de foutmelding die ik krijg:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| make
===> Configuring for amavis-perl-11
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets ${MAKE}... yes
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for gcc... cc
checking whether the C compiler (cc -O -pipe ) works... yes
checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking dependency style of cc... none
checking for perl... /usr/bin/perl
checking for perl modules...
module not found in path: 'Archive/Zip'.
configure: error: You are missing some perl modules. Please check the README
===> Script "configure" failed unexpectedly.
Please report the problem to svenasse@polaris.ca [maintainer] and attach
the "/usr/ports/security/amavis-perl/work/amavis-perl-11/config.log"
including the output of the failure of your make command. Also, it might
be a good idea to provide an overview of all packages installed on your
system (e.g. an `ls /var/db/pkg`).
*** Error code 1
Stop in /usr/ports/security/amavis-perl. |
Alle Benodigde perl modules zijn geinstalleerd, dat weet ik zeker.
in de config.log staat ook niks interessants:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:637: checking for a BSD compatible install
configure:690: checking whether build environment is sane
configure:762: checking for mawk
configure:762: checking for gawk
configure:762: checking for nawk
configure:762: checking for awk
configure:792: checking whether make sets ${MAKE}
configure:911: checking whether make sets ${MAKE}
configure:956: checking for a BSD compatible install
configure:1011: checking for gcc
configure:1124: checking whether the C compiler (cc -O -pipe ) works
configure:1140: cc -o conftest -O -pipe conftest.c 1>&5
configure:1166: checking whether the C compiler (cc -O -pipe ) is a cross-compiler
configure:1171: checking whether we are using GNU C
configure:1180: cc -E conftest.c
configure:1199: checking whether cc accepts -g
configure:1232: checking how to run the C preprocessor
configure:1253: cc -E conftest.c >/dev/null 2>conftest.out
configure:1319: checking dependency style of cc
configure:1380: checking for perl
configure:1420: checking for perl modules |
Ik ben een beetje gaan zoeken op google en freebsd.org en heb gezien dat het probleem vaker voorkomt, maar heb niet gezien hoe het is op te lossen??
Iemand een idee?