10-23-2020, 01:24 PM
I'm interested in getting the OMEMO plugin to work preferably on Gajim but Pidgin will do for more secure XMPP. I am running Fedora on PBP. Both Gajim and Pidgin installed and work with no problems.
I couldn't get the OMEMO Gajim instructions for Fedora to work. Enabled the philfry/gajim copr repository but neither the plugin gajim-omemo or the dependencies python3-axolotl python3-axolotl-curve25519 python3-qrcode show as available, likely because they don't conform to ARM architecture.
I made it farther with Pidgin where there are clear instructions for Fedora. The dependencies, cmake libpurple-devel mxml-devel libxml2-devel libsqlite3x-devel libgcrypt-devel, install well but on attempting "make install-home" I get " make: cc: Command not found " or more fully:
So just wondering if anyone here has installed OMEMO in either app and how they did it or has some suggestions I might try.
I couldn't get the OMEMO Gajim instructions for Fedora to work. Enabled the philfry/gajim copr repository but neither the plugin gajim-omemo or the dependencies python3-axolotl python3-axolotl-curve25519 python3-qrcode show as available, likely because they don't conform to ARM architecture.
I made it farther with Pidgin where there are clear instructions for Fedora. The dependencies, cmake libpurple-devel mxml-devel libxml2-devel libsqlite3x-devel libgcrypt-devel, install well but on attempting "make install-home" I get " make: cc: Command not found " or more fully:
Code:
cc -fPIC -std=c11 -Wall -g -Wstrict-overflow -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I./headers/jabber -I./lib/libomemo/src -I./lib/axc/src -I./lib/axc/lib/libsignal-protocol-c/src -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_DEFAULT_SOURCE -DPURPLE_PLUGINS -c ./src/lurch.c -o build/lurch.o
make: cc: Command not found
make: *** [Makefile:109: build/lurch.o] Error 127
So just wondering if anyone here has installed OMEMO in either app and how they did it or has some suggestions I might try.