On 16 Sep 2012, at 19:34, Jason Edgecombe wrote: > I'm still getting compile errors on make check:
So, this is the problem ... > /usr/bin/ld: warning: librokenafs.so.1, needed by > /home/jwedgeco/openafs/openafs-git/openafs/lib/libafshcrypto.so, not found > (try using -rpath or -rpath-link) I guess on your platform hcrypto needs stuff from roken. This is the kind of thing that libtool handles automatically for us, so I've just converted the tests/opr directory to use libtool (and to be pthreaded, into the bargain) Give http://gerrit.openafs.org/8127 a go, and let me know how you get on. Cheers, Simon _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
