On 7/07/2010 7:10 PM, Ludovic Marcotte wrote:
> James Andrewartha wrote:
>> Thanks. It's still missing the gnustep-make dependency. Postinst should
>> enable the proxy, proxy_http and headers modules automatically. Debconf
>> questions for some of the configuration items and the RequestHeader details
>> in /etc/apache2/conf.d/sogo.conf would be nice.
>>   
> Could you provide a patch for this?

This enables the apache modules in postinst, debconf is beyond me.

#
# old_revision [4520bccbe080f6685e84dc4ecd3ae2c5d9741940]
#
# patch "debian/sogo.postinst"
#  from [5f4ebfb874efa9bd57f8152b99581be8d611ef77]
#    to [8bc857f2f4be5614623092b9a3760345ac342ed1]
#
============================================================
--- debian/sogo.postinst        5f4ebfb874efa9bd57f8152b99581be8d611ef77
+++ debian/sogo.postinst        8bc857f2f4be5614623092b9a3760345ac342ed1
@@ -18,6 +18,8 @@ case "$1" in

 case "$1" in
     configure)
+        a2enmod proxy_http
+        a2enmod headers
         ;;

     abort-upgrade|abort-remove|abort-deconfigure)

>> This version doesn't seem to have all the features in the online demo,
>> notably unauthenticated access to calendars. It's not there when I build
>> from trunk either.
>>   
> That's likely because you have some old stuff lying around. The online demo
> is build from the Monotone source tree, same for the packages (.deb/RPM)

Nope, this was a fresh install. The problem was I needed to set
SOGoEnablePublicAccess.

>>  I also can't build from source in squeeze, it fails with:
>>
>> Making all in Appointments ...
>> Making all for wobundle Appointments...
>> make[4]: *** No rule to make target `obj', needed by
>> `internal-wobundle-all_'.  Stop.
>> make[3]: *** [Appointments.all.wobundle.variables] Error 2
>>   
> Try with "make messages=yes" and paste back the result.

Same error. My guess would be squeeze now has gnustep-make 2.4.0 vs lucid's
2.2.0. I see you've filed it as http://www.sogo.nu/bugs/view.php?id=632

-- 
James Andrewartha | Sysadmin
Data Analysis Australia Pty Ltd
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to