彭正聪
彭正聪
I also have some problem. use ln -s /lib64/libdl.so.2 /lib64/libdl.so , But it doesn't work in the Docker , I am using Centos 7.3 64bit
when I run install libgdiplus ,I only find libgdiplus.so.0 in /usr/lib64, not find libgdiplus.so ,then I run cd /usr/lib64 ln -s libgdiplus.so.0 gdiplus.dll, but it also dosen't work I am...
why the command yum install libgdiplus dosen't work,must execute the commands you write
I did it according to what you said ``` root@izuf6fv1dbvhuu4bilrjg5z:~# find / -name libgdiplus.so /usr/local/lib/libgdiplus.so /root/libgdiplus/src/.libs/libgdiplus.so root@izuf6fv1dbvhuu4bilrjg5z:~# find / -name gdiplus.dll /usr/lib64/gdiplus.dll ``` but the excption is also existence The...
I according to http://www.mono-project.com/docs/advanced/pinvoke/dllnotfoundexception/ I slove this problem thank for VahidN