Re: 'Suspect' libglib-2.0 when launching Ardour2.8.4
- From: John Ralls <jralls ceridwen us>
- To: G. GuitarLord <muadibas25 hotmail com>
- Cc: gtk-devel-list gnome org, scott asofyet org
- Subject: Re: 'Suspect' libglib-2.0 when launching Ardour2.8.4
- Date: Tue, 15 Dec 2009 17:43:50 -0800
On Dec 15, 2009, at 11:47 AM, G. GuitarLord wrote:
> So, for my system this command is:
>
> GLIB=$(ldd /usr/lib/ardour2/ardour-2.8.4 2> /dev/null | grep glib-2.0 | sed 's/.*=> \([^ ]*\) .*/\1/')
>
> right?
> Unfortunately, this returns nothing on the console...Unless I didnt understood how to use it...
That's because the 'GLIB=' bit at the beginning eats the output. Try this instead:
ldd /usr/lib/ardour2/ardour-2.8.4 2> /dev/null | grep glib-2.0 | sed 's/.*=> \([^ ]*\) .*/\1/'
In fact, do just
ldd /usr/lib/ardour2/ardour-2.8.4 2> /dev/null | grep glib-2.0
to see where ardour is looking for glib.
Regards,
John Ralls
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]