Skip to Content.
Sympa Menu

freetds - Re: [freetds] missing libtdsodbc.so

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] missing libtdsodbc.so
  • Date: Fri, 6 Apr 2007 08:46:23 +0200

>
> ** Proprietary **
>
> ok, I verified that the header file was located in /usr/local/include
>
> /usr/local/include (p3k) <prod2> ll sql*
> -rw-r--r-- 1 root sys 31945 Apr 4 17:04 sql.h
> -rw-r--r-- 1 root sys 1114 Apr 4 19:24 sqldb.h
> -rw-r--r-- 1 root sys 78462 Apr 4 17:04 sqlext.h
> -rw-r--r-- 1 root sys 1137 Apr 4 19:24 sqlfront.h
> -rw-r--r-- 1 root sys 11202 Apr 4 17:04 sqltypes.h
> -rw-r--r-- 1 root sys 21671 Apr 4 17:04 sqlucode.h
> /usr/local/include (p3k) <prod2>
>
> I did ./configure --with-unixodbc=/usr/local then make then
> your find command and this is what I got:
>
>
> [PRODUX]:/home/jwolgast/freetds-0.64 ->find . -name libtdsodbc.so
> [PRODUX]:/home/jwolgast/freetds-0.64 ->
>

HP-UX use .sl extension so probably you will find a libtdsodbc.sl.

Try also a

$ cd src/odbc
$ ls .libs

you should see some *.o files and the .sl file.

>
> Now I uploaded and unpacked the tar file in my home
> directory, could that be causing any problems???
>

No, and as usual you should avoid to even compile anything using root
account.

freddy77





Archive powered by MHonArc 2.6.24.

Top of Page