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 13:44:03 UTC 2015


On Wed, 21 Oct 2015 18:28:25 +0500, asad wrote:
>Ralf,
>
>I don't have access to computer I will run the cmd and see the output
>of "
>  $(find /lib/*/ -name "*libc.so*") --version|grep GLIBC". Thanks for
>explaining the difference though.

FWIW libglib isn't an executable and making it executable to run it
doesn't work.

The --version option isn't needed, but adding the -executable option
seems to be a good idea.

$(find /lib/*/ -executable -name "*libc.so*")|grep GLIBC

I don't know what command to run, to get version output regarding
libglib, other than using the package information.





More information about the ubuntu-users mailing list