You are not logged in.

#1 2017-12-24 04:48

fasn
Member
Registered: 2017-09-09
Posts: 21

makefile problem

i'm using .install.sh file when i install softether vpn client , i got the error afther some "agreement'


/usr/bin/ld: lib/libz.a(zutil.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libz.a(inflate.o): relocation R_X86_64_32 against symbol `zcalloc' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libz.a(inftrees.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libz.a(inffast.o): relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libz.a(crc32.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libintelaes.a(intel_aes.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: 最后的链结失败: 输出不可表示的节
collect2: error: ld returned 1 exit status
Makefile:18: recipe for target 'i_read_and_agree_the_license_agreement' failed
make: *** [i_read_and_agree_the_license_agreement] Error 1
k@shab:~/vpnclient$ relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
> /usr/bin/ld: 最后的链结失败: 输出不可表示的节
> collect2: error: ld returned 1 exit status
> Makefile:18: recipe for target 'i_read_and_agree_the_license_agreement' failed
> make: *** [i_read_and_agree_the_license_agreement] Error 1

Offline

#2 2017-12-24 05:21

jackdanielsesq
Member
From: Phuket
Registered: 2017-12-19
Posts: 149

Re: makefile problem

最后的链结失败: 输出不可表示的节 - truncated

Regards

Jack

Offline

#3 2017-12-24 11:38

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,223
Website

Re: makefile problem

@fasn
Please specify more exactly, where do you download the install script from and how do you proceed the install process ?

Offline

#4 2017-12-24 12:53

fasn
Member
Registered: 2017-09-09
Posts: 21

Re: makefile problem

q4osteam wrote:

@fasn
Please specify more exactly, where do you download the install script from and how do you proceed the install process ?


there

http://www.softether-download.com/files … bit.tar.gz


i download and tar xvf it. then i cd to the dir and then i run bash .install.sh

Offline

Board footer

Powered by FluxBB