hi all, for one of our webprojects I have to setup the typical apache1-mod_perl-mod_ssl httpd, which is not too difficult. Our sysadmin rules however require me to set this up as _one_ nice RPM package, which should not be too difficult either, but of course there has to be some problem.
The entire apache1, mod_perl etc. stuff has to be generally prefixed by /usr/somedir. Prefixing is no problem, but I run into troubles when requiring to _temporarily_ install mod_perl to the RPM_BUILD_ROOT for later packaging (%install section inside the SPEC-file): I tried to do % PREFIX=$RPM_BUILD_ROOT/usr/somedir make install and % make PREFIX=$RPM_BUILD_ROOT/usr/somedir install ... but it completely ignores the (temporary) PREFIX for the installation. So are there any (make) switches to temporarily override the installation directory for mod_perl 1.2.x?? Thanks Udo Rader -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html