DBD-Oracle - Re: DBD and Oracle Instantclient 10

Posted on Thu Feb 16 01:33:02 2006 by droopy in response to 1808 (See the whole thread of 18)
Re: DBD and Oracle Instantclient 10
I was primarily looking for your attention so now that I've got it ;) - I've got another issue to hammer on. I'm trying to build RPM out of DBD-Oracle for deployment on our machines and what I get is it's persistantly trying to deploy stuff into /usr/lib/.... instead of specified PREFIX=/var/tmp/.../usr here is how I call Makefile.PL:
/usr/bin/perl Makefile.PL PREFIX=/var/tmp/perl-DBD-Oracle-1.17-dimon/usr <code> here's my "make install" invocation: <code> make prefix=/var/tmp/perl-DBD-Oracle-1.17-dimon/usr exec_prefix=/var/tmp/perl-DBD-Oracle-1.17-dimon +/usr bindir=/var/tmp/perl-DBD-Oracle-1.17-dimon/usr/bin sbindir=/var/tmp/perl-DBD-Oracle-1.17-dimo +n/usr/sbin sysconfdir=/var/tmp/perl-DBD-Oracle-1.17-dimon/etc datadir=/var/tmp/perl-DBD-Oracle-1.1 +7-dimon/usr/share includedir=/var/tmp/perl-DBD-Oracle-1.17-dimon/usr/include libdir=/var/tmp/perl- +DBD-Oracle-1.17-dimon/usr/lib libexecdir=/var/tmp/perl-DBD-Oracle-1.17-dimon/usr/libexec localstat +edir=/var/tmp/perl-DBD-Oracle-1.17-dimon/var sharedstatedir=/var/tmp/perl-DBD-Oracle-1.17-dimon/us +r/com mandir=/var/tmp/perl-DBD-Oracle-1.17-dimon/usr/share/man infodir=/var/tmp/perl-DBD-Oracle-1. +17-dimon/usr/share/info install PREFIX=/var/tmp/perl-DBD-Oracle-1.17-dimon/usr
and here's what I get...
........... Using DBD::Oracle 1.17. Using DBD::Oracle 1.17. Using DBI 1.48 (for perl 5.008 on i386-linux-thread-multi) installed in /usr/lib/perl5/vendor_perl/ +5.8.0/i386-linux-thread-multi/auto/DBI/ Writing Makefile for DBD::Oracle *** If you have problems... read all the log printed above, and the README and README.help files. (Of course, you have read README by now anyway, haven't you?) Warning: You do not have permissions to install into /usr/lib/perl5/site_perl/5.8.0/i386-linux-thre +ad-multi at /usr/lib/perl5/5.8.0/ExtUtils/Install.pm line 84. mkdir /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD: Permission denied at /usr/li +b/perl5/5.8.0/ExtUtils/Install.pm line 137 make: *** [pure_site_install] Error 255
if you're interested we can move it into private email converstation (dmitry athabascau ca).
Write a response