Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support: Error installing ubuntu 22.04 #9737

Open
1 task done
tfmarques23 opened this issue May 10, 2024 · 1 comment
Open
1 task done

Support: Error installing ubuntu 22.04 #9737

tfmarques23 opened this issue May 10, 2024 · 1 comment
Labels
needs triage This issue has been automatically labelled and needs further triage support

Comments

@tfmarques23
Copy link

Support Questions

Error installing ubuntu 22.04

##################### (20%)
Next step: Installing PHP 7.4 dependencies
apt is maybe locked, waiting 3 seconds.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package php7.4
E: Couldn't find any package by glob 'php7.4'
E: Unable to locate package php7.4-cli
E: Couldn't find any package by glob 'php7.4-cli'
E: Unable to locate package php7.4-dev
E: Couldn't find any package by glob 'php7.4-dev'
E: Unable to locate package php7.4-json
E: Couldn't find any package by glob 'php7.4-json'
E: Unable to locate package php7.4-xml
E: Couldn't find any package by glob 'php7.4-xml'
E: Unable to locate package php7.4-mysql
E: Couldn't find any package by glob 'php7.4-mysql'
E: Unable to locate package php7.4-opcache
E: Couldn't find any package by glob 'php7.4-opcache'
E: Unable to locate package php7.4-readline
E: Couldn't find any package by glob 'php7.4-readline'
E: Unable to locate package php7.4-mbstring
E: Couldn't find any package by glob 'php7.4-mbstring'
E: Unable to locate package php7.4-zip
E: Couldn't find any package by glob 'php7.4-zip'
E: Unable to locate package php7.4-curl
E: Couldn't find any package by glob 'php7.4-curl'
E: Unable to locate package php7.4-redis
E: Couldn't find any package by glob 'php7.4-redis'
E: Unable to locate package php7.4-gnupg
E: Couldn't find any package by glob 'php7.4-gnupg'
E: Unable to locate package php7.4-intl
E: Couldn't find any package by glob 'php7.4-intl'
E: Unable to locate package php7.4-bcmath
E: Couldn't find any package by glob 'php7.4-bcmath'
E: Unable to locate package php7.4-gd
E: Couldn't find any package by glob 'php7.4-gd'
sed: can't read /etc/php/7.4/apache2/php.ini: No such file or directory
sed: can't read /etc/php/7.4/apache2/php.ini: No such file or directory
sed: can't read /etc/php/7.4/apache2/php.ini: No such file or directory
sed: can't read /etc/php/7.4/apache2/php.ini: No such file or directory
sed: can't read /etc/php/7.4/apache2/php.ini: No such file or directory
sed: can't read /etc/php/7.4/apache2/php.ini: No such file or directory
sed: can't read /etc/php/7.4/apache2/php.ini: No such file or directory
######################### (24%)
Next step: Installing MISP core
apt is maybe locked, waiting 3 seconds.
Cloning into '/var/www/MISP'...
fatal: unable to access 'https://github.com/MISP/MISP.git/': server certificate verification failed. CAfile: none CRLfile: none
apt is maybe locked, waiting 3 seconds.
Cloning into '/var/www/MISP'...
fatal: unable to access 'https://github.com/MISP/MISP.git/': server certificate verification failed. CAfile: none CRLfile: none
apt is maybe locked, waiting 3 seconds.
Cloning into '/var/www/MISP'...
fatal: unable to access 'https://github.com/MISP/MISP.git/': server certificate verification failed. CAfile: none CRLfile: none
apt is maybe locked, waiting 3 seconds.
Cloning into '/var/www/MISP'...
fatal: unable to access 'https://github.com/MISP/MISP.git/': server certificate verification failed. CAfile: none CRLfile: none
apt is maybe locked, waiting 3 seconds.
Cloning into '/var/www/MISP'...
fatal: unable to access 'https://github.com/MISP/MISP.git/': server certificate verification failed. CAfile: none CRLfile: none
apt is maybe locked, waiting 3 seconds.
Cloning into '/var/www/MISP'...
fatal: unable to access 'https://github.com/MISP/MISP.git/': server certificate verification failed. CAfile: none CRLfile: none
apt is maybe locked, waiting 3 seconds.
Cloning into '/var/www/MISP'...
fatal: unable to access 'https://github.com/MISP/MISP.git/': server certificate verification failed. CAfile: none CRLfile: none
apt is maybe locked, waiting 3 seconds.
Cloning into '/var/www/MISP'...
fatal: unable to access 'https://github.com/MISP/MISP.git/': server certificate verification failed. CAfile: none CRLfile: none

MISP version

last

Operating System

ubuntu

Operating System version

22.04

PHP version

N/A

Browser

No response

Browser version

No response

Relevant log output

No response

Extra attachments

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@tfmarques23 tfmarques23 added needs triage This issue has been automatically labelled and needs further triage support labels May 10, 2024
@elvidence
Copy link

22.04 comes with PHP 8 which MISP does not yet supports. So, you probably need to add the repository first of 7.4

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

and then install php7.4 with

sudo apt-get instal php7.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage This issue has been automatically labelled and needs further triage support
Projects
None yet
Development

No branches or pull requests

2 participants