You are not logged in.

#1 2012-07-28 20:38:36

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

free vpn

does anybody know a free vpn for archlinux i'm messing around with gopenvpn but getting "errors"

regards

Offline

#2 2012-07-28 21:18:19

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,501

Re: free vpn

openVPN should work.  I've not tried any GUI front ends.  Care to expand upon 'errors"

Can you expand upon "free".  Free is in Libre, or Free as in Freedom.  In other words, do you have issues with the openVPN license?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2012-07-28 22:07:52

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: free vpn

git clone git://gopenvpn.git.sourceforge.net/gitroot/gopenvpn/gopenvpn.git

   $ cd gopenvpn
   $ autoreconf -vi

[greglee@myhost gopenvpn]$ autoreconf -vi
autoreconf: Entering directory `.'
autoreconf: running: autopoint
Copying file ABOUT-NLS
Copying file ./config.rpath
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
automake: warnings are treated as errors
configure.ac:25: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed.
configure.ac:25: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:25: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:23: installing './install-sh'
configure.ac:23: installing './missing'
src/Makefile.am: installing './depcomp'
autoreconf: automake failed with exit status: 1             <------- ERROR
[greglee@myhost gopenvpn]$ 

   $ ./configure
   $ make

free as in free of use "with normally the advertising part" i hope that solves any questions

regards

[EDIT; currently trying http://openvpn.net/index.php/open-sourc … oads.html]

YUP GOT MY MISTAKE gopenvpn is the GUI part

(!#@*))

Last edited by gregor (2012-07-28 22:23:44)

Offline

#4 2012-07-28 22:15:28

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,501

Re: free vpn

What is wrong with the AUR package?

ewaller@odin-wireless:~ 1001 %packer -Ss gopenvpn
aur/gopenvpn-svn 7-1 (45)
    OpenVPN GTK front-end (mainly for Gnome)
ewaller@odin-wireless:~ 1002 %

And, sorry, I don't understand

free as in free of use "with normally the advertising part"


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#5 2012-07-28 22:29:14

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: free vpn

i checked the AUR but the package is out of date ,so i assumed.........

Offline

#6 2012-07-28 22:35:03

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: free vpn

i downloaded the PKGBUILD from AUR

/usr/bin/ld: note: 'XUngrabServer' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: fout: ld gaf exit-status 1 terug
make[2]: *** [gopenvpn] Fout 1
make[2]: Map '/home/greglee/AUR/gopenvpn-svn/src/gopenvpn-build/src' wordt verlaten
make[1]: *** [all-recursive] Fout 1
make[1]: Map '/home/greglee/AUR/gopenvpn-svn/src/gopenvpn-build' wordt verlaten
make: *** [all] Fout 2
==> ERROR: A failure occurred in build().
    Aborting...

[greglee@myhost gopenvpn-svn]$ 

got this error

Offline

#7 2012-07-28 23:21:52

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: free vpn

Ehmm.. no. pacman -Syu openvpn is what you're looking for.

Offline

#8 2012-07-28 23:38:36

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: free vpn

openvpn is installed the -GUI isn't got some config errors ....gonna try openvpn without -GUI

Offline

Board footer

Powered by FluxBB