Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Hi I'm trying to setup RedSocks with Dante. I'm not too familiar with Linux compilation because I mostly use pre-compiled RPM.

I tried to run the MAKE command.

Can someone tell me what to do after running the make command?

RedSocks: http://darkk.net.ru/redsocks/

share|improve this question

closed as off topic by MDMarra, Zoredache, Ward, sam, Sirex Jan 26 '12 at 13:02

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

https://github.com/darkk/redsocks/blob/master/README

Compilation
===========

libevent[5] is required.

gcc and clang are supported right now, other compilers can be used
but may require some code changes.

Compilation is as easy as running `make', there is no `./configure' magic.

GNU Make works, other implementations of make were not tested.

So install libevent, gcc, clang, and gnu make if it isn't installed. Extract the source and run make. You should have a working binary in directory you extracted the source into.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.