I'm trying to install firefox-sync 1.5,2 from ports. I run 'make install' and the output indicates that the install was completed:
Yet, when I launch Firefox (3.6.4), the extension/addon doesn't get loaded. Any ideas?
I'm using 8.1-RELEASE.
Code:
v /usr/ports/www/firefox-sync/work/firefox-sync-1.5/dist/stage/weave-1.5-rel.xpi /usr/ports/www/firefox-sync/work/firefox-sync-1.5/dist/xpi/weave-1.5-rel.xpi
/bin/mkdir -p /usr/local/lib/xpi/{340c2bbc-ce74-4362-90b5-7c26312808ef}
(cd /usr/local/lib/xpi/{340c2bbc-ce74-4362-90b5-7c26312808ef}; tar -xf /usr/ports/www/firefox-sync/work/firefox-sync-1.5/dist/xpi/weave-1.5-rel.xpi)
/usr/sbin/chown -R root:wheel /usr/local/lib/xpi/{340c2bbc-ce74-4362-90b5-7c26312808ef}/
/bin/chmod -R a+rX,go-w /usr/local/lib/xpi/{340c2bbc-ce74-4362-90b5-7c26312808ef}/
/bin/mkdir -p /usr/local/lib/firefox3/extensions
/bin/ln -sf /usr/local/lib/xpi/{340c2bbc-ce74-4362-90b5-7c26312808ef} /usr/local/lib/firefox3/extensions
===> Registering installation for firefox-sync-1.5,2
Yet, when I launch Firefox (3.6.4), the extension/addon doesn't get loaded. Any ideas?
I'm using 8.1-RELEASE.