On Thu, Jan 31, 2002 at 10:47:07AM -0600, Mason, Patrick (KEI/SysProg) wrote:
> 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 ''
a) It's probably Oracle's own make files that are refering to $(LIBHOME)ldflags
so something more fundamental may be wrong
b) Try first building Oracle's own demo OCI programs ($ORACLE_HOME/rdbms/demo/*.c)
and if there's a problem talk to Oracle about it.
Tim.