On 02-03-14 17:25:41 CET, John Imholz wrote: > When trying to "make ext", I get an error > > make[4]: Leaving directory `/root/OpenCA-SNAP-20020310/src/modules' > cd MIME-Base64-2.12 && /usr/bin/make > make[4]: Entering directory > `/root/OpenCA-SNAP-20020310/src/modules/MIME-Base64-2.12' > make[4]: *** No rule to make target > `/usr/lib/perl5/5.6.0/i386-linux/Config.pm', needed by `Makefile'. Stop. > make[4]: Leaving directory > `/root/OpenCA-SNAP-20020310/src/modules/MIME-Base64-2.12' > make[3]: *** [MIME-Base64-2.12] Error 2 > > I've got "/usr/lib/perl5/5.6.1/" > > Should I just manually change the path in the Makefile of > "src/modules/MIME-Base64-2.12" ?
no, it sounds more like your perl installation is messed up or something else strange happened. the path comes from your perl, not from openca! remove MIME-Base64-2.12/Makefile (it isn't in the tar file, it gets generated using your perl and the Makefile.PL from the tar file) and retry. rj _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
