Re: Problems installing on Solaris 8

2002-03-25 Thread Wayne Pascoe
Dave Hodgkinson [EMAIL PROTECTED] writes: Ged Haywood [EMAIL PROTECTED] writes: Something very wrong there. Do you have squeaky clean source trees? I'd be tempted to erase the lot and start again. What's the compiler? Post your httpd.conf? Have you built other (older) versions of

Re: Problems installing on Solaris 8

2002-03-25 Thread Wayne Pascoe
Ged Haywood [EMAIL PROTECTED] writes: if I compile Apache with mod_perl, then mod_auth_db, mod_proxy and mod_negotiation all stop working. If I compile Apache without mod_perl then they continue to work just fine. Something very wrong there. Do you have squeaky clean source trees? I'd

Re: Problems installing on Solaris 8

2002-03-25 Thread Wayne Pascoe
Angel R. Rivera [EMAIL PROTECTED] writes: Sorry to come in late into this. I had the same problems and spent a while getting it all to build right. I am running on an Ultra class machine with all my web stuff in /web/appl (automount point) so that should be the only changes you need to

Re: Problems installing on Solaris 8

2002-03-25 Thread Ged Haywood
2002 08:24:16 + (GMT) From: Ged Haywood [EMAIL PROTECTED] To: Wayne Pascoe [EMAIL PROTECTED] Cc: mod_perl Mailing List [EMAIL PROTECTED] Subject: Re: Problems installing on Solaris 8 Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Why does mod_perl need ssl and crypto ? Just curious

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Why does mod_perl need ssl and crypto ? Just curious... It doesn't. Have you tried sompiling static instead of DSO? There have been DSO problems on Solaris (and elsewhere :) in the past but I thought they were mostly put to bed now. 73, Ged.

Re: Problems installing on Solaris 8

2002-03-23 Thread Wayne Pascoe
Ged Haywood [EMAIL PROTECTED] writes: Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Why does mod_perl need ssl and crypto ? Just curious... It doesn't. Have you tried sompiling static instead of DSO? There have been DSO problems on Solaris (and elsewhere :) in the past but I

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Ged Haywood [EMAIL PROTECTED] writes: Have you tried sompiling static instead of DSO? This is a static build. Sorry, I've deleted the original message. Why did I think it wasn't? I must be having a very bad day today. if I compile Apache

Re: Problems installing on Solaris 8

2002-03-23 Thread Dave Hodgkinson
Ged Haywood [EMAIL PROTECTED] writes: Something very wrong there. Do you have squeaky clean source trees? I'd be tempted to erase the lot and start again. What's the compiler? Post your httpd.conf? Have you built other (older) versions of Apache and mod_perl on the same OS? httpd -l

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
Hi all, Wayne Pascoe [EMAIL PROTECTED] writes: [8:37am]# httpd -l Compiled-in modules: http_core.c mod_so.c mod_perl.c suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec I didn't think I'd been dreaming. As a matter of principle, I tend not to mix static and

Problems installing on Solaris 8

2002-03-22 Thread Wayne Pascoe
Hi all, I'm trying to build mod_perl 1.26 and Apache 1.3.24 on Solaris 8. I have Perl 5.6.1 on the machine. I am building mod_perl as follows: perl Makefile.PL EVERYTHING=1 \ APACHE_SRC=../apache_1.3.24/src USE_APACI=1 \ PREP_HTTPD=1 DO_HTTPD=1 make make install I then change into the

Re: Problems installing on Solaris 8

2002-03-22 Thread The Wizkid
Wayne Pascoe wrote: Hi all, I'm trying to build mod_perl 1.26 and Apache 1.3.24 on Solaris 8. I have Perl 5.6.1 on the machine. I am building mod_perl as follows: perl Makefile.PL EVERYTHING=1 \ APACHE_SRC=../apache_1.3.24/src USE_APACI=1 \ PREP_HTTPD=1 DO_HTTPD=1 make make install

Re: Problems installing on Solaris 8

2002-03-22 Thread The Wizkid
The Wizkid wrote: Wayne Pascoe wrote: Hi all, I'm trying to build mod_perl 1.26 and Apache 1.3.24 on Solaris 8. I have Perl 5.6.1 on the machine. I am building mod_perl as follows: perl Makefile.PL EVERYTHING=1 \ APACHE_SRC=../apache_1.3.24/src USE_APACI=1 \ PREP_HTTPD=1 DO_HTTPD=1

Re: Problems installing on Solaris 8

2002-03-22 Thread Wayne Pascoe
The Wizkid [EMAIL PROTECTED] writes: This one is easy. Include the ssl library with env LIBRARIES=' -Ltherightdirectory -lssl -lcrypto Why does mod_perl need ssl and crypto ? Just curious... I'll try this now... I hope you have bettter luck then I have. I got past this, and I have not

Re: Problems installing on Solaris 8

2002-03-22 Thread Wayne Pascoe
The Wizkid [EMAIL PROTECTED] writes: Opps, I forgot some stuff Use this on the make command LIBS= -L/opt/local/lib -lssl -lcrypto \ INCLUDES= -I/opt/local/include \ make string I'm using is: A locate libssl shows it to be in /usr/local/openssl/lib libcrypto looks to be

Re: Problems installing on Solaris 8

2002-03-22 Thread The Wizkid
Wayne Pascoe wrote: The Wizkid [EMAIL PROTECTED] writes: Opps, I forgot some stuff Use this on the make command LIBS= -L/opt/local/lib -lssl -lcrypto \ INCLUDES= -I/opt/local/include \ make string I'm using is: A locate libssl shows it to be in /usr/local/openssl/lib