First test on Ubuntu 22.04 <--> Delphi 11.1
Test Ubuntu 22.04:
- Ubuntu 22.04 Server distro for Intel / AMD x64 on virtualization environments (all configured with 4core and 2virt, 8GB, 40GB SSD):
- VMWare Fusion for MacOSX –> passed no issue
- VMWare Workstation –> passed no issue
- KVM –> passed no issue
- Ubuntu 22.04 Server on this hardware conf:
- Dell T440 Intel Xeon Silver, RAM 128GB DDR4, HDD 4tb nvme pcie+ –> passed no issue
- Dell Workstation 5820 Intel Xeon Silver –> passed no issue
- Raspberry PI4 & Raspberry PI3b+ –> not done until now
- Ubuntu 22.04 Server with this software:
- Firebird server 3.0.8 –> passed no issue
- OpenSSL 3.0 –> not done until now
- PAServer 22 per Embarcadero Delphi 11.1–> passed no issue
- netplan is always the default network management system. The entry “gateway4” is replaced with “Default route” cAs per the documentation, it seems to me a step forward towards multi-gateway and routing management compared to the previous management. Apart from this, no network configuration issues currently encountered.
1 |
sudo nano /etc/netplan/00-installer-config.yaml |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
GNU nano 6.2 /etc/netplan/00-installer-config.yaml # This is the network config written by 'subiquity' network: ethernets: enp1s0: addresses: - 192.168.xxx.xxx/24 nameservers: addresses: - 192.168.xxx.1 search: - 192.168.xxx.1 routes: - to: 0.0.0.0/0 via: 192.168.xxx.1 on-link: true version: 2 |
1 |
sudo netplan generate |
1 |
sudo netplan apply |
- Firebird on the standard repository is up to version 3.0.8 and not 4.0 as i aspected
- Testing Delphi 11.1 and PAServer 22 under Ubuntu 22.04:.
To compile with Delphi you need at least those packages:
1 |
sudo apt install joe wget p7zip-full curl openssh-server build-essential zlib1g-dev libcurl4-gnutls-dev libncurses5 |
Installare PAServer ( always the last release )
And now try to compile on Ubuntu 22.04 LTS