Skip to Content.
Sympa Menu

freetds - problems running isql on sun 2.8

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: jacob.skolnik AT motorola.com
  • To: freetds AT franklin.oit.unc.edu
  • Subject: problems running isql on sun 2.8
  • Date: Tue, 23 Jul 2002 13:25:54 -0400


Everything compiled fine but when I run isql I get relocation errors for
undefined symbols:

100 > isql -v P450 root rootroot
ld.so.1: isql: fatal: relocation error: file
/_TOOLS_/dist/freetds-053/sparc-sun-solaris2.8/lib/libtdsodbc.so: symbol
tds_alloc_login: referenced symbol not found
Killed

So I recompiled adding the -ltds and -L<lib path> to the make file and got:

102 > isql -v P450 root rootroot
ld.so.1: isql: fatal: relocation error: file
/_TOOLS_/dist/freetds-053/sparc-sun-solaris2.8/lib/libtds.so.0: symbol
gethostbyname: referenced symbol not found
Killed

I am sure I got LD_LIBRARY_PATH set right when I built the tools
(configure and make) and when I run the isql executable but the makefiles
are missing much of the -l and -L switches I would of expected. One issue
is that I do not install anything in /usr/local so each freeware has its
own location.

Any ideas?

Jake





Archive powered by MHonArc 2.6.24.

Top of Page