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
Hi,
I'm probably missing something stupid, but i'm trying to develope a software using seasocks for websocket.
I followed steps in tutorial to install the library and "build/src/app/c/ws_test" works correctly.
Now I started to copy the "ws_test.cpp" code to a file in other directory to test what to do to compile myown software using libsockets libs.
The "make" command compile without errors and create serverws executable, but when I try to execute I get: "error while loading shared libraries: libsockets.so.1.4.3 cannot open shared object file: No such file or directory".
I used the same kind of makefile for a lot of project without problems.
Someone can help me?
Alessandro
The text was updated successfully, but these errors were encountered:
Hi,
I'm probably missing something stupid, but i'm trying to develope a software using seasocks for websocket.
I followed steps in tutorial to install the library and "build/src/app/c/ws_test" works correctly.
Now I started to copy the "ws_test.cpp" code to a file in other directory to test what to do to compile myown software using libsockets libs.
THIS IS MY MAKEFILE:
The "make" command compile without errors and create serverws executable, but when I try to execute I get: "error while loading shared libraries: libsockets.so.1.4.3 cannot open shared object file: No such file or directory".
I used the same kind of makefile for a lot of project without problems.
Someone can help me?
Alessandro
The text was updated successfully, but these errors were encountered: