Kenny Wang
Kenny Wang
here is output on your comment. ulia> using Libdl julia> filter!(lib -> occursin("glib", lib),dllist()) String[]
here is output on terminal, did you findout any information? ===terminal=== [kennyw@localhost lib64]# ls -al libglib* lrwxrwxrwx. 1 root root 23 Aug 10 23:36 libglib-2.0.so -> libglib-2.0.so.0.5600.4 lrwxrwxrwx. 1 root...
add another information , === julia> @show ENV["LD_LIBRARY_PATH"] ENV["LD_LIBRARY_PATH"] = "/usr/lib64:/usr/local/lib:/usr/lib" "/usr/lib64:/usr/local/lib:/usr/lib" julia> filter!(lib -> occursin("perl", lib),dllist()) String[] julia>
julia> @show ENV["LD_LIBRARY_PATH"] ENV["LD_LIBRARY_PATH"] = "/usr/lib64:/usr/local/lib:/usr/lib" "/usr/lib64:/usr/local/lib:/usr/lib" julia> filter!(lib -> occursin("glib", lib),dllist()) String[]
here is output while launch julia ====== kennyw@localhost ~/Documents]$ echo $LD_LIBRARY_PATH /usr/lib64:/usr/local/lib:/usr/lib [kennyw@localhost ~/Documents]$ setenv LD_LIBRARY_PATH "" [kennyw@localhost ~/Documents]$ echo $LD_LIBRARY_PATH [kennyw@localhost ~/Documents]$ whoami kennyw [kennyw@localhost ~/Documents]$ julia _ _...