Re: libdbi-perl broken?

2022-08-30 Thread tomas
On Tue, Aug 30, 2022 at 08:16:12PM -0700, Porter Smith wrote:
> Jeremy,
> 
> Have you tried to completely  wipe the hard drive that your using in the   
> machine mentioned in the post. This of course would intail a through backup 
> of all important data sets.
> 
> To nuke your stove I would like to recommend dban.

What?

-- 
t


signature.asc
Description: PGP signature


Re: libdbi-perl broken?

2022-08-30 Thread Jeremy Ardley


On 31/8/22 11:11 am, Greg Wooledge wrote:


apt-cache policy libdbi-perl perlapi-5.28.1

On Debian 11, libdbi-perl should depend on perlapi-5.32.0 not
perlapi-5.28.1 so I suspect you've got the wrong libdbi-perl somehow.

It would also help if you showed the full error message, instead of only
a part of the error message.

I resolved the problem by changing my sources.list to use the debian 
original rather than my regional mirror.


This works:

cat sources.list
deb http://deb.debian.org/debian/ bullseye main
deb-src http://deb.debian.org/debian/ bullseye main

deb http://security.debian.org/debian-security bullseye-security main 
contrib
deb-src http://security.debian.org/debian-security bullseye-security 
main contrib


deb http://deb.debian.org/debian/ bullseye-updates main contrib
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib

--
Jeremy



OpenPGP_signature
Description: OpenPGP digital signature


Re: libdbi-perl broken?

2022-08-30 Thread Porter Smith
Jeremy,

Have you tried to completely  wipe the hard drive that your using in the   
machine mentioned in the post. This of course would intail a through backup of 
all important data sets.

To nuke your stove I would like to recommend dban.

On August 30, 2022 8:03:29 PM PDT, Jeremy Ardley  wrote:
>I am install a VM for a LEMP server using the latest ISO 
>debian-11.4.0-amd64-DVD-1.iso
>
>The problem is installing mariadb (after installing nginx and php-fpm and 
>doing apt update and apt upgrade)
>
>sudo apt install default-mysql-server
>
>...
>
>The following packages have unmet dependencies:
> libdbi-perl : Depends: perlapi-5.28.1
>
>similarly
>
>sudo apt install mariadb-server
>
>and
>
>sudo apt install libdbi-perl
>
>Checking on the error message on the internet, there is nothing recent
>
>Any suggestions?
>
>
>As an aside, I notice the latest debian install is very minimalist. It doesn't 
>even install sudo. Is this a change from previously? Or have I become 
>accustomed to armbian etc?
>
>-- 
>Jeremy
>


Re: libdbi-perl broken?

2022-08-30 Thread Greg Wooledge
On Wed, Aug 31, 2022 at 11:03:29AM +0800, Jeremy Ardley wrote:
> I am install a VM for a LEMP server using the latest ISO
> debian-11.4.0-amd64-DVD-1.iso

> The following packages have unmet dependencies:
>  libdbi-perl : Depends: perlapi-5.28.1

apt-cache policy libdbi-perl perlapi-5.28.1

On Debian 11, libdbi-perl should depend on perlapi-5.32.0 not
perlapi-5.28.1 so I suspect you've got the wrong libdbi-perl somehow.

It would also help if you showed the full error message, instead of only
a part of the error message.

> As an aside, I notice the latest debian install is very minimalist. It
> doesn't even install sudo. Is this a change from previously? Or have I
> become accustomed to armbian etc?

Debian installs sudo during the installation if and only if you leave
the root password blank.

If you want sudo, you can simply install it.  Having a root password set
allows you to boot into single-user mode, so I would advise setting one,
even if you rarely use it.



libdbi-perl broken?

2022-08-30 Thread Jeremy Ardley
I am install a VM for a LEMP server using the latest ISO 
debian-11.4.0-amd64-DVD-1.iso


The problem is installing mariadb (after installing nginx and php-fpm 
and doing apt update and apt upgrade)


sudo apt install default-mysql-server

...

The following packages have unmet dependencies:
 libdbi-perl : Depends: perlapi-5.28.1

similarly

sudo apt install mariadb-server

and

sudo apt install libdbi-perl

Checking on the error message on the internet, there is nothing recent

Any suggestions?


As an aside, I notice the latest debian install is very minimalist. It 
doesn't even install sudo. Is this a change from previously? Or have I 
become accustomed to armbian etc?


--
Jeremy



OpenPGP_signature
Description: OpenPGP digital signature