I send you in attachement a sample project to reproduce
Thanks,
Best regards,
Nicolas
|
yum install -y glibc-devel
yum install -y wget
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/libX11-devel-1.6.7-2.el7.x86_64.rpm yum install libX11-devel //Navigate to web-service project and use the below command
export LD_LIBRARY_PATH=/lib64/
and then executed dotnet run.
|
|
apt-get update && apt-get install -y --allow-unauthenticated libgdiplus libc6-dev libx11-dev
//Navigate to web-service project and use the below command
dotnet run.
|