You are not logged in.

#1 2016-03-17 01:35:35

Joel
Member
From: Tijuana, BC, México
Registered: 2011-12-21
Posts: 122

Opera doesn't open because it doesn't find libffmpeg.so

Error returned:

/usr/lib/opera/opera: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory

* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with xfce4.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with xfce4.
* AUR contributor.

Offline

#2 2016-03-17 01:40:28

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,723

Re: Opera doesn't open because it doesn't find libffmpeg.so

It appears that lib should be in /usr/lib/opera/. Is it not?

Offline

#3 2016-03-17 01:41:35

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Opera doesn't open because it doesn't find libffmpeg.so

pacman -Syyu

Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2016-03-17 01:44:01

Joel
Member
From: Tijuana, BC, México
Registered: 2011-12-21
Posts: 122

Re: Opera doesn't open because it doesn't find libffmpeg.so

Scimmia wrote:

It appears that lib should be in /usr/lib/opera/. Is it not?

Yes, it's there and this files:

libEGL.so  libffmpeg.so  libfreetype.so.6  libGLESv2.so  libmalloc_wrapper.so  libmojo_public_test_support.so

* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with xfce4.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with xfce4.
* AUR contributor.

Offline

#5 2016-03-17 01:45:03

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,723

Re: Opera doesn't open because it doesn't find libffmpeg.so

As jwr implied, are you up to date?

Offline

#6 2016-03-17 01:45:31

Joel
Member
From: Tijuana, BC, México
Registered: 2011-12-21
Posts: 122

Re: Opera doesn't open because it doesn't find libffmpeg.so

jasonwryan wrote:
pacman -Syyu

Moving to NC...

System updated, right now hitted.

[joel@foo lib]$ sudo pacman -Syuu
:: Sincronizando las bases de datos de los paquetes…
 core está actualizado
 extra está actualizado
 community está actualizado
:: Iniciando actualización completa del sistema…
...el sistema ya está actualizado.
[joel@foo lib]$ 

* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with xfce4.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with xfce4.
* AUR contributor.

Offline

#7 2016-03-17 01:46:16

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,723

Re: Opera doesn't open because it doesn't find libffmpeg.so

And your mirror is up to date? What version of the opera package are we talking about?

Offline

#8 2016-03-17 01:48:16

Joel
Member
From: Tijuana, BC, México
Registered: 2011-12-21
Posts: 122

Re: Opera doesn't open because it doesn't find libffmpeg.so

Scimmia wrote:

And your mirror is up to date? What version of the opera package are we talking about?

community/opera 36.0.2130.32-2 [instalado]
    A fast and secure web browser

* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with xfce4.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with xfce4.
* AUR contributor.

Offline

#9 2016-03-17 01:53:14

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,723

Re: Opera doesn't open because it doesn't find libffmpeg.so

i686 or x86_64? From what I can see, the 64 bit version is fine, but I haven't checked the 32 bit.

Last edited by Scimmia (2016-03-17 01:53:24)

Offline

#10 2016-03-17 01:55:54

Joel
Member
From: Tijuana, BC, México
Registered: 2011-12-21
Posts: 122

Re: Opera doesn't open because it doesn't find libffmpeg.so

Scimmia wrote:

i686 or x86_64? From what I can see, the 64 bit version is fine, but I haven't checked the 32 bit.

Oh, yeah, sorry. Is i686 arch. Checking in Arch opera package detatils I have current one.


* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with xfce4.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with xfce4.
* AUR contributor.

Offline

#11 2016-03-17 02:09:39

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,723

Re: Opera doesn't open because it doesn't find libffmpeg.so

Well the rpath on the 32 bit binary looks correct, but I'm not going to be able to actually test it.

Offline

#12 2016-03-18 19:32:43

zorro
Member
Registered: 2011-11-18
Posts: 47

Re: Opera doesn't open because it doesn't find libffmpeg.so

I use 32-bit Opera and corrected the fault by creating a text file, as root, called /etc/ld.so.conf.d/ffmpeg.conf containing this one line

/usr/lib/opera/lib/

Then registered the library path with

#ldconfig

Opera now starts as expected

Offline

#13 2016-03-18 23:37:49

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,723

Re: Opera doesn't open because it doesn't find libffmpeg.so

If that's required, something is not right with the rpath. I suggest filing a bug report.

Offline

#14 2016-03-20 11:17:21

zorro
Member
Registered: 2011-11-18
Posts: 47

Re: Opera doesn't open because it doesn't find libffmpeg.so

I have reported the bug upstream.

Last edited by zorro (2016-03-20 11:17:45)

Offline

Board footer

Powered by FluxBB