[protobuf] Regarding protobuf rpath

2015-12-17 Thread Puneet Singh
Hi , I wish to disble *rpath* in the protobuf build , please suggest how can i do this? i.e. presently ldd /home/apps/PROTOBUF/2.6.1/gnu/lib/libprotoc.so linux-vdso.so.1 => (0x7fff277ff000) libprotobuf.so.9 => /home/apps/PROTOBUF/2.6.1/gnu/lib/libprotobuf.so.9 (0x7f86857ed000)

[protobuf] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-12-17 Thread sam a
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

[protobuf] regarding protobuf rpath

2015-12-17 Thread Puneet Singh
Hi , I wish to disable rpath hardcoding from the protobuf build procedure , i tried --disable-rpath , but was not successful. doing* ldd /home/apps/PROTOBUF/2.6.1/gnu/lib/libprotoc.so* gives: linux-vdso.so.1 => (0x7fff8edff000) libprotobuf.so.9 =>* /home/apps/PROTOBUF/2.6.1/gnu/lib/l

[protobuf] regarding disabling rpath

2015-12-17 Thread Puneet Singh
Hi , I wish to disable rpath hardcoding from the protobuf build procedure , i tried --disable-rpath , but was not successful. doing* ldd /home/apps/PROTOBUF/2.6.1/gnu/lib/libprotoc.so* gives: linux-vdso.so.1 => (0x7fff8edff000) libprotobuf.so.9 =>* /home/apps/PROTOBUF/2.6.1/gnu/lib/l

[protobuf] compilation problem map and protoc 3.0

2015-12-17 Thread Valerio Schiavoni
Hello, I've defined a simple mini.proto file like this: syntax = "proto3"; message EncodeRequest{ required bytes payload = 1; maps encoding_parameters = 2;} The protoc compiler (--version == libprotoc 3.0.0 installed from source from protobuf-python-3.0.0-alpha-3) reports: protoc -I .

[protobuf] Regarding rpath protobuf

2015-12-17 Thread Puneet Singh
Hi , I am trying to compile protobuf, but i donot want the rpath get hardcoded within the libraries, Presently: [puneets.vfaculty@login01 ~]$ ldd /home/apps/Caffe/CaffeDependencies/lib/libprotoc.so linux-vdso.so.1 => (0x7fff84fff000) libprotobuf.so.10 => /home/cc/vfaculty/puneets.vf