|
DOWNGRADING Redhat9 and RedhatEL3 from "httpd 2" to
"Apache 1.3"
to install freeside
OK lets follow the advise on http://blogs.law.harvard.edu/rlucas/2003/08/26#a13 thanks randall Apache 1.3 is stubbon .............. see 6th rpm command below 5 packages + more are required the 6th package is what?? is does require "libmm.so.11" all help glady recieved thanks Roger rpm -i compat-db-4.0.14-5.i386.rpm rpm -i compat-gcc-c7.3-2.96.123.i386.rpm rpm -i compat-libstdcdevel-7.3-2.96.123.i386.rpm rpm -i compat-db-4.0.14-5.i386.rpm rpm -i compat-gcc-c7.3-2.96.123.i386.rpm rpm -i apache-1.3.27-2.i386.rpm # rpm -i -v non-centos/apache-1.3.27-2.i386.rpm #error: Failed dependencies: # libmm.so.11 is needed by apache-1.3.27-2 ----- Original Message ----- From: Ryan Trainor=20 To: The Salisburys ; [EMAIL PROTECTED] Sent: Friday, June 11, 2004 2:04 PM Subject: [freeside] RE: httpd.conf fails with ($MLDBM::RemoveTaint=3D1;) with both updated versions of Redhat9 and RedhatEL3 That had completely slipped my mind! I did have to comment that out in order to get the freeside instance of apache2 to start. I was in the playing around stages then and forgot to make a note of it. I have yet to see anything not work as a result, but due to the frequent warnings that I'm seeing on this list I might just compile an apache 1.3 from source for freeside to run off and leave the standard port 80 instance as the RHEL apache2 build. Ryan ---------------------------------------------------------------------- From: The Salisburys [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 June 2004 11:50 PM To: [EMAIL PROTECTED]; Ryan Trainor Subject: httpd.conf fails with ($MLDBM::RemoveTaint=3D1;) with both = updated versions of Redhat9 and RedhatEL3=20 Almost identical failure with 2 different systems Ryan I saw your post yesterday. "[freeside] Email aliases " It seems you have got further than myself. the 3 lines below when hashed out allows a correct syntax check for httpd.conf But when unhashed causes a failure. #<Perl> #$MLDBM::RemoveTaint =3D 1; #</Perl Did you have trouble at this point? My redhat EL 3 is a centos distro. Errors: "Syntax error on line 1047 0f /etc/httpd/conf/httpd.conf (RedhatEL3 with postgres) Perl not allowed here" "Syntax error on line 1047 0f /etc/httpd/conf/httpd.conf (Redhat9 with mysql ) <Perl not allowed here" Added into httpd.conf: ################################## PerlModule Apache::ASP <Directory /usr/local/apache/htdocs/freeside-asp> <Files ~ (\.cgi)> AddHandler perl-script .cgi PerlHandler Apache::ASP </Files> #<Perl> #$MLDBM::RemoveTaint =3D 1; #</Perl> PerlSetVar Global /usr/local/etc/freeside/asp-global/ PerlSetVar Debug 2 </Directory> ################################## thanks Roger |
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
