Page 1 of 1

Mixmaster for Porteus

Posted: 28 Jun 2022, 13:52
by Kulle
I accidentally came across Mixmaster,
See e.g.
https://www.linuxjournal.com/video/anon ... -mixmaster
https://www.cyberciti.biz/tips/linux-un ... email.html

I downloaded the deb file:
https://ftp.debian.org/debian/pool/main/m/mixmaster/
And I created xzm module via deb2xzm

But missing dependencies:

Code: Select all

mixmaster: error while loading shared libraries: libcrypto.so.1.0.2: cannot open shared object file: No such file or directory
But I can't find the missing library program.

Can someone help?
Has anyone used Mixmaster before?

Mixmaster for Porteus

Posted: 29 Jun 2022, 14:56
by babam

Mixmaster for Porteus

Posted: 30 Jun 2022, 08:14
by Kulle
Hi babam,
there is libcrypto1.0.2-udeb_1.0.2u-1~deb9u1_amd64.udeb
There only .udeb
What is .udeb?
What is the difference .deb .udeb ??

Mixmaster for Porteus

Posted: 30 Jun 2022, 09:48
by babam
https://wiki.debian.org/udeb

Code: Select all

An udeb is a stripped down deb file for use by the DebianInstaller . It removes the naughty bits (the documentation, as well as some checksums, etc.) to save space.

Mixmaster for Porteus

Posted: 30 Jun 2022, 13:05
by Kulle
Hi babam, thank you very much

I added missing library programs:
libcrypto1.0.2-udeb_1.0.2u-1_deb9u1_amd64
libpcre3-8.45-alt1.x86_64
libtinfo-6.2.20210123-alt1.x86_64
ncurses-compat-libs-6.1-9.20180224.el8.x86_64

But error messages remain:

Code: Select all

guest@porteus:~$ mixmaster
mixmaster: /lib64/libncurses.so.5: no version information available (required by mixmaster)
mixmaster: /lib64/libtinfo.so.5: no version information available (required by mixmaster)
mixmaster: relocation error: /lib64/libtinfo.so.5: symbol __libc_enable_secure version GLIBC_2.2.5 not defined in file ld-linux-x86-64.so.2 with link time reference
It is often difficult (or even impossible) to get programs running in Porteus