On Wed, Nov 08, 2000 at 01:58:41AM +0000, G.W. Haywood wrote:
> Hi there,
>
> On Tue, 7 Nov 2000, Richard Chen wrote:
>
> > when I do 'make install', make detects that I already have an older
> > version of modperl and tried to rm them:
>
> Don't use it then! Install the files where you want them manually.
> Make yourself familiar with an ordinary layout before you try to
> set up a complex one. Make sure that the several Apaches aren't
> going to conflict by trying to share files they shouldn't share.
>
> It's in the Guide.
>
> 73,
> Ged.
I read the guide before I posted :-)
Well, it only happens on solaris. On linux, the same procedure
goes through without a hitch. From the linux output I actually
find the correct next command to use on solaris:
(cd ../apache_1.3.14 && make install)
That worked like a charm on solaris too and built both apache and modperl
successfully in my home dir.
Richard