On Fri, 15 Jul 2005 22:56:48 +0200, David N. Welton wrote
> János Holányi wrote:
> > Could it be gcc-4.0.12 (gonna try with gcc-3.4 ASAIC - any versions you'd
> > suggest trying out?)?
>
> Did 3.4 work out any better?
Yes, it did!
It compiled (a few warnings here and there), it installed and apparently it
worked.
Although some file re-organization could be done I feel...
/usr/lib/apache/1.3 is out of apache-ssl focus.
I copied all three to /usr/lib/apache-ssl/1.3 and configured httpd.conf and
modules.conf accordingly.
Let me grab the opportunity to suggest an important change to rivet/init.tcl
I'd be curious what you think about it:
--- rivet-0.5.0/rivet/init.tcl 2004-02-24 11:24:32.000000000 +0100
+++ /usr/lib/rivet0.5.0/init.tcl 2005-07-17 09:14:39.363021232 +0200
@@ -44,11 +44,11 @@
global errorInfo
global errorOutbuf
- puts <PRE>
- puts "<HR>$errorInfo<HR>"
- puts "<P><B>OUTPUT BUFFER:</B></P>"
- puts $errorOutbuf
- puts </PRE>
+ set logfile /var/log/apache-ssl/rivet-error.log
+ puts "<pre>Error. Check log file.</pre>"
+ set fd [open $logfile w]
+ puts $fd "ERROR:\n\n$errorInfo\n---\nOUTPUT BUFFER:\n\n$errorOutbuf"
+ close $fd
}
###
Best regards,
János
--
Debian Project (http://www.debian.org/)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]