Skip to content

Fails with xrootd-5 unless built as libXrdMultiuser-5.so #7

@ddavila0

Description

@ddavila0

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions