From: Venkatesh T. <ven...@ym...> - 2011-02-24 00:37:04
|
Hi, I installed libevent,boost,thrift, fb303 and now trying to make and make install scribe. During the make i get the following error /usr/bin/ld: cannot find -lthriftnb collect2: ld returned 1 exit status When i do ' ls -lrta /opt/thrift/lib/' i don NOT see any libthriftnb.so or .la or .o files How do i force the thrift make to generate these library files so scribe can use them? On the other hand are these even necessary for scribe to run and handle the load , ie not depending on nonblocking server? If not, how do i disable it during scribe make ? Thank You Venk |