[Rt-devel] 3.7-experimental... OpenID required?

Jason Long jlong at messiah.edu
Fri Oct 26 16:34:11 EDT 2007


Hi, it looks like the following modules are required for the 3.7 branch?

Net::OpenID::Consumer
LWPx::ParanoidAgent
Cache::FileCache


whether or not the $WebOpenIdAuth option is set.

And the "make testdeps" is not reporting these as dependencies. Maybe the
following patch is necessary?

Jason



diff --git a/Makefile.in b/Makefile.in
index a76bea2..9b47459 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -262,7 +262,7 @@ upgrade-noclobber: config-install libs-install
html-install bin-install local-in

 # {{{ dependencies
 testdeps:
-       $(PERL) ./sbin/rt-test-dependencies --verbose --with-$(DB_TYPE)
--with-$(WEB_HANDLER)
+       $(PERL) ./sbin/rt-test-dependencies --verbose --with-$(DB_TYPE)
--with-$(WEB_HANDLER) --with-OPENID

 depends: fixdeps




More information about the Rt-devel mailing list