Skip to content

Baïkal dependencies

Mirdarthos edited this page Jan 29, 2025 · 6 revisions

Baïkal dependencies

Baïkal install instructions only mention:

  • PHP 7/8
  • MySQL or SQLite
  • Apache or Nginx

But it also needs:

php-xml 
php-mbstring
php-mysql (if mysql is used for storage)
php-sqlite3 (if sqlite3 is used for storage)
php-sabre-dav

Installation (for Ubuntu 16.04 and later)

apt install php-xml php-mbstring php-sabre-dav

Alternatives

It is perhaps worth mentioning that PHP 7 also works