UtrechtUniversity / davrods

An Apache WebDAV interface to iRODS
GNU Lesser General Public License v3.0
23 stars 12 forks source link

Build fails due to missing dependencies #2

Closed burnce closed 8 years ago

burnce commented 8 years ago

When I install all the RPMs listed in the readme, I get the following errors

/usr/bin/ld: cannot find -lstdc++
/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_regex
/usr/bin/ld: cannot find -lboost_thread
/usr/bin/ld: cannot find -lboost_chrono
/usr/bin/ld: cannot find -ljansson
collect2: error: ld returned 1 exit status

I have been able to build after adding the following packages:

cjsmeele commented 8 years ago

Thanks for the report! I've added the missing dependencies to the readme.