linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #05127
[Bug 992758] Re: libgearman in ubuntu precise
In my last comment,
Correction: there is no libgearman.h , it is gearman.h
** Description changed:
Build failed on ubuntu 12.04 (Precise) with error message :
plugin/gearman_udf/function_map.cc:17:31: fatal error: libgearman/client.h: No such file or directory
Reason:
ubuntu < 12.04 have libgearman 0.1x , while installing libgearman from apt-get it create directory /usr/include/libgearman/
which have all header files.
- But ubuntu 12.04 have libgearman 0.2x , and it create two directory libgearman and libgearman-0.1.
- libgearman-0.1 have all header files. while libgearman has only gearman.h which redirects to libgearman/gearman.h.
+ But ubuntu 12.04 have libgearman 0.2x , and it create two directory libgearman and libgearman-0.1.
+ libgearman-0.1 have all header files. while libgearman has only gearman.h which redirects to libgearman-0.1/gearman.h.
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/992758
Title:
libgearman in ubuntu precise
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
Confirmed
Bug description:
Build failed on ubuntu 12.04 (Precise) with error message :
plugin/gearman_udf/function_map.cc:17:31: fatal error: libgearman/client.h: No such file or directory
Reason:
ubuntu < 12.04 have libgearman 0.1x , while installing libgearman from apt-get it create directory /usr/include/libgearman/
which have all header files.
But ubuntu 12.04 have libgearman 0.2x , and it create two directory libgearman and libgearman-0.1.
libgearman-0.1 have all header files. while libgearman has only gearman.h which redirects to libgearman-0.1/gearman.h.
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/992758/+subscriptions
References