IPMP configuration error
When I try to configure ipmp that will use the default netmask(from /etc/netmasks) I get this error :
#> ifconfig ce1 unplumb
#> ifconfig ce1 plumb
#> ifconfig ce1 node1-ce1-testIP group group0 deprecated netmask + broadcast + -failover up
ld.so.1: ifconfig: fatal: relocation error: file /usr/lib/libCrun.so.1: symbol __1cH__CimplJex_threadMget_thr_data6F_p1_: referenced symbol not found
Killed
When I try to configure ipmp that will use the a special netmask(from /etc/netmasks) it's goes OK:
#> ifconfig ce1 unplumb
#> ifconfig ce1 plumb
#> ifconfig ce1 node1-ce1-testIP group group0 deprecated netmask 255.255.255.0 broadcast IPbroadcast-failover up
SomeOne know what is the problem, with the first choose ?

