LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   proxychains install problem (https://www.linuxquestions.org/questions/linux-software-2/proxychains-install-problem-188383/)

saag 06-01-2004 06:56 AM

proxychains install problem
 
Hi all

if anyone has an idea about the problem i have with installing proxychains 2.1. I would be bloody happy..Been at this for a few days now and need someone to resolve it for me...

done ./configure and got this on make :

cd . && aclocal
cd . && \
automake --foreign Makefile
cd . && autoconf
aclocal.m4:550: error: m4_defn: undefined macro: _m4_divert_diversion
autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
aclocal.m4:550: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1


I tried looking through makefile for the problem but !!!

many thanks for anyone who knows this....would be nice to see what the final thing can do after all the bother and blood pressure ..

saag 06-02-2004 02:01 PM

one last try

ylance 12-03-2005 01:07 AM

a simple decision
 
look at this script:

#/usr/bin/bash
cd /usr/src/proxychains-2.1/proxychains
gcc -O0 -g -DVERSION=\"1.\"1 -shared -o libproxychains.so libproxychains.c core.c
gcc -O0 -g -DVERSION=\"1.\"1 -o proxychains main.c
cp ./libproxychains.so /usr/lib
cp ./proxychains /usr/bin


I saw this idea at one forum (but now i don't remember where,and cannot find it ) - this is just compiling without any automake at all :) .
I got it! That small script compiled proxychains for me greatly, may be it will help you too?


All times are GMT -5. The time now is 03:26 AM.