Hello,

good news, everyone - I just had my packages updated. They now compile
for Ubuntu 12.04 as well, and I had updated the mod_geoip module to
1.2.8, to make it support IPv6.

On Ubuntu 12.04, there's still some workarounds required to make it work.

1.) There's a bug in the Python packages, requiring me to call

sed -i s/"conn.autocommit(auto)"/"conn.autocommit = auto"/g
/usr/lib/pymodules/python2.7/sqlobject/postgres/pgconnection.py
sed -i s/"conn.autocommit(1)"/"conn.autocommit = 1"/g
/usr/lib/pymodules/python2.7/sqlobject/postgres/pgconnection.py

2.) The registration of the MirrorBrain Python modules still fail,
which is why I have to do

touch /usr/share/pyshared/mb/__init__.py
update-python-modules -f -v

More updates hopefully to follow, but hope some benefit from this change. :-)

Florian

_______________________________________________
mirrorbrain mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain/

Note: To remove yourself from this mailing list, send a mail with the content
        unsubscribe
to the address mirrorbrain-requ...@mirrorbrain.org

Reply via email to