libhbaapi2: HBA_LoadLibrary() failed

Bug #1751705 reported by Nachiket Karmalkar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libhbaapi (Ubuntu)
New
Undecided
Unassigned

Bug Description

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;
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.