[Openvpn-devel] LD Errors / vpn_connect or vpn_init

2020-09-16 Thread John A
Hey y'all, I am new to this list and have been on listservs/majordomos since the mid-90s. I visit here today to ask and hopefully receive an answer. I have errors of undefined references such as: /tmp/ccDkPqm5.ltrans7.ltrans.o: In function `vpn_init()': :(.text+0x1051): undefined reference to `o

[Openvpn-devel] Connect scripts failing with variables (glibc detected double free or corruption)

2005-12-31 Thread John A. Sullivan III
quot;$PEER_ADDR" -j RETURN ;; * ) echo "Needed action parameter not passed to iptables - aborting connection!!!!!" exit 13 ;; esac What in the world is going on! Thanks - John PS - openvpn-2.1 beta7 on Fedora Core 3 in a Xe

[Openvpn-devel] Connect scripts failing with variables (glibc detected double free or corruption)

2005-12-31 Thread John A. Sullivan III
VPN_ALLOW 1 -s "$PEER_ADDR" -j RETURN ;; "D" ) $IPT -D VPN_ALLOW -s "$PEER_ADDR" -j RETURN ;; * ) echo "Needed action parameter not passed to iptables - aborting connection!!!!!&quo