Hi Mike,

I tried 0.14, I couldn't find 0.13 on CPAN.

The results, not good unfortunately:

[root@scorpion DBD-Sybase-0.14]# make test
PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/
usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose);
$verbose=0; runtests @ARGV;' t/*.t
t/base..............install_driver(Sybase) failed: Can't load
'blib/arch/auto/DBD/Sybase/Sybase.so' for module DBD::Sybase:
/opt/sybase/lib/libct.so: undefined symbol: scl_sess_alloc at
/usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169.

 at (eval 1) line 3

 at t/base.t line 18
dubious
        Test returned status 255 (wstat 65280, 0xff00)
Undefined subroutine &Test::Harness::WCOREDUMP called at
/usr/lib/perl5/5.00503/Test/Harness.pm line 288.
make: *** [test_dynamic] Error 255

While I was at CPAN I grabbed every other version I could find:

This one look likes it works:

[root@scorpion DBD-Sybase-0.20]# make test
PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/
usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose);
$verbose=0; runtests @ARGV;' t/*.t
t/autocommit........ok
t/base..............ok
t/login.............ok
t/main..............ok
t/place.............?-style placeholders aren't supported with this SQL
Server.
ok
All tests successful.
Files=5,  Tests=35,  3 wallclock secs ( 1.42 cusr +  0.11 csys =  1.53 CPU)

I guess this is good, will radiator use placeholders?  If so I guess I still
have a problem.

Regards,

Leigh Spiegel
[EMAIL PROTECTED]
http://www.winshop.com.au/

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Mike McCauley
> Sent: Friday, February 18, 2000 9:49
> To: Leigh Spiegel; [EMAIL PROTECTED]
> Subject: Re: (RADIATOR) DBD::Sybase
>
>
> Hi Leigh,
>
> Glad you have made some more progress. Looks like the DBD-Sybase
> is expecting
> some behaviour that ouyr MS_SQL does not have.
>
> We have tested with DBD-Sybase-0.13 and MS-SQL 6.5 without those problems.
> Might suggest you downgrade to 0.13?
>
> Cheers.
>
>
> On Feb 18, 11:33am, Leigh Spiegel wrote:
> > Subject: RE: (RADIATOR) DBD::Sybase
> > Hello,
> >
> > I managed to get a little further with this problem, I didn't
> have anything
> > set in /opt/sybase/interfaces
> >
> > now make test reports the following:
> >
> > [root@scorpion DBD-Sybase-0.21]# make test
> > PERL_DL_NONLAZY=1
> > /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/lib/perl5/5.00503/i386-linux -I/
> > usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose);
> > $verbose=0; runtests @ARGV;' t/*.t
> > t/autocommit........ok
> > t/base..............ok
> > t/fail..............Panic: dynamic SQL (? placeholders) are not
> supported by
> > the server you are connecting to at blib/lib/DBD/Sybase.pm line 95.
> > dubious
> >         Test returned status 11 (wstat 2816, 0xb00)
> > Undefined subroutine &Test::Harness::WCOREDUMP called at
> > /usr/lib/perl5/5.00503/Test/Harness.pm line 288.
> > make: *** [test_dynamic] Error 11
> >
> > Regards,
> >
> > Leigh Spiegel
> > [EMAIL PROTECTED]
> > http://www.winshop.com.au/
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> > > Behalf Of Leigh Spiegel
> > > Sent: Friday, February 18, 2000 10:55
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: (RADIATOR) DBD::Sybase
> > >
> > >
> > > Hello,
> > >
> > > This is a little off topic but I'm having problems getting the
> > > make test on
> > > DBD::Sybase working and maybe someone here could offer me a
> few pointers.
> > >
> > > [root@scorpion DBD-Sybase-0.21]# perl Makefile.PL
> > > Using DBI 1.13 installed in
> > > /usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBI
> > > Writing Makefile for DBD::Sybase
> > >
> > > [root@scorpion DBD-Sybase-0.21]# make
> > > cc -c -I/opt/sybase/include
> > > -I/usr/lib/perl5/site_perl/5.005/i386-linux/auto
> > > /DBI -Dbool=char -DHAS_BOOL -I/usr/local/include -O2
> > > -DVERSION=\"0.21\" -
> > > DXS_VERSION=\"0.21\" -fpic -I/usr/lib/perl5/5.00503/i386-linux/CORE
> > > Sybase.c
> > > cc -c -I/opt/sybase/include
> > > -I/usr/lib/perl5/site_perl/5.005/i386-linux/auto
> > > /DBI -Dbool=char -DHAS_BOOL -I/usr/local/include -O2
> > > -DVERSION=\"0.21\" -
> > > DXS_VERSION=\"0.21\" -fpic -I/usr/lib/perl5/5.00503/i386-linux/CORE
> > > dbdimp.c
> > > Running Mkbootstrap for DBD::Sybase ()
> > > chmod 644 Sybase.bs
> > > LD_RUN_PATH="/opt/sybase/lib:/lib" cc -o
> > > lib/arch/auto/DBD/Sybase/Sybase.so  -L/opt/sybase/lib -shared
> > > -L/usr/local/l
> > > ib Sybase.o
> > > dbdimp.o    -L/opt/sybase/lib -lct -lcs -lsybtcl -lcomn
> -lintl -linsck -lm
> > > chmod 755 blib/arch/auto/DBD/Sybase/Sybase.so
> > > cp Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs
> > > chmod 644 blib/arch/auto/DBD/Sybase/Sybase.bs
> > > Manifying blib/man3/DBD::Sybase.3
> > >
> > > [root@scorpion DBD-Sybase-0.21]# make test
> > > PERL_DL_NONLAZY=1
> > > /usr/bin/perl -Iblib/arch -Iblib/lib
> > > -I/usr/lib/perl5/5.00503/i386-linux -I/
> > > usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose);
> > > $verbose=0; runtests @ARGV;' t/*.t
> > > t/autocommit........Can't call method "do" on an undefined value at
> > > t/autocommit.t line 45.
> > > dubious
> > >         Test returned status 255 (wstat 65280, 0xff00)
> > > Undefined subroutine &Test::Harness::WCOREDUMP called at
> > > /usr/lib/perl5/5.00503/Test/Harness.pm line 288.
> > > make: *** [test_dynamic] Error 255
> > >
> > > Anyone got any ideas on what I could be doing wrong?
> > >
> > > Regards,
> > >
> > > Leigh Spiegel
> > > [EMAIL PROTECTED]
> > > http://www.winshop.com.au/
> > >
> > >
> > >
> > > ===
> > > Archive at http://www.thesite.com.au/~radiator/
> > > To unsubscribe, email '[EMAIL PROTECTED]' with
> > > 'unsubscribe radiator' in the body of the message.
> >
> >
> > ===
> > Archive at http://www.thesite.com.au/~radiator/
> > To unsubscribe, email '[EMAIL PROTECTED]' with
> > 'unsubscribe radiator' in the body of the message.
> >-- End of excerpt from Leigh Spiegel
>
>
>
> --
> Mike McCauley                               [EMAIL PROTECTED]
> Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
> 24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
> Phone +61 3 9598-0985                       Fax   +61 3 9598-0955
>
> Radiator: the most portable, flexible and configurable RADIUS server
> anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
> NT, Rhapsody
> ===
> Archive at http://www.thesite.com.au/~radiator/
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to