Displaying 3 results from an estimated 3 matches for "sikurezza".
2007 Mar 16
2
crypt missing (configure problem)
...m.a ../lib/liblib.a -ldl
../auth/libpassword.a(mycrypt.o)(.text+0x5): In function `mycrypt':
/usr/src/dovecot-1.0.rc27/src/auth/mycrypt.c:20: undefined reference to `crypt'
collect2: ld returned 1 exit status
make[3]: *** [dovecotpw] Error 1
Bye
Fabio
--
Fabio Busatto <fabio.busatto at sikurezza.org>
2003 Jan 24
0
problem with iproute and TEQL over predefinited tables
hi, I''ve encrountred some problem with iproute2...
I''m building a router with kernel 2.4.20 but my script fail when I try to do
a load balancing over a specific traffic, how explained on LARTC for
balance the access between more link we should simple:
ip route add default scope global nexthop via IP1 dev ETH0 weight 1 \
nexthop via IP2 dev ETH1 weight 1
for specific traffic
2003 Jan 31
0
ip route + equalize and related problems ....
root ~ # ip route ls default
10.0.9.200 dev eth1 scope link
10.0.1.200 dev eth2 scope link
10.0.3.200 dev eth4 scope link
10.0.2.200 dev eth3 scope link
default dev eth3 scope link
root ~ # ip route ls table http
default equalize
nexthop dev eth1 weight 1
nexthop dev eth2 weight 1
root ~ # ip route ls table ssh
default equalize
nexthop dev eth1 weight 1