Updating glib 2.22 or later on ubuntu 14.04 facing issues.
silver.bullet at zoho.com
silver.bullet at zoho.com
Wed Oct 21 12:50:02 UTC 2015
On Wed, 21 Oct 2015 15:52:56 +0500, asad wrote:
>I'm installing 'libsnarf" which requires glib_ version 2.22 or later
>
>Im on ubuntu 14.04 with
>ldd --version
>Ubuntu EGLIBC 2.19-0ubuntu6.6) 2.19
>
>when I
>
> sudo apt-get install libglib2.0-0 libglib2.0-d
>
>it says i already have the latest package ? What should i do? thanks.
Trusty 14.04 comes with version 2.40.2
http://packages.ubuntu.com/trusty-updates/libglib2.0-0
ls -l /lib/*-linux-gnu/libglib*
dpkg -l libglib*
Apples and bananas
ldd --version|grep GLIBC
shows the same version as
$(find /lib/*/ -name "*libc.so*") --version|grep GLIBC
but
find /lib/*/ -name "*libc.so*"
isn't the same as
find /lib/*/ -name "*libglib*so*"
Regards,
Ralf
More information about the ubuntu-users
mailing list