-
LAMP Server
Is there anywhere I can get an ISO live cd or something like that to setup a LAMP unix box? Need to get perl installed and on our current netbsd box this isn't easy (Custom build for emails et cetera) Perl isn't supported and I am having difficulty installing the mod_perl source I've already installed perl itself but mod perl needs to know where the apache install is and when compiling brings up the following:
perl Makefile.PL MP_APXS=/usr/pkg/sbin/apxs
Reading Makefile.PL args from @ARGV
MP_APXS = /usr/pkg/sbin/apxs
no conflicting prior mod_perl version found - good.
[ error] Unable to open /usr/pkg/include/httpd/ap_release.h: No such file or directory
[ error] Unable to determine server version, aborting.
[ error] Invalid MP_APXS specified?
Any help would be appreciated?
Wes
-
Re: LAMP Server
Ubuntu server cd and select lamp install?
Ben
-
Re: LAMP Server
Cool! Thanks again Plexer!
Wes