Различия

Здесь показаны различия между двумя версиями данной страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
dev:firebird:install_3_ubuntu_xenial [2017/10/13 14:10]
denis создано
dev:firebird:install_3_ubuntu_xenial [2025/02/02 13:29] (текущий)
denis
Строка 1: Строка 1:
-====== firebird 3 под ubuntu ​server 16.04 (xenial) ​======+====== firebird 3 под ubuntu ====== 
 +===== Установка libtommath-dev ​=====
  
-  ​sudo apt-get install libtommath-dev+Перед установкой может потребоваться:​ 
 +  ​sudo apt-get install ​libtommath1 ​libtommath-dev 
 +  sudo ln -s /​usr/​lib/​x86_64-linux-gnu/​libtommath.so.1.0.1 /​usr/​lib/​x86_64-linux-gnu/​libtommath.so.0 
 + 
 +===== Управление сервисом =====
   ​   ​
 +  sudo systemctl stop firebird-superserver.service
 +  sudo systemctl start firebird-superserver.service
 +  sudo systemctl restart firebird-superserver.service
 +  sudo systemctl status firebird-superserver.service
 +  ​
 +  sudo systemctl stop firebird-classic.socket
 +  sudo systemctl start firebird-classic.socket
 +  sudo systemctl status firebird-classic.socket
 +  sudo systemctl reset-failed
 +  ​
 +  sudo /​opt/​firebird/​bin/​gfix -online uvrdmes
 +  sudo /​opt/​firebird/​bin/​gfix -shutdown -force 5 uvrdmes
  
-  sudo ./fbsvcmgr ​service_mgr -user sysdba -password masterke -info_server_version -info_implementation +===== fbsvcmgr ​=====
-  sudo ./fbsvcmgr service_mgr -user sysdba -password masterke -action_display_user+
  
 +  sudo ./fbsvcmgr service_mgr -user sysdba -password masterkey -info_server_version -info_implementation
 +  sudo ./fbsvcmgr service_mgr -user sysdba -password masterkey -action_display_user
  
  
 +===== systemd =====
 +
 +  systemd-analyze
 +  systemd-analyze blame
 +  systemd-analyze critical-chain
 +  systemctl list-unit-files
 +  ​
 +===== ICU lib not found error =====
 +
 +  sudo apt-get install libicu52  ​
 +  ​
 +  ​
 +====== ubuntu 24.04 - installing firebird 3 classic ======  ​
 +  sudo su
 +  echo "deb http://​security.ubuntu.com/​ubuntu focal-security main universe"​ > /​etc/​apt/​sources.list.d/​ubuntu-focal-sources.list
 +  apt update
 +  apt upgrade
 +  apt install libncurses5
 +  apt install libtommath1
 +  ln -s libtommath.so.1 /​usr/​lib/​x86_64-linux-gnu/​libtommath.so.0
 +  init 6
 +  ​
 +  sudo /​opt/​firebird/​bin/​changeServerMode.sh  ​
  
dev/firebird/install_3_ubuntu_xenial.1507893000.txt.gz · Последние изменения: 2017/10/13 14:10 — denis
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0