|
|
sybperl-l Archive
Up Prev Next
From: "Herring, Nathan A" <nathan dot a dot herring at lmco dot com>
Subject: Installation problems of Sybperl 2.10_01 on Solaris 7
Date: May 11 1999 10:16PM
All-
We recently upgraded a server at my site to Solaris 7 so that we could run
ASE 11.9.3. When trying to install sybperl however I ran into the problem
below:
*************************************************************
AutoSplitting ../blib/lib/Sybase/CTlib.pm (../blib/lib/auto/Sybase/CTlib)
/bin/perl -I/usr/local/lib/perl5/5.00503/sun4-solaris
-I/usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/5.00503/ExtUtils/xsubpp
-prototypes -typemap /usr/local/lib/perl5/5.00503/ExtUtils/typemap CTlib.xs
>xstmp.c && mv xstmp.c CTlib.c
/usr/local/bin/gcc -c -I/opt/sybase/include -I/usr/local/include -O
-DVERSION=\"2.10_01\" -DXS_VERSION=\"2.10_01\" -fPIC
-I/usr/local/lib/perl5/5.00503/sun4-solaris/CORE -DCTLIBVS=100
-DSYBPLVER='"2.10_01"' -DDO_TIE CTlib.c
In file included from CTlib.xs:39:
/opt/sybase/include/ctpublic.h:20: sqlda.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `CTlib.o'
Current working directory /tmp/sybperl-2.10_01/CTlib
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
*************************************************************
I can't find this file anywhere. Any guidance that you can provide would be
appreciated.
Nate Herring
> -----Original Message-----
> From: Herring, Nathan A
> Sent: Wednesday, April 14, 1999 3:20 PM
> To: 'SYBPERL-L@listproc.net'
> Subject: Processing Results Returned Field by Field
>
> Can anyone tell me how I can process the results returned one field at a
> time from ct_col_names,ct_col_types, and ct_fetch. I want to output the
> results using various column delimeters instead of just allowing it to
> output the fields with the default of space.
>
> Thanks,
> Nate Herring
|