Mixmaster for Porteus

Non release banter
Kulle
Warlord
Warlord
Posts: 591
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

Mixmaster for Porteus

Post#1 by Kulle » 28 Jun 2022, 13:52

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?

User avatar
babam
Warlord
Warlord
Posts: 526
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Mixmaster for Porteus

Post#2 by babam » 29 Jun 2022, 14:56

Sorry, my English is bad.

Kulle
Warlord
Warlord
Posts: 591
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

Mixmaster for Porteus

Post#3 by Kulle » 30 Jun 2022, 08:14

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 ??

User avatar
babam
Warlord
Warlord
Posts: 526
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Mixmaster for Porteus

Post#4 by babam » 30 Jun 2022, 09:48

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.
Sorry, my English is bad.

Kulle
Warlord
Warlord
Posts: 591
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

Mixmaster for Porteus

Post#5 by Kulle » 30 Jun 2022, 13:05

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

Post Reply