Is mylib.sl your library I take it?
Is your library perhaps calling a function called shlinit()
at any point? If not more probably another library function that your code, or the application code, is calling then goes on to call shlinit()
.
shlinit()
is obviously implemented in another library that you do not have installed or is not installed in the correct place or somewhere your dynamic link path points to.
You need to find which library implements that function and ensure it is correctly installed.
A quick Google search gives the following link which may be useful, but now I have to go:
unresolved symbol: __shlinit during shlload()