dCore Import Debian Packages to Mountable SCE extensions > dCore x86 Imported Extensions

libgcrypt20 dependency problem

<< < (2/3) > >>

pioj:
more info about the error:

weston (weston-launch) won't run: 'liblzma.so5 : cannot open shared object file. Not such file or directory.'

(then I load another extension which includes liblzma...) 'libgcrypt.so.20: cannot open shared object file. Not such file or directory.'
So, it doesn't include them by default...

Once you get those two, it won't run but that's because of the XDG_RUNTIME_DIR warning...

Jason W:
Added liblzma5 and libgcrypt20 packages to the dep list of weston, and libgcrypt20 to the deps of openttd and netsurf-fb.

For the XDG_RUNTIME_DIR variable, it is not set by default in dCore, so it has to be set manually.  Below is a page that has an entry we can put in our shell profile that I have tested and works for setting that variable:

http://wayland.freedesktop.org/building.html

The specific entry:


--- Code: ---if test -z "${XDG_RUNTIME_DIR}"; then
    export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
    if ! test -d "${XDG_RUNTIME_DIR}"; then
        mkdir "${XDG_RUNTIME_DIR}"
        chmod 0700 "${XDG_RUNTIME_DIR}"
    fi
fi

--- End code ---


I then had en EGL config error, I have an old video card and don't use anything but the xorg-vesa driver, so I can't further test that.  Hopefully it will work on your setup.  If not, let me see the errors you see and we will go from there.

Thanks for reporting, many useful packages just need dependencies or startup scripts to work and the more we can find that don't work out of the box the more we can get to do so.

pioj:
Thank you for the support. I'll try the solution whennever I can...  ;)

pioj:
Do I hace to re-pack Core.gz for the changes at .bashrc?

Jason W:
No, that is what the backup function is for. 

http://wiki.tinycorelinux.net/wiki:backup

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version