UBB.Dev
Posted By: sixpack69 Installing Linux apps in general - 02/22/2001 11:34 PM
Isn't the usual procedure for installing a linux app is to

make
make test
make install

when you have the source code? I'm asking specifically for installing php (with perl, you usually have to do a perl makefile.pl first - do you have to do the equivalent with php?).

Thanks!

- Six
[email protected]
mYth productions
Posted By: aantix Re: Installing Linux apps in general - 03/11/2001 4:08 AM
Take a look at this site :

http://www.linuxhelp.net/guides/wicked187/lamp.phtml

(Linux Apache mySQL php)

Tells you how to install and compile apache, php, and mySql from source. Hope this helps.

= Jim =

Edited by aantix on 03/10/01 08:09 PM.

Posted By: navaho Re: Installing Linux apps in general - 03/16/2002 8:16 AM
you will not need perl Makefile.PL for most apps, that's normally for perl modules.

You'll usually need a ./configure [--options] before make and make install. There usually isn't a make test for anything other then perl modules.

Always read the README or INSTALL file.
© UBB.Developers