I've been building 1.6.x on Ubuntu 16.04 with the following options and it
has worked well for me.

        --enable-transarc-paths
        --prefix=/usr/afsws
        --enable-supergroups

Building 1.8.x on the same OS with the same option has a problem that
appears to be an rpath issue.

ldd /usr/vice/etc/afsd | grep not
libafshcrypto.so.2 => not found
librokenafs.so.2 => not found

Those libraries are installed in /usr/afsws/lib, so I can get the client to
run if I set the LD_LIBRARY_PATH.  Any hints to what I need to tweak in
'configure' to make it build properly?

Thanks.

Reply via email to