Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

libssl1.0.0 pre-depends on multiarch-support ?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
1885
Posts: 127
Joined: 2014-06-05 04:23

libssl1.0.0 pre-depends on multiarch-support ?

#1 Post by 1885 »

How do you use multiarch-support from command line to install libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb ?

I'm experimenting with Debian 10 and trying to install Packettracer
I need to install libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb
to satisfy a dependency. I can install libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb using the Package Manager GUI

But I'd really like to understand what is going on .

I get the following errors:

# dpkg -i libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb
dpkg: regarding libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb containing libssl1.0.0:amd64, pre-dependency problem:
libssl1.0.0 pre-depends on multiarch-support
multiarch-support is not installed.

dpkg: error processing archive libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb (--install):
pre-dependency problem - not installing libssl1.0.0:amd64
Errors were encountered while processing:
libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb

Thanks

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: libssl1.0.0 pre-depends on multiarch-support ?

#2 Post by Head_on_a_Stick »

1885 wrote:I'm experimenting with Debian 10
There is no Debian 10.

Testing is a development branch, that is why libssl is not available at the moment, you should not expect that branch to be usable at any given time.
1885 wrote:I'd really like to understand what is going on
See http://forums.debian.net/viewtopic.php? ... 2&p=655783 :mrgreen:
deadbang

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: libssl1.0.0 pre-depends on multiarch-support ?

#3 Post by p.H »

multiarch-support is a Debian package. It must be installed prior to installing libssl1.0.0.
Actually I am surprised that is it not already installed, as many packages depend on it.
Why do you want to install the package with dpkg ? dpkg does not install rmissing dependencies. Using any APT tool would automatically manage missing dependencies.

1885
Posts: 127
Joined: 2014-06-05 04:23

Re: libssl1.0.0 pre-depends on multiarch-support ?

#4 Post by 1885 »

p.H wrote:multiarch-support is a Debian package. It must be installed prior to installing libssl1.0.0.
Actually I am surprised that is it not already installed, as many packages depend on it.
Why do you want to install the package with dpkg ? dpkg does not install rmissing dependencies. Using any APT tool would automatically manage missing dependencies.
I am trying to install PacketTracer on Debian 9+ (Buster) (https://www.debian.org/releases/buster/ ... ller/index)
https://www.debian.org/devel/debian-ins ... 8/20180619

I am going with Buster because the Motherboard I am using in our lab does not have the drivers installed in the Kernel for Debain 9
https://www.asus.com/us/Motherboards/RO ... fications/
NIC (Intel® I219V)

Here is the error we get after installing dependencies using apt ( apt install qtmultimedia5-dev libqt5webkit5-dev libqt5script5 libqt5scripttools5; ) :
/opt/pt/bin/PacketTracer7
/opt/pt/bin/PacketTracer7: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory


I just installed libcrypto.so.1.0.0
with the following:
apt install ./libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb after moving libcrypto.so.1.0.0 to /var/cache/apt/archives
which worked.

Now there are other problems which have nothing to do with Debian 9+.

"multiarch-support" is installed . This really helps : apt install ./libssl1.0.0_1.0.2l-1_bpo8+1_amd64.deb

Thanks for you posts
Last edited by 1885 on 2018-09-24 11:23, edited 1 time in total.

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: libssl1.0.0 pre-depends on multiarch-support ?

#5 Post by bw123 »

1885 wrote: <snip>
I am going with Buster because the Motherboard I am using in our lab does not have the drivers install in the Kernel for Debain 9
https://www.asus.com/us/Motherboards/RO ... fications/
NIC (Intel® I219V)
That's why debian has a backported kernel for stretch.
https://wiki.debian.org/Backports

You're really getting off to good start at causing yourself a lot of aggravation using testing and trying to install jessie-backport pkg on it so you can install an out-of-repo application.

http://forums.debian.net/viewtopic.php? ... er#p681574
resigned by AI ChatGPT

1885
Posts: 127
Joined: 2014-06-05 04:23

Re: libssl1.0.0 pre-depends on multiarch-support ?

#6 Post by 1885 »

bw123 wrote:
1885 wrote: You're really getting off to good start at causing yourself a lot of aggravation using testing and trying to install jessie-backport pkg on it so you can install an out-of-repo application.

http://forums.debian.net/viewtopic.php? ... er#p681574
Thanks for the post! You're right.

How do I get our NICS installed with buying a PCI-e for all 25 nodes? I purchased an Intel PCI-e nic that works but right now I'm saving money.
We can wait until Buster is stable.
The AUSUS B360-H uses a Intel® I219V, Nic which is not available in the 9.5 kernel.
I have yet to figure out how to add the I219V firmware on install.

Post Reply