From: Chetna W. <ch...@ar...> - 2003-02-19 22:38:01
|
Hi, I ran the create-db.sh script and the grantPermissions.pl fails and thats why the constraints script fails. All the users and tables are correctly created. I have strictly followed all the steps and setting up the env variables as the Build System Set up doc says except the point 7 (steve recommended that choice as I could download stuff from cvsweb too) [chetna@mango chetna]$ grantPermissions.pl Can't locate GUS/DBAdmin/Database.pm in @INC (@INC contains: /home/projects/GUS/DBAdmin/lib/perl /home/projects/lib /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /home/gus_home/bin/grantPermissions.pl line 15. BEGIN failed--compilation aborted at /home/gus_home/bin/grantPermissions.pl line 15. [chetna@mango chetna]$ I am observing that the @INC stuff is actually using PERL5LIB env variable from my .bash_profile and the Build System doesnt talk about this var. Please let me know how to debug the grantPermissions.pl. Thanks Chetna |