[LON-CAPA-cvs] cvs: loncom / startup.pl
faziophi
faziophi@source.lon-capa.org
Mon, 26 Apr 2010 21:10:13 -0000
faziophi Mon Apr 26 21:10:13 2010 EDT
Modified files:
/loncom startup.pl
Log:
Adding lonhtmlgateway to startup. If this breaks things, you need to add
"libxml" package and CPAN module XML::LibXML to your dependencies list.
This *should* have been done already... keyword there being "should".
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.34 loncom/startup.pl:1.35
--- loncom/startup.pl:1.34 Sun May 17 01:16:47 2009
+++ loncom/startup.pl Mon Apr 26 21:10:13 2010
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: startup.pl,v 1.34 2009/05/17 01:16:47 raeburn Exp $
+# $Id: startup.pl,v 1.35 2010/04/26 21:10:13 faziophi Exp $
BEGIN {
eval "use Apache2::compat();";
@@ -92,6 +92,7 @@
use Apache::londefdef();
use Apache::londocs();
use Apache::lonhtmlcommon();
+use Apache::lonhtmlgateway();
use Apache::lonmsg();
use Apache::lonmysql();
use Apache::lonpercentage();