在 Ubuntu 18.04 上安装 Firebird 2.5.9

eri*_*eal 5 firebird ubuntu-18.04

我正在尝试在 ubuntu 18.04 中安装 firebird 2.5.8,但没有成功\n手册第 6 条中说

\n\n
SuperServer only installs a /etc/rc.d/init.d/firebird server start script. \n\nClassic server installs a /etc/xinetd.d/firebird start script or, for older inetd systems, adds an entry to the /etc/inetd file \n
Run Code Online (Sandbox Code Playgroud)\n\n

但在我运行 install.sh 后并没有发生这种情况,它只创建 opt/firebird 文件,安装后也不启动服务。

\n\n

https://www.firebirdsql.org/file/documentation/release_notes/html/install210.html#rnfbtwo-install-psx

\n\n

同样在https://firebirdsql.org/manual/ubusetup.html中它说:\napt-get install firebird2.5-superclassic

\n\n

但它在终端上打印:

\n\n
E: Imposs\xc3\xadvel encontrar o pacote firebird2.5-superclassic \nE: Couldn\'t find any package by glob \'firebird2.5-superclassic\' \nE: N\xc3\xa3o foi poss\xc3\xadvel encontrar o pacote atrav\xc3\xa9s da express\xc3\xa3o regular \'firebird2.5-superclassic\' \n
Run Code Online (Sandbox Code Playgroud)\n

小智 4

前往https://www.ibphoenix.com/download/firebird/25 \n下载FirebirdSS-2.5.8.27089-0.amd64.tar.gz并解压\非终端写入

\n\n
cd FirebirdSS-2.5.8.27089-0.amd64\n./install.sh\nservice \xe2\x80\x93status-all\n
Run Code Online (Sandbox Code Playgroud)\n\n

您需要验证服务列表中是否存在 firebird\非终端写入

\n\n
chmod 777 \\localpach\\YOURDB.FDB\n
Run Code Online (Sandbox Code Playgroud)\n\n

我在 Ubuntu 服务器 Lts 18.04.02 上使用

\n