Open GoogleCodeExporter opened 9 years ago
If you feel like giving it a try with the GUI, try my guide. The text is in
french, but the pictures are self-explanatory (and in English).
http://antoinecampeau.net/vpn/
Original comment by antoinec...@gmail.com
on 15 Oct 2014 at 9:24
Hello, i'm having a problem compiling / make.
Im running this on Debian "Jessy" 7, Raspberry Pi 2.
This is my error:
--------------
Preparing SoftEther VPN Server...
ranlib lib/libcharset.a
ranlib lib/libcrypto.a
ranlib lib/libedit.a
ranlib lib/libiconv.a
ranlib lib/libncurses.a
ranlib lib/libssl.a
ranlib lib/libz.a
ranlib code/vpnserver.a
gcc code/vpnserver.a -O2 -fsigned-char -pthread -lm -ldl -lrt -lpthread -L./
lib/libssl.a lib/libcrypto.a lib/libiconv.a lib/libcharset.a lib/libedit.a
lib/libncurses.a lib/libz.a -o vpnserver
/usr/bin/ld: kan ikke finde crt1.o: Ingen sådan fil eller filkatalog
/usr/bin/ld: kan ikke finde crti.o: Ingen sådan fil eller filkatalog
/usr/bin/ld: kan ikke finde -lm
/usr/bin/ld: kan ikke finde -ldl
/usr/bin/ld: kan ikke finde -lrt
/usr/bin/ld: kan ikke finde -lpthread
collect2: error: ld returned 1 exit status
Makefile:18: recipe for target 'i_read_and_agree_the_license_agreement' failed
make[1]: *** [i_read_and_agree_the_license_agreement] Error 1
make[1]: Leaving directory '/root/vpnserver'
-------------
I've hardly ever had the need to compile on unix other than php / nginx, so i'm
very new to this.
My system is of course different than yours, but i thought same in principle.
I've checked that ld and such are working when called like this: ld, however
their location is not in /usr/bin/... Is there anyway i can overwrite and bind
the bin's ?
Thanks for your time, im just asking for a point in the right direction.
Original comment by andrevie...@gmail.com
on 2 Apr 2015 at 4:03
Hello again, i fiddled with it trying the other arm version (non legacy) still
didn't work. But alas my problem was just that i hadn't moved my vpnserver
folder to /usr/local/vpnserver, after that Make worked like a charm.
Now waiting to set up bridge until i can be physically next to the server :) I
might report back
Original comment by andrevie...@gmail.com
on 2 Apr 2015 at 4:53
If you need help just ask!
Original comment by antoinec...@gmail.com
on 2 Apr 2015 at 9:15
Original issue reported on code.google.com by
antoinec...@gmail.com
on 15 Oct 2014 at 9:20Attachments: