【问题标题】:Install Firebird 2.5.9 on Ubuntu 18.04在 Ubuntu 18.04 上安装 Firebird 2.5.9
【发布时间】:2022-01-19 06:36:46
【问题描述】:

我正在尝试在 ubuntu 18.04 中安装 firebird 2.5.8,但没有成功 手册在数字 6 中说

SuperServer only installs a /etc/rc.d/init.d/firebird server start script. 

Classic server installs a /etc/xinetd.d/firebird start script or, for older inetd systems, adds an entry to the /etc/inetd file 

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

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

也在https://firebirdsql.org/manual/ubusetup.html 中说: apt-get install firebird2.5-superclassic

但它在终端上打印:

E: Impossível encontrar o pacote firebird2.5-superclassic 
E: Couldn't find any package by glob 'firebird2.5-superclassic' 
E: Não foi possível encontrar o pacote através da expressão regular 'firebird2.5-superclassic' 

【问题讨论】:

  • 我认为如果您将问题发布到 firebird 支持邮件列表,您将获得更多更好的帮助。对于 Ubuntu,最好从 Ubuntu 存储库安装 Firebird,但我不确定 Firebird 2.5 是否可直接用于 Ubuntu 18.04。并确保将您的语言环境设置为英语,这样您就会收到英语错误消息,这样可以更好地理解您的问题。
  • 当您更新存储库并添加 mapopa 时会更好。看这篇文章help.ubuntu.com/community/Firebird2.5很老了,但还是有帮助的
  • @KonstantinStreletsky 对我没有帮助。 apt-cache search firebird2.5-* 不返回任何内容
  • @Ishayahu 在这两个 sudo add-apt-repository ppa:mapopa sudo apt-get update 之后你搜索 firebird2.5 了吗
  • 是的,什么也没找到

标签: firebird ubuntu-18.04


【解决方案1】:

转到https://www.ibphoenix.com/download/firebird/25 下载FirebirdSS-2.5.8.27089-0.amd64.tar.gz并解压 在终端上写

cd FirebirdSS-2.5.8.27089-0.amd64
./install.sh
service –status-all

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

chmod 777 \localpach\YOURDB.FDB

我在 Ubuntu 服务器 Lts 18.04.02 上使用

【讨论】:

  • 嗨韦斯利!欢迎来到 StackOverflow。通过一些轻微的格式调整,您的答案会更容易阅读。尝试将代码或命令行命令用双重音符号(代码两侧的两个此符号 (`))。输出类似于this
猜你喜欢
  • 2021-12-01
  • 2019-04-03
  • 2019-10-20
  • 1970-01-01
  • 2019-05-09
  • 2019-12-31
  • 2019-02-05
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多