Re: (RADIATOR) radiator on solaris SPARC

2003-08-14 Thread Eapen Joseph
hi,
i have radiator working fine without any problem on sun. The compiler 
i've used is workshop6. All the perl modules installation also went 
fine.

rgds
eapen

- Original Message -
From: "Ayotunde Itayemi" <[EMAIL PROTECTED]>
Date: Tuesday, August 5, 2003 2:06 pm
Subject: Re: (RADIATOR) radiator on solaris SPARC

> Hi Elias, hi Richard,
> 
> You are both right! To think I spent the whole of yesterday on this!
> I have started installing the perl modules in less than 30minutes!
> 
> Ok. I uninstalled perl 5.005 which came with Solaris and installed the
> GNU perl 5.6.1 instead ( I had done that before reading Richard's 
> reply)I guess I could have kept both.
> 
> I also installed the GNC gcc 3.3 and libgcc 3.3
> 
> soft-linked /usr/ucb/cc to /usr/local/bin/gcc
> 
> and I am compiling away!
> 
> Thanks, it goes to show that "Knowledge is indeed power!"
> 
> Tunde Itayemi.
> 
>  - Original Message - 
>  From: Elias 
>  To: Ayotunde Itayemi 
>  Sent: Tuesday, August 05, 2003 11:00 AM
>  Subject: Re: (RADIATOR) radiator on solaris SPARC
> 
> 
> ***
> Your mail has been scanned by TMnet VirusWall.
> ***
> 
> 
> 
>  Hi,
> 
>  I'm running my Radiator setup on Solaris 8 with an Oracle DB. I 
> think your problem is more with Perl. The default Perl 
> installation that comes with Solaris is linked to use cc. I 
> normally reinstall Perl to get it to run with gcc. 
>- Original Message - 
>From: Ayotunde Itayemi 
>To: [EMAIL PROTECTED] 
>Cc: Hugh Irvine 
>Sent: Tuesday, August 05, 2003 5:31 PM
>Subject: (RADIATOR) radiator on solaris SPARC
> 
> 
> ***
> This e-mail was scanned by TM Net E-Mail Virus Shield.
> ***
> 
> 
> 
> 
>Hi All,
> 
>I have a Netra X1 (Solaris 8 SPARC) (and also a Sun SureFire 
> v100) and I have tried without 
>sucess to install radiator on them.
>I can't install most perl modules either, and yes I have seen 
> all the mails on the net about 
>installing GNU gcc and pointing the cc (wrapper) for the 
> inexistent SUN compiler to gcc.
> 
>perl Makefile.PL works everytime but make always bombs with 
> something similar to
>(see below). I have tried both the solaris make and the GNU 
> make (v 3.80)
> 
>someone suggested gcc 2.95.2 which is supposed to be 
> compatible with most OS, 
>I have also tried 3.2.2 and 3.3.
> 
>Has anyone installed radiator on solaris 8 sparc? and used it 
> with a database?
>I was able to install the Oracle 9i client by the way on the s.
>perl version is 5.005_03
> 
>Thanks.
>Regards,
>Tunde I.
> 
>=
>cp Changes blib/lib/DBI/Changes.pm
>cc -c   -xO3 -xdepend-DVERSION=\"1.21\" -
> DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -
> DDBI_NO_THREADS Perl.c
>cc: unrecognized option `-KPIC'
>cc: language depend not recognized
>cc: Perl.c: linker input file unused since linking not done
>/usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -
> I/usr/perl5/5.00503 /usr/perl5/5.00503/ExtUtils/xsubpp  -typemap 
> /usr/perl5/5.00503/ExtUtils/typemap DBI.xs >xstmp.c && mv xstmp.c 
> DBI.ccc -c   -xO3 -xdepend-DVERSION=\"1.21\" -
> DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -
> DDBI_NO_THREADS DBI.c
>cc: unrecognized option `-KPIC'
>cc: language depend not recognized
>cc: DBI.c: linker input file unused since linking not done
>Running Mkbootstrap for DBI ()
>chmod 644 DBI.bs
>LD_RUN_PATH="" cc -o blicc: DBI.o: No such file or directory
>cc: No input files
>make: *** [blibash-2.03#
> 
> 

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


Re: (RADIATOR) radiator on solaris SPARC

2003-08-14 Thread Richard Grantham
You will need the Sun C compiler collection to install these modules
because the Perl shipped with Solaris is compiled with it.  I suggest
you do this instead:

Download perl, gcc and GNU make from www.sunfreeware.com.  Perl has been
compiled with gcc, therefore you will be able to compile the new modules
with gcc.  They all install in /usr/local/bin.  Use these tools to
install Radiator.

Make sure that when running 'perl Makefile.PL' you are running the perl
binary in /usr/local/bin

Richard

> Ayotunde Itayemi wrote:
> 
> 
> Hi All,
> 
> I have a Netra X1 (Solaris 8 SPARC) (and also a Sun SureFire v100) and
> I have tried without
> sucess to install radiator on them.
> I can't install most perl modules either, and yes I have seen all the
> mails on the net about
> installing GNU gcc and pointing the cc (wrapper) for the inexistent
> SUN compiler to gcc.
> 
> perl Makefile.PL works everytime but make always bombs with something
> similar to
> (see below). I have tried both the solaris make and the GNU make (v
> 3.80)
> 
> someone suggested gcc 2.95.2 which is supposed to be compatible with
> most OS,
> I have also tried 3.2.2 and 3.3.
> 
> Has anyone installed radiator on solaris 8 sparc? and used it with a
> database?
> I was able to install the Oracle 9i client by the way on the s.
> perl version is 5.005_03
> 
> Thanks.
> Regards,
> Tunde I.
> 
> =
> cp Changes blib/lib/DBI/Changes.pm
> cc -c   -xO3 -xdepend-DVERSION=\"1.21\" -DXS_VERSION=\"1.21\"
> -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS Perl.c
> cc: unrecognized option `-KPIC'
> cc: language depend not recognized
> cc: Perl.c: linker input file unused since linking not done
> /usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503
> /usr/perl5/5.00503/ExtUtils/xsubpp  -typemap
> /usr/perl5/5.00503/ExtUtils/typemap DBI.xs >xstmp.c && mv xstmp.c
> DBI.c
> cc -c   -xO3 -xdepend-DVERSION=\"1.21\" -DXS_VERSION=\"1.21\"
> -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS DBI.c
> cc: unrecognized option `-KPIC'
> cc: language depend not recognized
> cc: DBI.c: linker input file unused since linking not done
> Running Mkbootstrap for DBI ()
> chmod 644 DBI.bs
> LD_RUN_PATH="" cc -o blib/arch/auto/DBI/DBI.so  -G DBI.o
> cc: DBI.o: No such file or directory
> cc: No input files
> make: *** [blib/arch/auto/DBI/DBI.so] Error 1
> bash-2.03#
>
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.


(RADIATOR) radiator on solaris SPARC

2003-08-14 Thread Ayotunde Itayemi



 
Hi All,
 
I have a Netra X1 (Solaris 8 SPARC) (and also a Sun 
SureFire v100) and I have tried without 
sucess to install 
radiator on them.
I can't install most perl modules either, and yes I 
have seen all the mails on the net about 

installing GNU gcc and pointing the cc (wrapper) 
for the inexistent SUN compiler to 
gcc.
 
perl Makefile.PL works everytime but make always 
bombs with something similar to
(see below). I have tried both the solaris make and 
the GNU make (v 3.80)
 
someone suggested gcc 2.95.2 which is supposed to 
be compatible with most OS, 
I have also tried 3.2.2 and 3.3.
 
Has anyone installed radiator on solaris 8 sparc? 
and used it with a database?
I was able to install the Oracle 9i client by the 
way on the s.
perl version is 5.005_03
 
Thanks.
Regards,
Tunde I.
 
=
cp Changes blib/lib/DBI/Changes.pmcc 
-c   -xO3 -xdepend    -DVERSION=\"1.21\" 
-DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE 
-DDBI_NO_THREADS Perl.ccc: unrecognized option `-KPIC'cc: language 
depend not recognizedcc: Perl.c: linker input file unused since linking not 
done/usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 
/usr/perl5/5.00503/ExtUtils/xsubpp  -typemap 
/usr/perl5/5.00503/ExtUtils/typemap DBI.xs >xstmp.c && mv xstmp.c 
DBI.ccc -c   -xO3 -xdepend    -DVERSION=\"1.21\" 
-DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE 
-DDBI_NO_THREADS DBI.ccc: unrecognized option `-KPIC'cc: language depend 
not recognizedcc: DBI.c: linker input file unused since linking not 
doneRunning Mkbootstrap for DBI ()chmod 644 DBI.bsLD_RUN_PATH="" cc 
-o blib/arch/auto/DBI/DBI.so  -G DBI.occ: DBI.o: No such file or 
directorycc: No input filesmake: *** [blib/arch/auto/DBI/DBI.so] Error 
1bash-2.03#
 


RE: (RADIATOR) radiator on solaris SPARC

2003-08-11 Thread Surajh Surjoo [ MTN - Innovation Centre ]
Hi All
One of our engineers was having some problems with installing RADIATOR on Solaris 9. 
He has installed it correctly with no issues many times before on Solaris 8. Anyone 
came across any issues on 9? Pls let me know?
Thanks

Surajh Surjoo
Systems Engineer - Data
Mobile: 0832129829
Mobile Fax: 083 8 2129829
Office Fax: 011 3018811
Office Tel: 011 3016000
[EMAIL PROTECTED]

"Imagination is more important than Knowledge" - Albert Einstein


-Original Message-
From: Eapen Joseph [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 06 August 2003 6:41 AM
To: Ayotunde Itayemi
Cc: Elias; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: (RADIATOR) radiator on solaris SPARC


hi,
i have radiator working fine without any problem on sun. The compiler 
i've used is workshop6. All the perl modules installation also went 
fine.

rgds
eapen

- Original Message -
From: "Ayotunde Itayemi" <[EMAIL PROTECTED]>
Date: Tuesday, August 5, 2003 2:06 pm
Subject: Re: (RADIATOR) radiator on solaris SPARC

> Hi Elias, hi Richard,
> 
> You are both right! To think I spent the whole of yesterday on this!
> I have started installing the perl modules in less than 30minutes!
> 
> Ok. I uninstalled perl 5.005 which came with Solaris and installed the
> GNU perl 5.6.1 instead ( I had done that before reading Richard's 
> reply)I guess I could have kept both.
> 
> I also installed the GNC gcc 3.3 and libgcc 3.3
> 
> soft-linked /usr/ucb/cc to /usr/local/bin/gcc
> 
> and I am compiling away!
> 
> Thanks, it goes to show that "Knowledge is indeed power!"
> 
> Tunde Itayemi.
> 
>  - Original Message ----- 
>  From: Elias 
>  To: Ayotunde Itayemi 
>  Sent: Tuesday, August 05, 2003 11:00 AM
>  Subject: Re: (RADIATOR) radiator on solaris SPARC
> 
> 
> ***
> Your mail has been scanned by TMnet VirusWall.
> ***
> 
> 
> 
>  Hi,
> 
>  I'm running my Radiator setup on Solaris 8 with an Oracle DB. I 
> think your problem is more with Perl. The default Perl 
> installation that comes with Solaris is linked to use cc. I 
> normally reinstall Perl to get it to run with gcc. 
>- Original Message - 
>    From: Ayotunde Itayemi 
>To: [EMAIL PROTECTED] 
>Cc: Hugh Irvine 
>Sent: Tuesday, August 05, 2003 5:31 PM
>Subject: (RADIATOR) radiator on solaris SPARC
> 
> 
> ***
> This e-mail was scanned by TM Net E-Mail Virus Shield.
> ***
> 
> 
> 
> 
>Hi All,
> 
>I have a Netra X1 (Solaris 8 SPARC) (and also a Sun SureFire 
> v100) and I have tried without 
>sucess to install radiator on them.
>I can't install most perl modules either, and yes I have seen 
> all the mails on the net about 
>installing GNU gcc and pointing the cc (wrapper) for the 
> inexistent SUN compiler to gcc.
> 
>perl Makefile.PL works everytime but make always bombs with 
> something similar to
>(see below). I have tried both the solaris make and the GNU 
> make (v 3.80)
> 
>someone suggested gcc 2.95.2 which is supposed to be 
> compatible with most OS, 
>I have also tried 3.2.2 and 3.3.
> 
>Has anyone installed radiator on solaris 8 sparc? and used it 
> with a database?
>I was able to install the Oracle 9i client by the way on the s.
>perl version is 5.005_03
> 
>Thanks.
>Regards,
>Tunde I.
> 
>=
>cp Changes blib/lib/DBI/Changes.pm
>cc -c   -xO3 -xdepend-DVERSION=\"1.21\" -
> DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -
> DDBI_NO_THREADS Perl.c
>cc: unrecognized option `-KPIC'
>cc: language depend not recognized
>cc: Perl.c: linker input file unused since linking not done
>/usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -
> I/usr/perl5/5.00503 /usr/perl5/5.00503/ExtUtils/xsubpp  -typemap 
> /usr/perl5/5.00503/ExtUtils/typemap DBI.xs >xstmp.c && mv xstmp.c 
> DBI.ccc -c   -xO3 -xdepend-DVERSION=\"1.21\" -
> DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -
> DDBI_NO_THREADS DBI.c
>cc: unrecognized option `-KPIC'
>cc: language depend not recognized
>cc: DBI.c: linker input file unused since linking not done
>Running Mkbootstrap for DBI ()
>chmod 644 DBI.bs
>LD_RUN_PATH="" cc -o blicc: DBI.o: No such file or directory
>cc: No input files
>make: *** [blibash-2.03#
> 
> 

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


Re: (RADIATOR) radiator on solaris SPARC

2003-08-08 Thread Ayotunde Itayemi
7: dereferencing pointer to incomplete type
Oracle.xs:57: dereferencing pointer to incomplete type
Oracle.xs:57: dereferencing pointer to incomplete type
Oracle.xs:60: dereferencing pointer to incomplete type
Oracle.xs:60: dereferencing pointer to incomplete type
Oracle.xs:60: dereferencing pointer to incomplete type
Oracle.xs:60: dereferencing pointer to incomplete type
Oracle.xs:60: dereferencing pointer to incomplete type
Oracle.xs:60: dereferencing pointer to incomplete type
Oracle.xs:60: dereferencing pointer to incomplete type
Oracle.xs:60: dereferencing pointer to incomplete type
Oracle.xs:64: dereferencing pointer to incomplete type
Oracle.xs:66: dereferencing pointer to incomplete type
Oracle.xs:85: dereferencing pointer to incomplete type
Oracle.xs:85: dereferencing pointer to incomplete type
Oracle.xs:85: dereferencing pointer to incomplete type
Oracle.xs:85: dereferencing pointer to incomplete type
Oracle.xs:85: dereferencing pointer to incomplete type
Oracle.xs:85: dereferencing pointer to incomplete type
Oracle.xs:85: dereferencing pointer to incomplete type
Oracle.xs:85: dereferencing pointer to incomplete type
Oracle.xs:87: dereferencing pointer to incomplete type
Oracle.xs:87: dereferencing pointer to incomplete type
Oracle.xsi: In function `boot_DBD__Oracle':
Oracle.xsi:18: sizeof applied to an incomplete type
Oracle.xsi:19: sizeof applied to an incomplete type
make: *** [Oracle.o] Error 1
#


- Original Message - 
From: "Eapen Joseph" <[EMAIL PROTECTED]>
To: "Ayotunde Itayemi" <[EMAIL PROTECTED]>
Cc: "Elias" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 5:41 AM
Subject: Re: (RADIATOR) radiator on solaris SPARC


> hi,
> i have radiator working fine without any problem on sun. The compiler
> i've used is workshop6. All the perl modules installation also went
> fine.
>
> rgds
> eapen
>
> - Original Message -
> From: "Ayotunde Itayemi" <[EMAIL PROTECTED]>
> Date: Tuesday, August 5, 2003 2:06 pm
> Subject: Re: (RADIATOR) radiator on solaris SPARC
>
> > Hi Elias, hi Richard,
> >
> > You are both right! To think I spent the whole of yesterday on this!
> > I have started installing the perl modules in less than 30minutes!
> >
> > Ok. I uninstalled perl 5.005 which came with Solaris and installed the
> > GNU perl 5.6.1 instead ( I had done that before reading Richard's
> > reply)I guess I could have kept both.
> >
> > I also installed the GNC gcc 3.3 and libgcc 3.3
> >
> > soft-linked /usr/ucb/cc to /usr/local/bin/gcc
> >
> > and I am compiling away!
> >
> > Thanks, it goes to show that "Knowledge is indeed power!"
> >
> > Tunde Itayemi.
> >
> >  - Original Message - 
> >  From: Elias
> >  To: Ayotunde Itayemi
> >  Sent: Tuesday, August 05, 2003 11:00 AM
> >  Subject: Re: (RADIATOR) radiator on solaris SPARC
> >
> >
> > ***
> > Your mail has been scanned by TMnet VirusWall.
> > ***********
> >
> >
> >
> >  Hi,
> >
> >  I'm running my Radiator setup on Solaris 8 with an Oracle DB. I
> > think your problem is more with Perl. The default Perl
> > installation that comes with Solaris is linked to use cc. I
> > normally reinstall Perl to get it to run with gcc.
> >- Original Message - 
> >From: Ayotunde Itayemi
> >To: [EMAIL PROTECTED]
> >Cc: Hugh Irvine
> >Sent: Tuesday, August 05, 2003 5:31 PM
> >Subject: (RADIATOR) radiator on solaris SPARC
> >
> >
> > ***
> > This e-mail was scanned by TM Net E-Mail Virus Shield.
> > ***
> >
> >
> >
> >
> >Hi All,
> >
> >I have a Netra X1 (Solaris 8 SPARC) (and also a Sun SureFire
> > v100) and I have tried without
> >sucess to install radiator on them.
> >I can't install most perl modules either, and yes I have seen
> > all the mails on the net about
> >installing GNU gcc and pointing the cc (wrapper) for the
> > inexistent SUN compiler to gcc.
> >
> >perl Makefile.PL works everytime but make always bombs with
> > something similar to
> >(see below). I have tried both the solaris make and the GNU
> > make (v 3.80)
> >
> >someone suggested gcc 2.95.2 which is supposed to be
> > compatible with most OS,
> >I have also tried 3.2.2 and 3.3.
> >
> >Has anyone installed radiator on solaris 8 sparc? and used it
> > with a database?
> >I was able to install the Oracle 9

Re: (RADIATOR) radiator on solaris SPARC

2003-08-07 Thread Ayotunde Itayemi
Hi Eapen, hi All,

This is no longer radiator but ...
By the way, I couldnt install the DBD-Oracle perl module - it seems
anything short of a full Oracle DB install wont work - I installed only
the runtime client so now I have to reinstall the whole thing again.
Now whenever I start the Oracle installer, it crashes out with a JVM error!
Why me! :-(

Eapen, what sort of SUN do you have? I also have a Netra X1 here with me
that the owner has lost its LOMlite password.
I got some info from tech-tips about resetting a jumper on the board
(J13) but that was for a larger SUN machine so I couldnt find the jumper
on the board. I noticed though that there is a jumper right next to the
flash card on the SUN ... :-)

Any ideas?

Regards,
Tunde I.


- Original Message - 
From: "Eapen Joseph" <[EMAIL PROTECTED]>
To: "Ayotunde Itayemi" <[EMAIL PROTECTED]>
Cc: "Elias" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 5:41 AM
Subject: Re: (RADIATOR) radiator on solaris SPARC


> hi,
> i have radiator working fine without any problem on sun. The compiler
> i've used is workshop6. All the perl modules installation also went
> fine.
>
> rgds
> eapen
>
> - Original Message -
> From: "Ayotunde Itayemi" <[EMAIL PROTECTED]>
> Date: Tuesday, August 5, 2003 2:06 pm
> Subject: Re: (RADIATOR) radiator on solaris SPARC
>
> > Hi Elias, hi Richard,
> >
> > You are both right! To think I spent the whole of yesterday on this!
> > I have started installing the perl modules in less than 30minutes!
> >
> > Ok. I uninstalled perl 5.005 which came with Solaris and installed the
> > GNU perl 5.6.1 instead ( I had done that before reading Richard's
> > reply)I guess I could have kept both.
> >
> > I also installed the GNC gcc 3.3 and libgcc 3.3
> >
> > soft-linked /usr/ucb/cc to /usr/local/bin/gcc
> >
> > and I am compiling away!
> >
> > Thanks, it goes to show that "Knowledge is indeed power!"
> >
> > Tunde Itayemi.
> >
> >  - Original Message - 
> >  From: Elias
> >  To: Ayotunde Itayemi
> >  Sent: Tuesday, August 05, 2003 11:00 AM
> >  Subject: Re: (RADIATOR) radiator on solaris SPARC
> >
> >
> > ***
> > Your mail has been scanned by TMnet VirusWall.
> > ***
> >
> >
> >
> >  Hi,
> >
> >  I'm running my Radiator setup on Solaris 8 with an Oracle DB. I
> > think your problem is more with Perl. The default Perl
> > installation that comes with Solaris is linked to use cc. I
> > normally reinstall Perl to get it to run with gcc.
> >- Original Message - 
> >From: Ayotunde Itayemi
> >To: [EMAIL PROTECTED]
> >Cc: Hugh Irvine
> >Sent: Tuesday, August 05, 2003 5:31 PM
> >Subject: (RADIATOR) radiator on solaris SPARC
> >
> >
> > ***
> > This e-mail was scanned by TM Net E-Mail Virus Shield.
> > ***
> >
> >
> >
> >
> >Hi All,
> >
> >I have a Netra X1 (Solaris 8 SPARC) (and also a Sun SureFire
> > v100) and I have tried without
> >sucess to install radiator on them.
> >I can't install most perl modules either, and yes I have seen
> > all the mails on the net about
> >installing GNU gcc and pointing the cc (wrapper) for the
> > inexistent SUN compiler to gcc.
> >
> >perl Makefile.PL works everytime but make always bombs with
> > something similar to
> >(see below). I have tried both the solaris make and the GNU
> > make (v 3.80)
> >
> >someone suggested gcc 2.95.2 which is supposed to be
> > compatible with most OS,
> >I have also tried 3.2.2 and 3.3.
> >
> >Has anyone installed radiator on solaris 8 sparc? and used it
> > with a database?
> >I was able to install the Oracle 9i client by the way on the s.
> >perl version is 5.005_03
> >
> >Thanks.
> >Regards,
> >Tunde I.
> >
> >=
> >cp Changes blib/lib/DBI/Changes.pm
> >cc -c   -xO3 -xdepend-DVERSION=\"1.21\" -
> > DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -
> > DDBI_NO_THREADS Perl.c
> >cc: unrecognized option `-KPIC'
> >cc: language depend not recognized
> >cc: Perl.c: linker input file unused since linking not done
> >/usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris 

Re: (RADIATOR) radiator on solaris SPARC

2003-08-06 Thread Ayotunde Itayemi



Hi Elias, hi Richard,
 
You are both right! To think I spent the whole of 
yesterday on this!
I have started installing the perl modules in less 
than 30minutes!
 
Ok. I uninstalled perl 5.005 which came with 
Solaris and installed the
GNU perl 5.6.1 instead ( I had done that before 
reading Richard's reply)
I guess I could have kept both.
 
I also installed the GNC gcc 3.3 and libgcc 
3.3
 
soft-linked /usr/ucb/cc to 
/usr/local/bin/gcc
 
and I am compiling away!
 
Thanks, it goes to show that "Knowledge is indeed 
power!"
 
Tunde Itayemi.
 

  - Original Message - 
  From: 
  Elias 
  To: Ayotunde Itayemi 
  Sent: Tuesday, August 05, 2003 11:00 
  AM
  Subject: Re: (RADIATOR) radiator on 
  solaris SPARC
  
  


  ***
Your mail has been scanned by TMnet VirusWall.
***


  
  Hi,
   
  I'm running my Radiator setup on Solaris 8 with 
  an Oracle DB. I think your problem is more with Perl. The default Perl 
  installation that comes with Solaris is linked to use cc. I normally reinstall 
  Perl to get it to run with gcc. 
  
- Original Message - 
From: 
Ayotunde 
Itayemi 
To: [EMAIL PROTECTED] 
Cc: Hugh Irvine 
Sent: Tuesday, August 05, 2003 5:31 
    PM
    Subject: (RADIATOR) radiator on solaris 
SPARC


  
  
***
This e-mail was scanned by TM Net E-Mail Virus Shield.
***





 
Hi All,
 
I have a Netra X1 (Solaris 8 SPARC) (and also a 
Sun SureFire v100) and I have tried without 
sucess to 
install radiator on them.
I can't install most perl modules either, and 
yes I have seen all the mails on the net 
about 
installing GNU gcc and pointing the cc 
(wrapper) for the inexistent SUN compiler to 
gcc.
 
perl Makefile.PL works everytime but make 
always bombs with something similar 
to
(see below). I have tried both the solaris make 
and the GNU make (v 3.80)
 
someone suggested gcc 2.95.2 which is supposed 
to be compatible with most OS, 
I have also tried 3.2.2 and 3.3.
 
Has anyone installed radiator on solaris 8 
sparc? and used it with a database?
I was able to install the Oracle 9i client by 
the way on the s.
perl version is 5.005_03
 
Thanks.
Regards,
Tunde I.
 
=
cp Changes blib/lib/DBI/Changes.pmcc 
-c   -xO3 -xdepend    -DVERSION=\"1.21\" 
-DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE 
-DDBI_NO_THREADS Perl.ccc: unrecognized option `-KPIC'cc: language 
depend not recognizedcc: Perl.c: linker input file unused since linking 
not done/usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris 
-I/usr/perl5/5.00503 /usr/perl5/5.00503/ExtUtils/xsubpp  -typemap 
/usr/perl5/5.00503/ExtUtils/typemap DBI.xs >xstmp.c && mv xstmp.c 
DBI.ccc -c   -xO3 -xdepend    
-DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -KPIC 
-I/usr/perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS DBI.ccc: 
unrecognized option `-KPIC'cc: language depend not recognizedcc: 
DBI.c: linker input file unused since linking not doneRunning 
Mkbootstrap for DBI ()chmod 644 DBI.bsLD_RUN_PATH="" cc -o 
blib/arch/auto/DBI/DBI.so  -G DBI.occ: DBI.o: No such file or 
directorycc: No input filesmake: *** [blib/arch/auto/DBI/DBI.so] 
Error 1bash-2.03#