gcc -fPIC -shared -o libstr.so.1 string.c

ldconfig /root/c2/qinr

ldconfig -p | grep libstr.so



.a .so动态静态链接库_随笔