Print

Print


MIT recently reported an issue with a plugin that resulted in this following error message:

```
190627 14:12:04 25911 secgsi_LoadAuthzFun: Unable to load authzlib plugin /usr/lib64/libXrdLcmaps.so
190627 14:12:04 25911 secgsi_LoadAuthzFun: could not find 'XrdSecgsiAuthzFun()' in /usr/lib64/libXrdLcmaps.so
```

From here: https://github.com/xrootd/xrootd/blob/master/src/XrdSecgsi/XrdSecProtocolgsi.cc#L5431

Unfortunately, this error message is completely misleading - `XrdSecgsiAuthzFun` certainly exists in the library.  *However*, there's a loader error that I suspect was noted in the `dlerror` message.

Could we ensure that, on failure, the contents of `dlerror` are logged?  Would have helped immensely in debugging this issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1015

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1