Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore x86_64 => Topic started by: jls on April 05, 2019, 09:24:28 AM

Title: /etc/ld.so.conf.d/x86_64-linux-gnu missing /usr/local/lib
Post by: jls on April 05, 2019, 09:24:28 AM
Hi
I've "stolen" an enlightenment installation from linux mint under /usr/local and created an sce of it
The libs are under  /usr/local/lib/x86_64-linux-gnu which is not present in ld.so.conf, so I added that path in /etc/ld.so.conf.d/x86_64-linux-gnu
but before starting enlightenment I've to manually run ldconfig.
Thanks

PS. enlightenment was built using the following script: https://github.com/batden/emeritux (https://github.com/batden/emeritux)
Title: Re: /etc/ld.so.conf.d/x86_64-linux-gnu missing /usr/local/lib
Post by: Jason W on April 05, 2019, 09:01:08 PM
That entry is in /etc/ld.so.conf.d/x86_64-linux-gnu on a hard drive install of Ubuntu, so I added it in dCore-stretch64  and dCore-bionic64 images.  Uploaded to release candidates.
Title: Re: /etc/ld.so.conf.d/x86_64-linux-gnu missing /usr/local/lib
Post by: jls on April 06, 2019, 02:57:11 AM
Thank you