OT: building a server -- advise needed

2001-08-03 Thread Paul Lombardo

I have been tasked with re-designing our Sun Server.  As it sits right
now, it's basically hosed it's a conglomeration of patches, bailing
twine, duct tape and whatnot.

We are running a Sun Ultra10 with an Ultra SCSI array, Solaris 2.6 the
latest Apache, Perl, and JDK.  We have installed ModPerl 1.2.5 and
various and sundry packages and libraries.

Whet I am planning to do is wipe out the drives and start with a fresh
install of the OS.

It looks as if we will be going with Solaris 8

What I am looking for is advise and recommendations for: 

Configurations for this server (Sun, Ultra 10, Solaris8 [what else])

New Server (Make, Model, OS, etc)

Any other advice you can recommend

Thanks in advance for your help.

Paul



CGI -> mod_perl 101

2001-04-06 Thread Paul Lombardo

Greetings-

What is the best way (Is there a reference source)  to move cgi scripts to
perl modules so they run under mod_perl?

Paul



make trouble

2001-02-16 Thread Paul Lombardo

I can get the Makefile.PL to fire without any trouble, but EVERY time I run
make I get:

*** Error code 1
make: Fatal error: Command failed for target `mod_perl.o'
Current working directory /export/home/apache/apache_1.3.6/src/modules/perl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /export/home/apache/apache_1.3.6/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /export/home/apache/apache_1.3.6/src
*** Error code 1
make: Fatal error: Command failed for target `apache_httpd'

any ideas what I am doing wrong?

We have Solaris 2.5
perl 5.6
apache 1.3.6
mod_perl1.24

Thanks

Paul