Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] glib version mismatch while lttv ./config
@ 2009-08-31  2:22 MaNiSH PaTeL
  2009-08-31  2:22 ` MaNiSH PaTeL
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31  2:22 UTC (permalink / raw)


Hi,?? I have hard time to compile ltt. I am loading ltt with newest version as lttv 12.17, lttng 155, 2.6.30 kernel.?? I patched kernel, installed it properly. lttctl is gone through, but for lttv 12.17 it gives me error.while doing ./configure it "checking for glib version >=2.4 ?NO", but I checked glibc version it is 2.9 , also i installed all needed packages but no luck.?? ???? I am using ubuntu 9.10 on dual core laptop.??? ?RegardsPatel


      See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20090831/f7801591/attachment-0002.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev] glib version mismatch while lttv ./config
  2009-08-31  2:22 [ltt-dev] glib version mismatch while lttv ./config MaNiSH PaTeL
  2009-08-31  2:22 ` MaNiSH PaTeL
@ 2009-08-31  2:22 ` MaNiSH PaTeL
  2009-08-31 13:08 ` Mathieu Desnoyers
  2 siblings, 0 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31  2:22 UTC (permalink / raw)


Hi,?? I have hard time to compile ltt. I am loading ltt with newest version as lttv 12.17, lttng 155, 2.6.30 kernel.?? I patched kernel, installed it properly. lttctl is gone through, but for lttv 12.17 it gives me error.while doing ./configure it "checking for glib version >=2.4 ?NO", but I checked glibc version it is 2.9 , also i installed all needed packages but no luck.?? ???? I am using ubuntu 9.10 on dual core laptop.??? ?RegardsPatel


      See the Web&#39;s breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20090831/f7801591/attachment.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev] glib version mismatch while lttv ./config
  2009-08-31  2:22 [ltt-dev] glib version mismatch while lttv ./config MaNiSH PaTeL
@ 2009-08-31  2:22 ` MaNiSH PaTeL
  2009-08-31  2:22 ` MaNiSH PaTeL
  2009-08-31 13:08 ` Mathieu Desnoyers
  2 siblings, 0 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31  2:22 UTC (permalink / raw)


Hi,?? I have hard time to compile ltt. I am loading ltt with newest version as lttv 12.17, lttng 155, 2.6.30 kernel.?? I patched kernel, installed it properly. lttctl is gone through, but for lttv 12.17 it gives me error.while doing ./configure it "checking for glib version >=2.4 ?NO", but I checked glibc version it is 2.9 , also i installed all needed packages but no luck.?? ???? I am using ubuntu 9.10 on dual core laptop.??? ?RegardsPatel


      See the Web&#39;s breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20090831/f7801591/attachment-0001.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev] glib version mismatch while lttv ./config
  2009-08-31  2:22 [ltt-dev] glib version mismatch while lttv ./config MaNiSH PaTeL
  2009-08-31  2:22 ` MaNiSH PaTeL
  2009-08-31  2:22 ` MaNiSH PaTeL
@ 2009-08-31 13:08 ` Mathieu Desnoyers
  2009-08-31 15:04   ` MaNiSH PaTeL
  2 siblings, 1 reply; 11+ messages in thread
From: Mathieu Desnoyers @ 2009-08-31 13:08 UTC (permalink / raw)


* MaNiSH PaTeL (patel_shanim at yahoo.co.in) wrote:
> Hi,?? I have hard time to compile ltt. I am loading ltt with newest version as lttv 12.17, lttng 155, 2.6.30 kernel.?? I patched kernel, installed it properly. lttctl is gone through, but for lttv 12.17 it gives me error.while doing ./configure it "checking for glib version >=2.4 ?NO", but I checked glibc version it is 2.9 , also i installed all needed packages but no luck.?? ???? I am using ubuntu 9.10 on dual core laptop.??? ?RegardsPatel

Hi Manish,

glibc != glib

Try 

apt-get install libglib2.0-dev

Mathieu

> 
> 
>       See the Web&#39;s breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev


-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev]  glib version mismatch while lttv ./config
  2009-08-31 13:08 ` Mathieu Desnoyers
@ 2009-08-31 15:04   ` MaNiSH PaTeL
  2009-08-31 15:04     ` MaNiSH PaTeL
                       ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31 15:04 UTC (permalink / raw)


Hi Mathieu
   You are right, it needs those packages, but i already installed those, and same error 
   "checking glib version >=2.40   NO"
   
Thanks
Patel



________________________________
From: Mathieu Desnoyers <compudj@krystal.dyndns.org>
To: MaNiSH PaTeL <patel_shanim at yahoo.co.in>
Cc: ltt-dev at lists.casi.polymtl.ca
Sent: Monday, 31 August, 2009 9:08:34 AM
Subject: Re: [ltt-dev] glib version mismatch while lttv ./config

* MaNiSH PaTeL (patel_shanim at yahoo.co.in) wrote:
> Hi,   I have hard time to compile ltt. I am loading ltt with newest version as lttv 12.17, lttng 155, 2.6.30 kernel.   I patched kernel, installed it properly. lttctl is gone through, but for lttv 12.17 it gives me error.while doing ./configure it "checking for glib version >=2.4  NO", but I checked glibc version it is 2.9 , also i installed all needed packages but no luck.        I am using ubuntu 9.10 on dual core laptop.     RegardsPatel

Hi Manish,

glibc != glib

Try 

apt-get install libglib2.0-dev

Mathieu

> 
> 
>       See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev


-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68



      Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20090831/93b5c07a/attachment.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev]  glib version mismatch while lttv ./config
  2009-08-31 15:04   ` MaNiSH PaTeL
@ 2009-08-31 15:04     ` MaNiSH PaTeL
  2009-08-31 15:04     ` MaNiSH PaTeL
  2009-08-31 15:30     ` Benjamin Poirier
  2 siblings, 0 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31 15:04 UTC (permalink / raw)


Hi Mathieu
   You are right, it needs those packages, but i already installed those, and same error 
   "checking glib version >=2.40   NO"
   
Thanks
Patel



________________________________
From: Mathieu Desnoyers <compudj@krystal.dyndns.org>
To: MaNiSH PaTeL <patel_shanim at yahoo.co.in>
Cc: ltt-dev at lists.casi.polymtl.ca
Sent: Monday, 31 August, 2009 9:08:34 AM
Subject: Re: [ltt-dev] glib version mismatch while lttv ./config

* MaNiSH PaTeL (patel_shanim at yahoo.co.in) wrote:
> Hi,   I have hard time to compile ltt. I am loading ltt with newest version as lttv 12.17, lttng 155, 2.6.30 kernel.   I patched kernel, installed it properly. lttctl is gone through, but for lttv 12.17 it gives me error.while doing ./configure it "checking for glib version >=2.4  NO", but I checked glibc version it is 2.9 , also i installed all needed packages but no luck.        I am using ubuntu 9.10 on dual core laptop.     RegardsPatel

Hi Manish,

glibc != glib

Try 

apt-get install libglib2.0-dev

Mathieu

> 
> 
>       See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev


-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68



      Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20090831/93b5c07a/attachment-0002.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev]  glib version mismatch while lttv ./config
  2009-08-31 15:04   ` MaNiSH PaTeL
  2009-08-31 15:04     ` MaNiSH PaTeL
@ 2009-08-31 15:04     ` MaNiSH PaTeL
  2009-08-31 15:30     ` Benjamin Poirier
  2 siblings, 0 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31 15:04 UTC (permalink / raw)


Hi Mathieu
   You are right, it needs those packages, but i already installed those, and same error 
   "checking glib version >=2.40   NO"
   
Thanks
Patel



________________________________
From: Mathieu Desnoyers <compudj@krystal.dyndns.org>
To: MaNiSH PaTeL <patel_shanim at yahoo.co.in>
Cc: ltt-dev at lists.casi.polymtl.ca
Sent: Monday, 31 August, 2009 9:08:34 AM
Subject: Re: [ltt-dev] glib version mismatch while lttv ./config

* MaNiSH PaTeL (patel_shanim at yahoo.co.in) wrote:
> Hi,   I have hard time to compile ltt. I am loading ltt with newest version as lttv 12.17, lttng 155, 2.6.30 kernel.   I patched kernel, installed it properly. lttctl is gone through, but for lttv 12.17 it gives me error.while doing ./configure it "checking for glib version >=2.4  NO", but I checked glibc version it is 2.9 , also i installed all needed packages but no luck.        I am using ubuntu 9.10 on dual core laptop.     RegardsPatel

Hi Manish,

glibc != glib

Try 

apt-get install libglib2.0-dev

Mathieu

> 
> 
>       See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev


-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68



      Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20090831/93b5c07a/attachment-0003.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev] glib version mismatch while lttv ./config
  2009-08-31 15:04   ` MaNiSH PaTeL
  2009-08-31 15:04     ` MaNiSH PaTeL
  2009-08-31 15:04     ` MaNiSH PaTeL
@ 2009-08-31 15:30     ` Benjamin Poirier
  2 siblings, 0 replies; 11+ messages in thread
From: Benjamin Poirier @ 2009-08-31 15:30 UTC (permalink / raw)


MaNiSH PaTeL wrote:
> Hi Mathieu
>    You are right, it needs those packages, but i already installed
> those, and same error 
>    "checking glib version >=2.40   NO"
.. 2.4 not 2.40, right?

Are you sure you installed the "-dev" version of the package?

Please provide the output of
$ dpkg-query -l libglib2.0-dev
and
$ pkg-config --modversion glib-2.0

Thanks,
-Ben

>    
> Thanks
> Patel
>
> ------------------------------------------------------------------------
> *From:* Mathieu Desnoyers <compudj@krystal.dyndns.org>
> *To:* MaNiSH PaTeL <patel_shanim at yahoo.co.in>
> *Cc:* ltt-dev at lists.casi.polymtl.ca
> *Sent:* Monday, 31 August, 2009 9:08:34 AM
> *Subject:* Re: [ltt-dev] glib version mismatch while lttv ./config
>
> * MaNiSH PaTeL (patel_shanim at yahoo.co.in
> <mailto:patel_shanim at yahoo.co.in>) wrote:
> > Hi,   I have hard time to compile ltt. I am loading ltt with newest
> version as lttv 12.17, lttng 155, 2.6.30 kernel.   I patched kernel,
> installed it properly. lttctl is gone through, but for lttv 12.17 it
> gives me error.while doing ./configure it "checking for glib version
> >=2.4  NO", but I checked glibc version it is 2.9 , also i installed
> all needed packages but no luck.        I am using ubuntu 9.10 on dual
> core laptop.     RegardsPatel
>
> Hi Manish,
>
> glibc != glib
>
> Try
>
> apt-get install libglib2.0-dev
>
> Mathieu
>
> >
> >
> >      See the Web's breaking stories, chosen by people like you.
> Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
> > _______________________________________________
> > ltt-dev mailing list
> > ltt-dev at lists.casi.polymtl.ca <mailto:ltt-dev at lists.casi.polymtl.ca>
> > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
>
> -- 
> Mathieu Desnoyers
> OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE
> 9A68
>
> ------------------------------------------------------------------------
> See the Web's breaking stories, chosen by people like you. Check out
> Yahoo! Buzz
> <http://in.rd.yahoo.com/tagline_buzz_1/*http://in.buzz.yahoo.com/>.
> ------------------------------------------------------------------------
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>   



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev] glib version mismatch while lttv ./config
@ 2009-08-31 19:09 MaNiSH PaTeL
  2009-08-31 19:09 ` MaNiSH PaTeL
  2009-08-31 19:09 ` MaNiSH PaTeL
  0 siblings, 2 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31 19:09 UTC (permalink / raw)


Problem solved!!!!!!
?? I installed packages following packages using apt-get
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? libglib2.0-dev for glib 
??????????????????????????????????? libgtk2.0-dev? for gtk+ 
???????????????????????????????????? libpopt-dev?? for libpopt

? LTTv installed properly.
Thanks Mathieu and ben for your help

Regards
Patel ?  

--- On Mon, 31/8/09, Benjamin Poirier <benjamin.poirier at polymtl.ca> wrote:

From: Benjamin Poirier <benjamin.poirier@polymtl.ca>
Subject: Re: [ltt-dev]  glib version mismatch while lttv ./config
To: "MaNiSH PaTeL" <patel_shanim at yahoo.co.in>
Cc: "ltt-dev" <ltt-dev at lists.casi.polymtl.ca>
Date: Monday, 31 August, 2009, 9:00 PM

MaNiSH PaTeL wrote:
> Hi Mathieu
>? ? You are right, it needs those packages, but i already installed
> those, and same error 
>? ? "checking glib version >=2.40???NO"
.. 2.4 not 2.40, right?

Are you sure you installed the "-dev" version of the package?

Please provide the output of
$ dpkg-query -l libglib2.0-dev
and
$ pkg-config --modversion glib-2.0

Thanks,
-Ben

>? ? 
> Thanks
> Patel
>
> ------------------------------------------------------------------------
> *From:* Mathieu Desnoyers <compudj@krystal.dyndns.org>
> *To:* MaNiSH PaTeL <patel_shanim at yahoo.co.in>
> *Cc:* ltt-dev at lists.casi.polymtl.ca
> *Sent:* Monday, 31 August, 2009 9:08:34 AM
> *Subject:* Re: [ltt-dev] glib version mismatch while lttv ./config
>
> * MaNiSH PaTeL (patel_shanim at yahoo.co.in
> <mailto:patel_shanim at yahoo.co.in>) wrote:
> > Hi,???I have hard time to compile ltt. I am loading ltt with newest
> version as lttv 12.17, lttng 155, 2.6.30 kernel.???I patched kernel,
> installed it properly. lttctl is gone through, but for lttv 12.17 it
> gives me error.while doing ./configure it "checking for glib version
> >=2.4? NO", but I checked glibc version it is 2.9 , also i installed
> all needed packages but no luck.? ? ? ? I am using ubuntu 9.10 on dual
> core laptop.? ???RegardsPatel
>
> Hi Manish,
>
> glibc != glib
>
> Try
>
> apt-get install libglib2.0-dev
>
> Mathieu
>
> >
> >
> >? ? ? See the Web's breaking stories, chosen by people like you.
> Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
> > _______________________________________________
> > ltt-dev mailing list
> > ltt-dev at lists.casi.polymtl.ca <mailto:ltt-dev at lists.casi.polymtl.ca>
> > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
>
> -- 
> Mathieu Desnoyers
> OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F? BA06 3F25 A8FE 3BAE
> 9A68
>
> ------------------------------------------------------------------------
> See the Web's breaking stories, chosen by people like you. Check out
> Yahoo! Buzz
> <http://in.rd.yahoo.com/tagline_buzz_1/*http://in.buzz.yahoo.com/>.
> ------------------------------------------------------------------------
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>???



      See the Web&#39;s breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20090901/98b4a4db/attachment-0001.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev] glib version mismatch while lttv ./config
  2009-08-31 19:09 MaNiSH PaTeL
  2009-08-31 19:09 ` MaNiSH PaTeL
@ 2009-08-31 19:09 ` MaNiSH PaTeL
  1 sibling, 0 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31 19:09 UTC (permalink / raw)


Problem solved!!!!!!
?? I installed packages following packages using apt-get
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? libglib2.0-dev for glib 
??????????????????????????????????? libgtk2.0-dev? for gtk+ 
???????????????????????????????????? libpopt-dev?? for libpopt

? LTTv installed properly.
Thanks Mathieu and ben for your help

Regards
Patel ?  

--- On Mon, 31/8/09, Benjamin Poirier <benjamin.poirier at polymtl.ca> wrote:

From: Benjamin Poirier <benjamin.poirier@polymtl.ca>
Subject: Re: [ltt-dev]  glib version mismatch while lttv ./config
To: "MaNiSH PaTeL" <patel_shanim at yahoo.co.in>
Cc: "ltt-dev" <ltt-dev at lists.casi.polymtl.ca>
Date: Monday, 31 August, 2009, 9:00 PM

MaNiSH PaTeL wrote:
> Hi Mathieu
>? ? You are right, it needs those packages, but i already installed
> those, and same error 
>? ? "checking glib version >=2.40???NO"
.. 2.4 not 2.40, right?

Are you sure you installed the "-dev" version of the package?

Please provide the output of
$ dpkg-query -l libglib2.0-dev
and
$ pkg-config --modversion glib-2.0

Thanks,
-Ben

>? ? 
> Thanks
> Patel
>
> ------------------------------------------------------------------------
> *From:* Mathieu Desnoyers <compudj@krystal.dyndns.org>
> *To:* MaNiSH PaTeL <patel_shanim at yahoo.co.in>
> *Cc:* ltt-dev at lists.casi.polymtl.ca
> *Sent:* Monday, 31 August, 2009 9:08:34 AM
> *Subject:* Re: [ltt-dev] glib version mismatch while lttv ./config
>
> * MaNiSH PaTeL (patel_shanim at yahoo.co.in
> <mailto:patel_shanim at yahoo.co.in>) wrote:
> > Hi,???I have hard time to compile ltt. I am loading ltt with newest
> version as lttv 12.17, lttng 155, 2.6.30 kernel.???I patched kernel,
> installed it properly. lttctl is gone through, but for lttv 12.17 it
> gives me error.while doing ./configure it "checking for glib version
> >=2.4? NO", but I checked glibc version it is 2.9 , also i installed
> all needed packages but no luck.? ? ? ? I am using ubuntu 9.10 on dual
> core laptop.? ???RegardsPatel
>
> Hi Manish,
>
> glibc != glib
>
> Try
>
> apt-get install libglib2.0-dev
>
> Mathieu
>
> >
> >
> >? ? ? See the Web's breaking stories, chosen by people like you.
> Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
> > _______________________________________________
> > ltt-dev mailing list
> > ltt-dev at lists.casi.polymtl.ca <mailto:ltt-dev at lists.casi.polymtl.ca>
> > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
>
> -- 
> Mathieu Desnoyers
> OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F? BA06 3F25 A8FE 3BAE
> 9A68
>
> ------------------------------------------------------------------------
> See the Web's breaking stories, chosen by people like you. Check out
> Yahoo! Buzz
> <http://in.rd.yahoo.com/tagline_buzz_1/*http://in.buzz.yahoo.com/>.
> ------------------------------------------------------------------------
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>???



      See the Web&#39;s breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20090901/98b4a4db/attachment.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ltt-dev] glib version mismatch while lttv ./config
  2009-08-31 19:09 MaNiSH PaTeL
@ 2009-08-31 19:09 ` MaNiSH PaTeL
  2009-08-31 19:09 ` MaNiSH PaTeL
  1 sibling, 0 replies; 11+ messages in thread
From: MaNiSH PaTeL @ 2009-08-31 19:09 UTC (permalink / raw)


Problem solved!!!!!!
?? I installed packages following packages using apt-get
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? libglib2.0-dev for glib 
??????????????????????????????????? libgtk2.0-dev? for gtk+ 
???????????????????????????????????? libpopt-dev?? for libpopt

? LTTv installed properly.
Thanks Mathieu and ben for your help

Regards
Patel ?  

--- On Mon, 31/8/09, Benjamin Poirier <benjamin.poirier at polymtl.ca> wrote:

From: Benjamin Poirier <benjamin.poirier@polymtl.ca>
Subject: Re: [ltt-dev]  glib version mismatch while lttv ./config
To: "MaNiSH PaTeL" <patel_shanim at yahoo.co.in>
Cc: "ltt-dev" <ltt-dev at lists.casi.polymtl.ca>
Date: Monday, 31 August, 2009, 9:00 PM

MaNiSH PaTeL wrote:
> Hi Mathieu
>? ? You are right, it needs those packages, but i already installed
> those, and same error 
>? ? "checking glib version >=2.40???NO"
.. 2.4 not 2.40, right?

Are you sure you installed the "-dev" version of the package?

Please provide the output of
$ dpkg-query -l libglib2.0-dev
and
$ pkg-config --modversion glib-2.0

Thanks,
-Ben

>? ? 
> Thanks
> Patel
>
> ------------------------------------------------------------------------
> *From:* Mathieu Desnoyers <compudj@krystal.dyndns.org>
> *To:* MaNiSH PaTeL <patel_shanim at yahoo.co.in>
> *Cc:* ltt-dev at lists.casi.polymtl.ca
> *Sent:* Monday, 31 August, 2009 9:08:34 AM
> *Subject:* Re: [ltt-dev] glib version mismatch while lttv ./config
>
> * MaNiSH PaTeL (patel_shanim at yahoo.co.in
> <mailto:patel_shanim at yahoo.co.in>) wrote:
> > Hi,???I have hard time to compile ltt. I am loading ltt with newest
> version as lttv 12.17, lttng 155, 2.6.30 kernel.???I patched kernel,
> installed it properly. lttctl is gone through, but for lttv 12.17 it
> gives me error.while doing ./configure it "checking for glib version
> >=2.4? NO", but I checked glibc version it is 2.9 , also i installed
> all needed packages but no luck.? ? ? ? I am using ubuntu 9.10 on dual
> core laptop.? ???RegardsPatel
>
> Hi Manish,
>
> glibc != glib
>
> Try
>
> apt-get install libglib2.0-dev
>
> Mathieu
>
> >
> >
> >? ? ? See the Web's breaking stories, chosen by people like you.
> Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
> > _______________________________________________
> > ltt-dev mailing list
> > ltt-dev at lists.casi.polymtl.ca <mailto:ltt-dev at lists.casi.polymtl.ca>
> > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
>
> -- 
> Mathieu Desnoyers
> OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F? BA06 3F25 A8FE 3BAE
> 9A68
>
> ------------------------------------------------------------------------
> See the Web's breaking stories, chosen by people like you. Check out
> Yahoo! Buzz
> <http://in.rd.yahoo.com/tagline_buzz_1/*http://in.buzz.yahoo.com/>.
> ------------------------------------------------------------------------
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>???



      See the Web&#39;s breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20090901/98b4a4db/attachment-0002.htm>


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-08-31 19:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-31  2:22 [ltt-dev] glib version mismatch while lttv ./config MaNiSH PaTeL
2009-08-31  2:22 ` MaNiSH PaTeL
2009-08-31  2:22 ` MaNiSH PaTeL
2009-08-31 13:08 ` Mathieu Desnoyers
2009-08-31 15:04   ` MaNiSH PaTeL
2009-08-31 15:04     ` MaNiSH PaTeL
2009-08-31 15:04     ` MaNiSH PaTeL
2009-08-31 15:30     ` Benjamin Poirier
2009-08-31 19:09 MaNiSH PaTeL
2009-08-31 19:09 ` MaNiSH PaTeL
2009-08-31 19:09 ` MaNiSH PaTeL

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox