vmware / vmware/photon

node cwebp-bin: error while loading shared libraries: libGL.so.1

Open
#1,256 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

not-our-bug
Dominant language
C
Stars
3.2k
Forks
692
PR merge metrics
No merged PRs in 30d

Description

./node_modules/cwebp-bin/vendor/cwebp
/root/actions-runner/_work/elec/elec/node_modules/cwebp-bin/vendor/cwebp: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

ldd ./node_modules/cwebp-bin/vendor/cwebp
	linux-vdso.so.1 (0x00007ffc0b79a000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f0400cf0000)
	libGL.so.1 => not found
	libX11.so.6 => not found
	libXxf86vm.so.1 => not found
	libXi.so.6 => not found
	libm.so.6 => /lib/libm.so.6 (0x00007f0400bab000)
	libc.so.6 => /lib/libc.so.6 (0x00007f04009e3000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f04010fe000)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure from ./node_modules/cwebp-bin/vendor/cwebp and reviewing the listed ldd output. Check how the Photon environment supplies libGL.so.1, libX11.so.6, libXxf86vm.so.1, and libXi.so.1; done means cwebp-bin starts without missing shared-library errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, linux, node.js
Domain
operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.