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
error while loading shared libraries: libsocket.so: cannot open shared object file: No such file or directory
i got this while run compiled example.
i'm sure libsocket.so was located at /usr/lib
this is my compile command. gcc -Wall -g -std=gnu99 -L/usr/lib -lsocket http.c -o app
my system is centos 7,
The text was updated successfully, but these errors were encountered:
error while loading shared libraries: libsocket.so: cannot open shared object file: No such file or directory
i got this while run compiled example.
i'm sure libsocket.so was located at /usr/lib
this is my compile command.
gcc -Wall -g -std=gnu99 -L/usr/lib -lsocket http.c -o app
my system is centos 7,
The text was updated successfully, but these errors were encountered: