bcjordan / serwebproxy

Automatically exported from code.google.com/p/serwebproxy
0 stars 0 forks source link

Issue compiling on RaspberryPi #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sudo make

What is the expected output? What do you see instead?

pi@raspberrypi ~/serwebproxy-1.12 $ sudo make
gcc -Wall -O2 -fomit-frame-pointer -D__UNIX__  -o serwebproxy main.o sio.o 
sock.o thread.o vlist.o cfglib.o config.o string.o pipe.o error.o websocket.o 
http.o  -lpthread -lssl -lcrypto
sock.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make: *** [serwebproxy] Error 1

What version of the product are you using? On what operating system?
1.12

Please provide any additional information below.
I am not sure what the requirements are.
I have already ran the following.

sudo apt-get install build-essential
sudo apt-get install nodejs npm
sudo apt-get install libevent-pthreads-2.0.5
sudo apt-get install libopenthreads-dev

Original issue reported on code.google.com by e...@sadie.za.net on 10 Feb 2014 at 12:51