Results 1 to 5 of 5

Thread: Some applications say libwayland-egl.so.1 missing

  1. #1
    Join Date
    Feb 2007
    Location
    L'Hospitalet de Llobregat
    Beans
    2,270
    Distro
    Ubuntu

    Some applications say libwayland-egl.so.1 missing

    In my Trusty installation, if I enter "cheese" in the terminal I get:

    cheese: error while loading shared libraries: libwayland-egl.so.1: cannot open shared object file: No such file or directory

    totem is giving me the same

    Anybody else? I haven't seen any bug reported on this (I reported one on totem https://bugs.launchpad.net/ubuntu/+s...m/+bug/1288875).
    Catalan Team: Tingueu presents les normes d'or : poseu un títol entenedor i apropiat ; digueu quina versió i variant d'Ubuntu feu servir i a quina màquina; i què heu provat abans de demanar ajut. Si s'ha resolt, marqueu [Solved].

  2. #2
    Join Date
    Feb 2007
    Location
    L'Hospitalet de Llobregat
    Beans
    2,270
    Distro
    Ubuntu

    Re: Some applications say libwayland-egl.so.1 missing

    Looking around in Launchpad I found

    https://bugs.launchpad.net/kubuntu-ppa/+bug/1206371

    Basically the same was happening with kwin in an upgrade from 13.04 to 13.10. The following workaround worked for me:

    Code:
    sudo ln -s /usr/lib/x86_64-linux-gnu/mesa-egl/libwayland-egl.so.1 /usr/lib/libwayland-egl.so.1
    Catalan Team: Tingueu presents les normes d'or : poseu un títol entenedor i apropiat ; digueu quina versió i variant d'Ubuntu feu servir i a quina màquina; i què heu provat abans de demanar ajut. Si s'ha resolt, marqueu [Solved].

  3. #3
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Some applications say libwayland-egl.so.1 missing

    In an Ubuntu install this would have been the result of of having libhybris installed which there is no good reason to have unless you want unity8 or ubuntu-touch installed

  4. #4
    Join Date
    Feb 2007
    Location
    L'Hospitalet de Llobregat
    Beans
    2,270
    Distro
    Ubuntu

    Re: Some applications say libwayland-egl.so.1 missing

    Yes, I installed unity8 to try the preview, since it's a feature for 14.04 to offer this preview this issue should be addressed anyway as it's something that more people will stumble upon.
    Catalan Team: Tingueu presents les normes d'or : poseu un títol entenedor i apropiat ; digueu quina versió i variant d'Ubuntu feu servir i a quina màquina; i què heu provat abans de demanar ajut. Si s'ha resolt, marqueu [Solved].

  5. #5
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Some applications say libwayland-egl.so.1 missing

    What's interesting (maybe) is if you switch /usr/lib/x86_64-linux-gnu/libhybris-egl/ld.so.conf from auto to manual for libhybris-egl/ld.so.conf, (#1), then there seems to be no issue, even if then switching back to auto (as in screen, no symlink was created
    Code:
    sudo update-alternatives --config  x86_64-linux-gnu_egl_conf
    Attached Images Attached Images

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •