syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Error while installing libsyndicate #10

Closed iychoi closed 11 years ago

iychoi commented 11 years ago

I met an error while installing libsyndicate.

iychoi@localhost:~/syndicate$ sudo scons libsyndicate-install scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o build/out/AG/drivers/disk/libAGdiskdriver.so -shared build/out/AG/drivers/disk/driver.os -lsyndicate -ldl /usr/bin/ld: cannot find -lsyndicate collect2: ld returned 1 exit status scons: *\ [build/out/AG/drivers/disk/libAGdiskdriver.so] Error 1 scons: building terminated because of errors. iychoi@localhost:~/syndicate$

I guess compilation of AG is included unintentionally.

I ran this on Ubuntu 12.04.

jcnelson commented 11 years ago

Wathsala, can you check this out?

wathsalav commented 11 years ago

Fixed it, do a git pull and retry libsyndicate-install.