You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Suhail Doshi <di...@gmail.com> on 2008/10/29 03:18:20 UTC

Scribe issues on OS X

Hi everyone,

I am having some problems installing scribe on Mac OS X (Leopard), I was 
wondering if anyone might be able to help. Seems like an issue specific 
to OS X regarding librt:

tehmac:scribe-2.0 suhaildoshi$ sudo make install
make  install-recursive
Making install in .
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
make  install-am
g++  -Wall -O3 -L/usr/local/lib -lboost_system-xgcc40-mt-1_36 
-lboost_filesystem-xgcc40-mt-1_36  -o scribed store.o store_queue.o 
conf.o file.o conn_pool.o scribe_server.o  -L/usr/local -lfb303 -lthrift 
-lthriftnb -levent -lpthread -lrt libscribe.a
ld: library not found for -lrt
collect2: ld returned 1 exit status
make[3]: *** [scribed] Error 1
make[2]: *** [install] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2