You are not logged in.
I had texlive installed and working fine all this time.
Then one fine day I installed GIMP along with full system upgrade.
pacman -Syyu gimp
Now when I try to run pdflatex command I get the following error ![]()
pdflatex: error while loading shared libraries: libopenjpeg.so.1: cannot open shared object file: No such file or directory
I checked the content of /usr/lib and found these
libopenjpeg-2.1.3.0.so
libopenjpeg.a
libopenjpeg.so
libopenjpeg.so.2
I hoped reinstalling texlive would fix the problem
pacman -S texlive-core
But Some Errors showedup during installation ...
http://pastebin.com/myGhNxMb
Can someone give any pointers.
Thanks in Advance.
Offline
update your system: pacman -Syu
Offline
That works ... Thanks![]()
Offline