Using the directory structure from my last post, I tried to build a squashfs:
mkdir -p rabbitmq/usr/local/
mv rabbitmq_server-3.2.3/* rabbitmq/usr/local/
mksquashfs rabbitmq/ rabbitmq.tcz
I loaded with:
tce-load -i rabbitmq.tcz
....but running it gives following error message:
tc@box:~$ sudo rabbitmq-plugins enable rabbitmq_management
Error: {cannot_write_enabled_plugins_file,
"/tmp/tcloop/rabbitmq/usr/local/sbin/../etc/rabbitmq/enabled_plugins",
erofs}