From: Serge L. <ser...@gm...> - 2012-03-07 17:05:17
|
yes, you are right. I use the following config line: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-password-save --enable-iproute2 --disable-selinux \ --with-ifconfig-path=/sbin/ifconfig --with-iproute-path=/sbin/ip --with-route-path=/sbin/route || exit 1 Serge On 03/07/2012 05:08 AM, Andrzej Odyniec wrote: > Dear Heiko, > > Next surprise: tonight I tried the router with the new, 64-bit version, and no > OpenVPN tunnel was set up. Meanwhile, a parallel 32-bit negotiates tunnels > with no problem. Records in log are: > >> Mar 7 03:27:07 src@Gibraltar tls-47-05-server[4371]: /usr/sbin/ip link set dev tun2 up mtu 1500 >> Mar 7 03:27:07 src@Gibraltar tls-47-05-server[4371]: Linux ip link set failed: could not execute external program >> Mar 7 03:27:07 src@Gibraltar tls-47-05-server[4371]: Exiting > > Meanwhile, 32-bit version uses path /sbin/ip to iproute and this is ok. > Probably ./configure assumes different paths for different architectures after > --enable-iproute2 so I try now with enforcing path using > --with-iproute-path=/sbin/ip > > I will report, about solving or not this problem. > > Best Regards > |