I went thru the log again with fresh eyes. I'm running into problems because I don't have the $ORACLE_HOME/lib/ldflags file so that the sed within the perl Makefile.PL is returning null which I think is causing my problems.
>Evaluating `sed -e 's/-ljava//g' $(LIBHOME)ldflags` > expanded `sed -e 's/-ljava//g' /u/o817osdi/lib/ldflags` >sed: FSUM6003 input file "/u/o817osdi/lib/ldflags": EDC5129I No such file or directory. > returned '' Patrick M. Mason Senior Open Systems Engineer SysProg, Inc. Database/CICS Section (WE5323) Technical Support Branch DISA Defense Enterprise Computing Center, St. Louis, MO Commercial: (314) 263-6687 DSN: 693-6687 [EMAIL PROTECTED] > -----Original Message----- > From: Michael A Chase [SMTP:[EMAIL PROTECTED]] > Sent: 01/30/02 2:26 Z > To: Mason, Patrick (KEI/SysProg); [EMAIL PROTECTED] > Subject: Re: DBD::Oracle on OS390 > > You should be able to build and install DBI and DBD::Oracle using the same > compiler and linker as you used to build your Perl. What happened when > you > tried? > > -- > Mac :}) > ** I normally forward private questions to the appropriate mail list. ** > Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm > Give a hobbit a fish and he eats fish for a day. > Give a hobbit a ring and he eats fish for an age. > ----- Original Message ----- > From: "Mason, Patrick (KEI/SysProg)" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 30, 2002 11:57 > Subject: DBD::Oracle on OS390 > > > > Has someone out there gotten the DBD::Oracle module to install on an IBM > > OS390 USS (Unix System Services) V2.10 environment? > > > > Oracle (OS390) 8.1.7 > > > > Would like to hear of others experiences and more importantly if its > been > > done. Currently beating my head against the wall. > >
