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 =>  (0x00007fff84fff000)
    libprotobuf.so.10 => 
/home/cc/vfaculty/puneets.vfaculty/caffe/CommonDeps/lib/libprotobuf.so.10 
(0x00007fda54452000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fda54203000)
    libz.so.1 => 
/home/cc/vfaculty/puneets.vfaculty/caffe/CommonDeps/lib/libz.so.1 
(0x00007fda53fed000)
    libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fda53ce7000)
    libm.so.6 => /lib64/libm.so.6 (0x00007fda53a62000)
    libc.so.6 => /lib64/libc.so.6 (0x00007fda536ce000)
    libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fda534b8000)
    /lib64/ld-linux-x86-64.so.2 (0x0000003cd6e00000)


So , you can see that as the* 
/home/cc/vfaculty/puneets.vfaculty/caffe/CommonDeps/lib/* path is not 
inside LD_LIBRARY_PATH, i expected it to be "not_found"!!
is there a way i can disable rpath ? 
Any help / hint will be very useful.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to