Re: [svn:PHP-Sandwich] rev 1018 - PHP-Sandwich/trunk
[email protected] (Wez Furlong) Sun, 24 Apr 2005 23:00:52 -0400
| Newsgroups | perl.php.sandwich.dev |
|---|---|
| Organization | OmniTI Inc. |
| Message-ID | <[email protected]> |
Because the destdir is where the perl module will be installed, not where php itself is already installed :) --Wez. David Wheeler wrote: > On Apr 24, 2005, at 3:55 PM, [email protected] wrote: > >> have Makefile.PL use the directory passed as the first argument >> as the "php install directory," default this value to /usr/local/, >> this allows PHP to be installed in a non-standard location >> (like /home/sterling/private/php5 :) > > > Why wouldn't you just use > > perl Makefile.PL DESTDIR=/home/sterling/private/php5 > > ? > > Regards, > > David >