We want to establish perl <-> oracle connectivity.
Therefore i downloaded DBI and DBD::Oracle from Cpan.
Installing DBI is no problem.
perl MakeFile.PL -m $ORACLE_HOME/demo_rdbms.mk also build everything.
The problem start after 'make'. Some .h files cannot be found:
In file included from Oracle.h:20,
from Oracle.xs:1:
dbdimp.h:47: oratypes.h: No such file or directory
dbdimp.h:48: ocidfn.h: No such file or directory
dbdimp.h:61: ociapr.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `Oracle.o'
Is our DBD::Oracle package not complete? Does anybody know what the
problem could be?
If somebody can help me please reply.
Kind regards,
E. de Jong