LD_LIBRARY_PATH and PROTOBUFDIR

117 views
Skip to first unread message

=JeffH

unread,
Jan 9, 2013, 3:01:33 PM1/9/13
to certificate-...@googlegroups.com
FYI..

In compiling CT code <https://code.google.com/p/certificate-transparency/> I
found that this suggested make command..

$ make OPENSSLDIR=<path to openssl> PROTOBUFDIR=<path to protobuf>
GTESTDIR=<path to gtest>


..didn't work for me in the case of PROTOBUFDIR (I'd duly built and installed
protobuf). the linker persistently failed to find protobuf

Rather what did work was doing a..

$ setenv LD_LIBRARY_PATH /usr/local/bin


This is on Ubuntu 10.04


HTH,

=JeffH


Emilia Kasper

unread,
Jan 10, 2013, 5:45:38 AM1/10/13
to certificate-...@googlegroups.com
Hi Jeff,

Thanks for trying! :)

And you are right, the instructions are out of date; make now assumes a system protoc (-lprotobuf); or indeed you can point your linker to a local install.





--



Reply all
Reply to author
Forward
0 new messages