Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue compiling on RaspberryPi #3

Open
GoogleCodeExporter opened this issue Sep 7, 2015 · 0 comments
Open

Issue compiling on RaspberryPi #3

GoogleCodeExporter opened this issue Sep 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant