If anyone has advise on the following errors let me please know...
I believe that It may be the Dynamic Loader but I am not sure
Please help because its starting to get on my nerves.. And yes I have even stooped to the point of volunteering my own Mandrake machine for the cause

Why this was done
Connection for the Universoty of Toledo (my employeer) from a Sun to a MS SQL Server 7 ( the student information server with records of all students)

Here is my Setup


Sun Solaris 7 Sparc
Perl 5.6.1
FreeTDS .51 and/or .52 ( 2 different machines/paths same prob)
DBI 1.18
DBD::FreeTDS (.02 what ever www.cpan.org has the latest of)
DBD::Sybase ( 0.91 I beleive or the latest that I could get)

using dynamic - yes
dynamic postfix - so (standard i believe)
where dynaloader is at
/var/tmp/hfranks/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm


where perl is installed
/var/tmp/hfranks/bin/perl

other versions of perl but not used
/eng/local/bin/perl
/usr/local/bin/perl

location where the FreeTDS resides
/home/top/hfranks/hfranks2/hfranks1 - version .51
/home/top/hfranks/hfranks2/hfranks2 - version .52

$SYBASE = /home/top/hfranks/hfranks2/hfranks1 - at this time
$LD_LIBRARY_PATH = /home/top/hfranks/hfranks2/hfranks1/lib:/usr/lib:/usr/ccs/lib:/opt/SUN +Wspro/lib:/usr/dt/lib:/usr/openwin/lib:/usr/ucblib:/eng/local/lib:/en +g/gnu/lib:/eng/local/X/R6/lib:/eng/applications/CenterLine/lib
Did FreeTDS Compile correctly - yes
Did DBD::Sybase Compile correctly - No make test failed
Did DBD::FreeTDS Compile correctly - No Make test failed

Errors can be found at

DBD::FreeTDS make test errors
http://www.eng.utoledo.edu/~hfranks/scripts/perl/work/errorDBDFreeTDS.txt

DBD::Sybase make test errrors
http://www.eng.utoledo.edu/~hfranks/scripts/perl/work/errorDBDSybase.txt

test script for use... Note that this is the Sybase one and FreeTDS uses simular
http://www.eng.utoledo.edu/~hfranks/scripts/perl/work/test.txt

Error while running DBD::FreeTDS
http://www.eng.utoledo.edu/~hfranks/scripts/perl/work/errorrunFreeTDS.txt

Error while running DBD::Sybase
http://www.eng.utoledo.edu/~hfranks/scripts/perl/work/errorrunSybase.txt

Run through of the Configure run on Perl
http://www.eng.utoledo.edu/~hfranks/scripts/perl/work/perlconfig.txt


Hacker_J99
UTC File Server For all your serving needs.


In reply to MS SQL Fustration by hacker_j99

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.