Recent

Author Topic: Lazarus Xfce Edition  (Read 949 times)

Nimbus

  • Jr. Member
  • **
  • Posts: 61
Re: Lazarus Xfce Edition
« Reply #15 on: July 03, 2025, 11:36:05 am »
My choice - just run Firebird (or any other server stuff), in a container.
https://hub.docker.com/r/firebirdsql/firebird

You can instantly have any version you want, or have multiple instances/versions running simultaneously if necessary.

dogriz

  • Full Member
  • ***
  • Posts: 129
Re: Lazarus Xfce Edition
« Reply #16 on: July 04, 2025, 08:55:29 am »
You can also install several versions of Firebird from compressed tarball (tar.gz). Installation steps are like this:
1. First install needed libs: apt install libncurses6 libtommath1
1.5. For older firebird versions you might need to symlink libncurses.so.6 (latest Mint version from repo) to libncurses.so.5 (sudo ln -s /usr/lib/x86_64-linux-gnu/libncurses.so.6 /usr/lib/x86_64-linux-gnu/libncurses.so.5)
2. extract files from tarball, go to install directory and run installer like ./install -path /opt/firebird4 (or 3 or 5).
3. After install change default port in firebird.conf to 3051, 3052... (different one for every firebird version)
4. restart service: systemctl restart firebird.opt_firebird3-superserver.service, firebird.opt_firebird4.service...
Repeat necessary steps for any other firebird version.
FPC 3.2.2
Lazarus 4
Debian x86_64, arm

 

TinyPortal © 2005-2018