I am having problems getting the libwebsockets.so shared library on a 32 bit system.I installed it from the git source on a 64-bit ubuntu without any problem.
I tried to do the same on a 32-bit ubuntu 14.04 VM and 32 bit ubuntu lucid chroot. It failed to generate ".so" file in both the cases.
I even tried installing it via the package "libwebsockets-dev" . The package just installed the header files but ".so" file was still missing.
How can the "libwebsocket.so" be generated through installation ?