Displaying 1 result from an estimated 1 matches for "ravl_".
Did you mean:
avl_
2009 Mar 06
1
Fix for foreign package segfault on Solaris 10 Intel
...).
Using truss I found that identically named functions in the Solaris
/lib/libavl.so.1 library were being used instead of the AVL functions
provided in avl.c in the foreign package. To verify, I replaced all
of the "avl_" and "AVL_" patterns in foreign/src/*.[ch] with "ravl_"
and "RAVL_" respectively. Once I made this change, loading the
foreign package caused no further problems.
An alternative workaround was a hack involving symlinks and
LD_LIBRARY_PATH, but that was not satisfactory. Since the foreign avl
functions are incompatible with the ones...