Public bug reported:
Loading of HBAAPI library failed with HBA_STATUS_ERROR.
# ./hba_cmd
hba lib version = 2
hba lib status = 1
Code:
=====
#include <stdio.h>
#include "hbaapi.h"
int main() {
HBA_STATUS status = -1;
HBA_UINT32 version = 0;
version = HBA_GetVersion();
status = HBA_LoadLibrary();
printf("hba lib version = %d\n", version);
printf("hba lib status = %d\n", status);
return 0;
}
** Affects: libhbaapi (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751705
Title:
libhbaapi2: HBA_LoadLibrary() failed
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libhbaapi/+bug/1751705/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs