> I'm trying to install DBD:Oracle module (Itanium 64 bits) and when I execute > make i get the following errors: > from Oracle.xs:1: > dbdimp.h:44:17: oci.h: No such file or directory > dbdimp.h:45:22: oratypes.h: No such file or directory > dbdimp.h:46:20: ocidfn.h: No such file or directory
Well -- find those files... maybe your sysadmin installed Oracle's libraries in some non-standard place find / -name oci.h Then, fixup the incdir path, and try again. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Computer software consists of only two components: ones and zeros, in roughly equal proportions. All that is required is to sort them into the correct order. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>