-
The libHBAAPI.so has a library dependency on libdl.so because of the "dlopen" function call it makes. However, the makefile.unix has the "-ldl" linker option in hbatest.c not libhbaapi.so. Here is a copy of the relevant lines in the makefile:
hbatest: hbaapi.h
${CC} hbatest.c -ldl -o hbatest
libHBAAPI.so: HBAAPILIB.c hbaapi.h vendorhbaapi.h
${VERS}
${CC} HBAAPILIB.c version.o...
2009-11-03 22:02:48 UTC by chuckjmartin
-
Hi,
Am trying to get the hbaping feature of heartbeat (linux-ha) to work. Compiled the source and all seems to work except the HBA_GetFcpTargetMapping feature?
Any ideas how to fix this?
/var/tmp/hbaapi_src_2.2/hbaapitest
HBA API Library version is 2
Number of HBA's is 1
********************************************
Adapter number 0 is named: qlogic-qla2xxx-0
Adapter Attributes...
2007-12-16 09:12:48 UTC by johanhoeke
-
ddillard committed patchset 49 of module hbaapi to the HBA API CVS repository, changing 1 files.
2007-10-23 13:45:25 UTC by ddillard
-
ddillard committed patchset 48 of module hbaapi to the HBA API CVS repository, changing 1 files.
2007-10-23 13:43:43 UTC by ddillard
-
ddillard committed patchset 47 of module hbaapi to the HBA API CVS repository, changing 1 files.
2007-10-23 13:40:25 UTC by ddillard
-
ddillard committed patchset 46 of module hbaapi to the HBA API CVS repository, changing 1 files.
2007-10-22 15:07:23 UTC by ddillard
-
line 679 in HBAAPILIB.c performs a printf in an error condition. This results in writing to stdout and is undesired for applications / daeamons which use their own logging mechanisms ( files & syslog ).
Simple fix is to comment out this line.
2007-01-29 23:04:48 UTC by peter_nature
-
dhutchinson committed patchset 45 of module hbaapi to the HBA API CVS repository, changing 1 files.
2003-02-28 16:28:48 UTC by dhutchinson
-
dhutchinson committed patchset 44 of module hbaapi to the HBA API CVS repository, changing 4 files.
2003-02-27 19:48:57 UTC by dhutchinson
-
dhutchinson committed patchset 43 of module hbaapi to the HBA API CVS repository, changing 1 files.
2002-06-12 19:28:55 UTC by dhutchinson