URGENT HELP NEEDED. after gambas update I lost the most important application

Post your Gambas programming questions here.
User avatar
BruceSteers
Legend
Posts: 2186
Joined: Thu Jul 23, 2020 5:20 pm
Location: Isle of Wight

Re: URGENT HELP NEEDED. after gambas update I lost the most important application

Post by BruceSteers »

Aah sorry my mistake.

Told you i didn't understand it :lol:
User avatar
sadams54
Regular
Posts: 186
Joined: Mon Jul 09, 2018 3:43 am
Contact:

Re: URGENT HELP NEEDED. after gambas update I lost the most important application

Post by sadams54 »

BruceSteers wrote: Fri Jun 06, 2025 7:26 am I neither use it or understand it but Db2 mostly uses mongodb

If you look at the later fedora packages needed for mongodb perhaps they are available on the older fedora.

Ideally you need to update that machine.
Not being able to update due to one program means likely many compatibility issues ahead, you need an alternative to that program.

Can't you make one with Gambas? 😎

The issue that keeps me on fedora 29 is this system is running zoneminder. zoneminder is why I can't do upgrades. The software underwent updates that broke many many many things. Updating the system will require updates to zoneminder and that will effectively shut down the zoneminder system do it also updating. I have been on with the zoneminder people and they denied they had any issues even when shown proof, but they did offer to fix those non-existent errors for a tidy little fee. So I have that system with some special things to keep it functional for the future.

I have looked into replacing it with something I could write in gambas but that is a huge project I do not have the time or resources for. I would love to do it though.

I compiled gambas for that system but no idea where I got the source to compile from so that is what I seek and hoping that could find just the parts I need but if I need to recompile the whole thing that is fine as long as I can find the source again.
User avatar
gbWilly
Site Admin
Posts: 365
Joined: Fri Sep 23, 2016 11:41 am
Location: Netherlands
Contact:

Re: URGENT HELP NEEDED. after gambas update I lost the most important application

Post by gbWilly »

sadams54 wrote: Mon Jun 09, 2025 6:39 pm I compiled gambas for that system but no idea where I got the source to compile from so that is what I seek and hoping that could find just the parts I need but if I need to recompile the whole thing that is fine as long as I can find the source again.
You could start here: https://gambaswiki.org/wiki/install
All is explained, even how to pull the source code with proper tag from gitlab.

Each tag is a version, current latest tag is 3.20.4, but you can go for any version you prefer to compile on that system.
If parts don't compile because libraries might be too old or missing, you can disable those components that it says that will not compile,
db2 should not be a problem as requirements are like db + extra gambas parts.
gbWilly
- Gambas Dutch translator
- Gambas wiki content contributor
- Gambas debian/ubuntu package recipe contributor
- Gambas3 Debian/Ubuntu repositories

- GambOS

... there is always a Catch if things go wrong!
Post Reply