You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Pete Greening <pe...@ece.unm.edu> on 2004/04/23 23:17:48 UTC

installing modperl with prefix=something

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,
I am working on a freebsd 4.9 athlon system, and trying to rebuild the
apache suite with new mod_perl, mod_ssl, and php.  Since this is a live
server, I want to build the suite in a subtree, other than /usr/local,
so that I can test it all.  I got mod_ssl, php, and apache to all
redirect their output to prefix=/usr/local/buildjail, but the mod_perl
make install process tries to write to
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd, which is bad.  I have
looked through the documentation included with the source tarball, the
online documentation, and (to some extent) the archives of this list,
but I have not found any reference of actually how to do this.
FYI my motivation to do this was my previous attempt which overwrote the
system's perl files and took our website down until we restored from tape.
Thanks in advance for any help which anyone can offer

- --
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| Pete Greening				email:peteman@ece.unm.edu     |	
| Systems Analyst II			phone:505-277-1082	      |
| ECE Dept.				cell: 505-363-2406	      |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFAiYf8o+FEtL+EL1sRAj23AJ9EcE20Y+81x0hVBlvqyiMjk4DBBQCg1OY6
gy2YWcsnmsIDAO/mUKXSI6g=
=fPSL
-----END PGP SIGNATURE-----

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Re: installing modperl with prefix=something

Posted by Perrin Harkins <pe...@elem.com>.
On Fri, 2004-04-23 at 17:17, Pete Greening wrote:
> I got mod_ssl, php, and apache to all
> redirect their output to prefix=/usr/local/buildjail, but the mod_perl
> make install process tries to write to
> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd, which is bad.

Set LIB=/usr/local/buildjail as well as PREFIX.

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html