Is there a way to tell if AFS is loaded (not mounted) on a machine.

Currently for AIX we do a dynamic LOAD of an afs shared object. If the LOAD
fails then AFS isn't available.  However, I am trying to port this code
to Solaris.  Here, I was using a "dlopen" and "dlsym" to load and use
the AFS shared object. Unfortunately, the dlopen annd dlsym will not fail
even when AFS is not there.

Is there another approach I can take?


John Marino ([EMAIL PROTECTED])  914-433-7094


Reply via email to