> Do the regression tests pass?
I am running them now..am I looking for something
in particular??.it seems like some fail and some don't
which kinda follows what the docs say.
> The eventual patch will be a change/addition in src/Makefile.shlib,
> in the section for your platform (solaris_sparc).  I am guessing that
> we might need to add a line like
>   SHLIB_LINK        += -lc
Well that did something..but I don't think it fixed it completly:
ldd -r ./libpsqlodbc.so.0.25
warning: ldd: ./libpsqlodbc.so.0.25: is not executable       libc.so.1 =>     /usr/lib/libc.so.1       libdl.so.1 =>
/usr/lib/libdl.so.1      /usr/platform/SUNW,UltraSPARC-IIi-Engine/lib/libc_psr.so.1       symbol not found: pow
 (./libpsqlodbc.so.0.25)       symbol not found: shutdown              (./libpsqlodbc.so.0.25)       symbol not found:
inet_addr            (./libpsqlodbc.so.0.25)       symbol not found: gethostbyname         (./libpsqlodbc.so.0.25)
symbol not found: socket                (./libpsqlodbc.so.0.25)       symbol not found: connect
(./libpsqlodbc.so.0.25)      symbol not found: send          (./libpsqlodbc.so.0.25)       symbol not found: recv
  (./libpsqlodbc.so.0.25)
 
Any other thoughts..??
Thanks for the help!
Daren