sslsplit for Tahrpup

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

sslsplit for Tahrpup

#1 Post by fabrice_035 »

hi,

Anyone can compile for Tarhpup sslsplit ?

The source is here https://www.roe.ch/SSLsplit

I have tried with .deb (sslsplit_0.4.11+dfsg-2_i386.deb) but...

Code: Select all

sslsplit: error while loading shared libraries: libcrypto.so.1.0.2: cannot open shared object file: No such file or directory
and if i copy libcrypto.so.1.0.2 it say

Code: Select all

sslsplit: /usr/lib/libssl.so.1.0.2: version `OPENSSL_1.0.2d' not found (required by sslsplit)
and

Code: Select all

root# openssl version -a
OpenSSL 1.0.1f 6 Jan 2014
built on: Mon Apr  7 21:20:02 UTC 2014
platform: debian-i386
options:  bn(64,32) rc4(8x,mmx) des(ptr,risc1,16,long) blowfish(idx) 
compiler: cc -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
OPENSSLDIR: "/usr/lib/ssl"
:x
Thanks for help me.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#2 Post by 666philb »

hi fabrice_035,

have a go at compiling it .... install the devx.sfs, grab the sslsplit-tar.bz from your link and extract. then open a terminal in the extracted folder and

Code: Select all

make
make install
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#3 Post by fabrice_035 »

666philb wrote:hi fabrice_035,

have a go at compiling it .... install the devx.sfs, grab the sslsplit-tar.bz from your link and extract. then open a terminal in the extracted folder and

Code: Select all

make
make install
Thanks for help, make / make install, the good way :wink:

Post Reply