“mylib_g.so” is a test lib that I wrote. I try start io-net with “DL_DEBUG=1”, and I get those inforamtion:
dlopen(“mylib_g.so”,1024)
load_object: attempt load of mylib_g.so
dlopen: Library cannot be found
mount: Can’t mount / (type io-net)
mount: Possible reason: No such device or address
The lib is over there, but “dlopen” cannot find it. I don’t know what’s wrong. Would you recommend me some documents about io-net? Thank you for your attention.