OpenVPN plugin



Hi,

I was trying to get OpenVPN plugin to work, but I had some problems.

When I was trying to select VPN Connections-> Configure VPN I had a windows like message to contact my administrator.

Running applet from the console was giving me the following error message:

* (nm-vpn-properties:5638): WARNING **: Cannot open module '/usr/${LIB}/libnm-openvpn-properties'

Please check attached patch.

--- nm-openvpn-service.name.in~	2008-06-07 15:32:51.000000000 +0100
+++ nm-openvpn-service.name.in	2008-06-07 15:31:46.000000000 +0100
@@ -5,5 +5,5 @@
 
 [GNOME]
 auth-dialog= LIBEXECDIR@/nm-openvpn-auth-dialog
-properties= PREFIX@/${LIB}/libnm-openvpn-properties
+properties= LIBDIR@/libnm-openvpn-properties
 
 
--- Makefile.am~	2008-06-07 16:07:27.000000000 +0100
+++ Makefile.am	2008-06-07 16:07:27.000000000 +0100
@@ -25,7 +25,7 @@
 nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in Makefile
 	sed	-e 's|[ ]BINDIR[@]|$(bindir)|g' \
 		-e 's|[ ]LIBEXECDIR[@]|$(libexecdir)|g' \
-		-e 's|[ ]PREFIX[@]|$(prefix)|g' \
+		-e 's|[ ]LIBDIR[@]|$(libdir)|g' \
 		< $(srcdir)/nm-openvpn-service.name.in \
 		> nm-openvpn-service.name
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]