LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How to configure Proxychains slackware 14.0 (https://www.linuxquestions.org/questions/slackware-14/how-to-configure-proxychains-slackware-14-0-a-4175486903/)

pramono 12-04-2013 08:20 PM

How to configure Proxychains slackware 14.0
 
hello slackers. i have a problem with Proxychains. i don't found file configurations in /etc/proxychains.conf. well what should i do ? i already install the proxychain of

http://slackbuilds.org/repository/14...k/proxychains/

but the file configuration proxychains i don't found. i was read a doc of proxychains. but i still do not understand. can anybody help me ?

thanks slackerss

mancha 12-04-2013 09:41 PM

Three quick comments (comment #3 answers your question)...
  1. It seems SBo offers proxychains-ng sourcecode (a fork by rofl0r) yet links the original proxychains homepage. Also, the source file linked by SBo is from a private repo rather than upstream. You might want to contact GPLeo (proxychains maintainer) so he can update the links.

  2. If you visit proxychains-ng's homepage, you'll notice the current version is 4.6. I recommend you use that.

  3. As to why you have no configuration file, the slackbuild isn't installing it. To remedy, add the line "make install-config DESTDIR=$PKG" just under make install. It should look like this (line to be added in red):

Code:

  --build=$ARCH-slackware-linux \
  --host=$ARCH-slackware-linux

make
make install DESTDIR=$PKG
make install-config DESTDIR=$PKG

find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
  | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

--mancha

pramono 12-08-2013 05:26 PM

Quote:

Originally Posted by mancha (Post 5075669)
Three quick comments (comment #3 answers your question)...
  1. It seems SBo offers proxychains-ng sourcecode (a fork by rofl0r) yet links the original proxychains homepage. Also, the source file linked by SBo is from a private repo rather than upstream. You might want to contact GPLeo (proxychains maintainer) so he can update the links.

  2. If you visit proxychains-ng's homepage, you'll notice the current version is 4.6. I recommend you use that.

  3. As to why you have no configuration file, the slackbuild isn't installing it. To remedy, add the line "make install-config DESTDIR=$PKG" just under make install. It should look like this (line to be added in red):

Code:

  --build=$ARCH-slackware-linux \
  --host=$ARCH-slackware-linux

make
make install DESTDIR=$PKG
make install-config DESTDIR=$PKG

find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
  | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

--mancha

thanks mancha. your tips is work.
thanks for help me :)


All times are GMT -5. The time now is 11:57 PM.