-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
When I was testing this plugin with xrootd-5.0.0-rc2, I noticed it failed to load it. The xrootd directive was xrootd.fslib libXrdMultiuser.so default and the error was[1]. Then I tried to force it to use libXrdMultiuser-4.so by changing the directive to: xrootd.fslib libXrdMultiuser-4.so and got the following error[2].
Finally I patched the code to build libXrdMultiuser-5.so instead and this time it worked but I assume this will make xrootd-4 to fail (not tested) so I'm not sure what would be the best way to solve this issue
=====> xrootd.fslib libXrdMultiuser.so default
Plugin No such file or directory loading fslib libXrdMultiuser-5.so
Config Falling back to using libXrdMultiuser.so
Plugin No such file or directory loading fslib libXrdMultiuser.so
Config Unable to load fslib plugin libXrdMultiuser.so
=====> xrootd.fslib libXrdMultiuser-4.so
Config fslib plugin libXrdMultiuser-4.so specifies a version (i.e. '-n.so'); automatic version selection disabled!
Plugin loaded unreleased Multiuser v5.0.0-rc2 from fslib libXrdMultiuser-4.so
200414 13:32:07 6805 XrootdConfig: Unable to load file system via libXrdMultiuser-4.so
200414 13:32:07 6805 XrootdConfig: Unable to load base file system using libXrdMultiuser-4.so
Metadata
Metadata
Assignees
Labels
No labels