You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my rust project i have used libxml version 0.3.3 and in docker file also i provided some packages related to libxml as per documentation like RUN apt-get install libxml2-dev libxml2 pkg-config
Now when running in kubernetes container it gives following error.
error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
In my rust project i have used libxml version 0.3.3 and in docker file also i provided some packages related to libxml as per documentation like RUN apt-get install libxml2-dev libxml2 pkg-config
Now when running in kubernetes container it gives following error.
error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: