Thanks for sticking with me, I appreciate it a lot. I figured out that I was missing kernel module for sha1 and now with that module compiled I get this error:
invalid engine "padlock" 3078260360:error:2506406A:lib(37):func(100):reason(106):NA:0:symname(bind_engine): Unable to resolve symbol 3078260360:error:2506C06A:lib(37):func(108):reason(106):NA:0: 3078260360:error:260B6068:lib(38):func(182):reason(104):NA:0: 3078260360:error:2606A074:lib(38):func(106):reason(116):NA:0:id=padlock 3078260360:error:25066067:lib(37):func(102):reason(103):NA:0:filename(libpadlock.so): File not found 3078260360:error:25070067:lib(37):func(112):reason(103):NA:0: 3078260360:error:260B6084:lib(38):func(182):reason(132):NA:0: Strange bit is that module is located in /usl/lib/engines and previous error mentioned that full path is missing, now error is a bit vague because file is libpadlock is there where it should be... after delting the libpadlock I get this error: rm /usr/lib/engines/libpadlock.so invalid engine "padlock" 3078284936:error:25066067:lib(37):func(102):reason(103):NA:0:filename(/usr/lib/engines/libpadlock.so): File not found 3078284936:error:25070067:lib(37):func(112):reason(103):NA:0: 3078284936:error:260B6084:lib(38):func(182):reason(132):NA:0: 3078284936:error:2606A074:lib(38):func(106):reason(116):NA:0:id=padlock 3078284936:error:25066067:lib(37):func(102):reason(103):NA:0:filename(libpadlock.so): File not found 3078284936:error:25070067:lib(37):func(112):reason(103):NA:0: 3078284936:error:260B6084:lib(38):func(182):reason(132):NA:0: So my guess is that there is an issue with libpadlock engine file, right? _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
