You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 10 Feb 2014 at 12:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Feb 2014 at 12:51The text was updated successfully, but these errors were encountered: