FS#72714 - [electron13] Error while loading shared libraries. libvpx.so.6 missing.

Attached to Project: Community Packages
Opened by solonovamax (solonovamax) - Thursday, 11 November 2021, 17:08 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 11 November 2021, 17:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When invoking electron13, the following error is produced:

/usr/lib/electron13/electron: error while loading shared libraries: libvpx.so.6: cannot open shared object file: No such file or directory

libvpx provides /usr/lib/libvpx.so.7, but not libvpx.so.6.
This package needs to be rebuilt against the latest libvpx version.

Additionally, if you symlink libvpx, you get the following error:

/usr/lib/electron13/electron: error while loading shared libraries: libx264.so.161: cannot open shared object file: No such file or directory

Symlinking libx264.so.161 to the latest version produces

/usr/lib/electron13/electron: symbol lookup error: /usr/lib/libavcodec.so.58: undefined symbol: x264_encoder_open_161

so, it cannot be worked around like this.


Additional info:
* package version(s) electron13 13.6.1-1, libvpx 1.11.0-1, x264 3:0.163.r3060.5db6aa6-1.
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:

Invoke the "electron13" command directly from the command line.
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 11 November 2021, 17:12 GMT
Reason for closing:  Not a bug
Additional comments about closing:  You are using unsupported or outdated packages. Use the forums if you need support.

Loading...