* Thibault, Daniel ([email protected]) wrote: > -----Message d'origine----- > De : Mathieu Desnoyers [mailto:[email protected]] > Envoyé : 21 janvier 2013 12:07 > > > Even though libuuid1 (includes libuuid-perl, uuid-dev, uuid-runtime) is > > installed. I need to fix this new stumbling block before we can address > > the liburcu-cds problem. > > Please provide the complete output of: > dpkg -l > on your system. (it is rather long, please attach it to an email) > > Mathieu > -----Fin du message d'origine----- > > Concerning the uuid problem, uuid-dev had not been installed; it needs to > be specified separately from libuuid1. Now lttng-ust's configure ends with: > > checking for uuid_generate in -luuid... yes > checking for inline... inline > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... yes > checking for gettimeofday... yes > checking for munmap... yes > checking for socket... yes > checking for strerror... yes > checking for strtol... yes > checking for sched_getcpu... yes > checking for sysconf... yes > checking urcu-bp.h usability... yes > checking urcu-bp.h presence... yes > checking for urcu-bp.h... yes > checking for _cds_lfht_new in -lurcu-cds... no > configure: error: Cannot find > liburcu-cds lib, part of Userspace RCU 0.7 or better. Use LDFLAGS=-Ldir to > specify its location.
As the error messages suggests, please try: LDFLAGS=-L/usr/local/lib ./configure instead of "./configure" Thanks, Mathieu > > dpkg -l output attached. > > Daniel U. Thibault > R & D pour la défense Canada - Valcartier (RDDC Valcartier) / Defence R&D > Canada - Valcartier (DRDC Valcartier) > Cyber sécurité pour les missions essentielles (CME) / Mission Critical Cyber > Security (MCCS) > Protection des systèmes et contremesures (PSC) / Systems Protection & > Countermeasures (SPC) > 2459 route de la Bravoure > Québec, QC G3J 1X5 > CANADA > Vox : (418) 844-4000 x4245 > Fax : (418) 844-4538 > NAC : 918V QSDJ <http://www.travelgis.com/map.asp?addr=918V%20QSDJ> > Gouvernement du Canada / Government of Canada > <http://www.valcartier.drdc-rddc.gc.ca/> > _______________________________________________ > lttng-dev mailing list > [email protected] > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
