on machine 1: #./configure --disable-tiering building glupy with -isystem /usr/include/python2.6 -l python2.6 checking for URCU... configure: error: Package requirements (liburcu-bp) were not met: No package 'liburcu-bp' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables URCU_CFLAGS and URCU_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. #root at debian:~/glusterfs-3.7.5# ldconfig -v | grep liburcu liburcu-signal.so.0 -> liburcu-signal.so.0.0.0 liburcu-qsbr.so.0 -> liburcu-qsbr.so.0.0.0 liburcu-bp.so.0 -> liburcu-bp.so.0.0.0 liburcu-mb.so.0 -> liburcu-mb.so.0.0.0 liburcu.so.0 -> liburcu.so.0.0.0 liburcu-defer.so.0 -> liburcu-defer.so.0.0.0 on machine 2: #./configure is ok, @me:~$ sudo ldconfig -v | grep urcu liburcu-qsbr.so.1 -> liburcu-qsbr.so.1.0.0 liburcu-signal.so.1 -> liburcu-signal.so.1.0.0 liburcu-cds.so.1 -> liburcu-cds.so.1.0.0 liburcu-bp.so.1 -> liburcu-bp.so.1.0.0 liburcu.so.1 -> liburcu.so.1.0.0 liburcu-common.so.1 -> liburcu-common.so.1.0.0 liburcu-mb.so.1 -> liburcu-mb.so.1.0.0 on machine 1,why cannot find liburcu-bp ? Thanks you for any help ...Norbert -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20151103/8607dc1a/attachment.html>
On 3 November 2015 at 17:42, ?? <norbert.huang at qq.com> wrote:> on machine 1,why cannot find liburcu-bp ?Does it have the dev packages install for liburcu-bp? What distro is this? -- Lindsay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20151103/6990aa10/attachment.html>
Install liburcu-dev: `apt-get install liburcu-dev` On 11/03/2015 02:42 AM, ?? wrote:> on machine 1: > > #./configure --disable-tiering > > building glupy with -isystem /usr/include/python2.6 -l python2.6 > checking for URCU... configure: error: Package requirements (liburcu-bp) > were not met: > > No package 'liburcu-bp' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables URCU_CFLAGS > and URCU_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > > #root at debian:~/glusterfs-3.7.5# ldconfig -v | grep liburcu > liburcu-signal.so.0 -> liburcu-signal.so.0.0.0 > liburcu-qsbr.so.0 -> liburcu-qsbr.so.0.0.0 > liburcu-bp.so.0 -> liburcu-bp.so.0.0.0 > liburcu-mb.so.0 -> liburcu-mb.so.0.0.0 > liburcu.so.0 -> liburcu.so.0.0.0 > liburcu-defer.so.0 -> liburcu-defer.so.0.0.0 > > on machine 2: > #./configure is ok, > > @me:~$ sudo ldconfig -v | grep urcu > liburcu-qsbr.so.1 -> liburcu-qsbr.so.1.0.0 > liburcu-signal.so.1 -> liburcu-signal.so.1.0.0 > liburcu-cds.so.1 -> liburcu-cds.so.1.0.0 > liburcu-bp.so.1 -> liburcu-bp.so.1.0.0 > liburcu.so.1 -> liburcu.so.1.0.0 > liburcu-common.so.1 -> liburcu-common.so.1.0.0 > liburcu-mb.so.1 -> liburcu-mb.so.1.0.0 > > > on machine 1,why cannot find liburcu-bp ? > > Thanks you for any help ... > > Norbert > > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users >