Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FreeUDFLibC: undefined symbol

Status
Not open for further replies.

fxm001

Programmer
May 4, 2006
2
GB
I have 2 new installations of Interbase 6 on 2 different linux servers 1 RH (not sure of version) on a cobalt raq4 and the other on a Suse 9.2 installation.

I have basically performed the same installation procedure for both boxes and both report the following error when trying to delete records from a table.

/opt/interbase/bin/isql: symbol lookup error: /opt/interbase/UDF/FreeUDFLibC: undefined symbol: ib_util_malloc

I have scoured the web but cannont find anything that looks like my problem... Can someone please help me???

Thanks.
 
Also I have installed the FreeUDFLibC library as directed and that also fails during the 'make install' procedure, although it does produce a file in the UDF directory of the interbase installation.

date_functions.o: In function `cdow_long':
date_functions.o(.text+0x2e1): undefined reference to `ib_util_malloc'


There are several of the above messages.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top