- Code: Select all
sudo curl -fsSL https://ddev.com/install.sh | bash
However I get this output:
- Code: Select all
ddev_linux-amd64.v1.22.7.tar.gz: OK
Download verified. Ready to place ddev and mkcert in your /usr/local/bin.
Attempting to unlink any homebrew-installed ddev with 'brew unlink ddev'
Running "sudo mv -f ddev mkcert macos_ddev_nfs_setup.sh /usr/local/bin/" Please enter your password if prompted.
Installed ddev bash completions in /home/linuxbrew/.linuxbrew/etc/bash_completion.d
zsh completion for ddev was not installed. You may manually install /tmp/ddev_zsh_completion.sh in your zsh-completions directory.
Running mkcert -install, which may request your sudo password.'.
The local CA is already installed in the system trust store! 👍
And then follows the error message:
- Code: Select all
ERROR: failed to execute "certutil -A -d dbm:/etc/pki/nssdb": exit status 255
certutil: function failed: SEC_ERROR_LEGACY_DATABASE: The certificate/key database is in an old, unsupported format.
- Code: Select all
[franz@franz-820 ~]$ ls -l /etc/pki/nssdb
total 96
-rw-r--r-- 1 root root 65536 Apr 13 19:28 cert8.db
-rw-r--r-- 1 root root 16384 Apr 13 19:28 key3.db
-rw-r--r-- 1 root root 16384 Aug 17 2011 secmod.db
What must I do to get the new DDEV installed?