Re: Re: Re: Re: DBD-Oracle-1.12 missing Oracle.o, DBD_ORA_OBJ.o

2002-01-09 Thread tomaskovic
I did following: perl Makefile.PL -nob --> same result perl Makefile.PL -c--> same result perl Makefile.PL -n LIBCLNTSH --> same result perl Makefile.PL -p--> same result only result of "perl Makefile.PL -l" did vary: "make" failed with: "*** Error code 1 make

Re: Re: Re: DBD-Oracle-1.12 missing Oracle.o, DBD_ORA_OBJ.o

2002-01-09 Thread tomaskovic
> Your DBD::Oracle and DBI should always be built with the > same compiler as built the perl you'll be using it with. All else > is doomed to heartache. > > Build yourself a new perl and start over. > > Tim. okay.. did so: installed perl5.6.1 (and before that I installed gcc2.95.3 - binary fro

Re: Re: DBD-Oracle-1.12 missing Oracle.o, DBD_ORA_OBJ.o

2002-01-08 Thread tomaskovic
thanks for your help, but as I spent the whole day with my problem, so it naturally changed (did grow?).. ;)) my first problem is/was: Config.pm returns "old" values (e.g. "SunOS 5.7" instead of "SunOs 5.8"), so I manually changed all "cc"-entries to "gcc". (I think, I can't hide, that I'm not

DBD-Oracle-1.12 missing Oracle.o, DBD_ORA_OBJ.o

2002-01-08 Thread tomaskovic
hi there.. i am desperately trying to install DBD-Oracle-1.12 and i need help!! installing dbi-1.20 was no problem at all... and my oracle-client works also properly (did test it with "sqlplus"). i read all READMEs over and over again but didn't really find help there concerning my problem.