When you execute the Node.js service you may get an error while loading shared libraries: libXcomposite.so.1: cannot open shared object file: No such file or directory,
It looks like you are missing some Debian/Ubuntu dependencies have to install dependency packages in your machine, you can execute the command below,
sudo apt-get update && apt-get install -y wget --no-install-recommends && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && apt-get update && apt-get install -y google-chrome-unstable fonts-ipafont-gothic --no-install-recommends && rm -rf /var/lib/apt/lists/* && apt-get purge --auto-remove -y curl && rm -rf /src/*.deb
I hope so, it would be fixed this error. If still are you facing same issue again, just comment it.
Comments (0)