Re: [gentoo-user] How to handle Firebird with PHP now

2025-03-23 Thread Matthias Hanft
Eli Schwartz wrote: > > Read the manpage for `man make.conf` and look for references to EXTRA_ECONF. > You will want to do this via package.env, obviously, not > /etc/portage/make.conf itself. Thanks for the hint. Asking ChatGPT, I got the complete solution: 1. create the directory /etc/portage

Re: [gentoo-user] How to handle Firebird with PHP now

2025-03-23 Thread Eli Schwartz
On 3/23/25 3:34 AM, Matthias Hanft wrote: > I wrote: >> >> To compile PHP with Firebird support, I have the line >> -firebird >> in /etc/portage/profile/use.mask because the Firebird USE flag >> of PHP was masked somewhen. > > While working with the manually installed Firebird 5.0 and the > unmask

Re: [gentoo-user] How to handle Firebird with PHP now

2025-03-23 Thread Matthias Hanft
I wrote: > > To compile PHP with Firebird support, I have the line > -firebird > in /etc/portage/profile/use.mask because the Firebird USE flag > of PHP was masked somewhen. While working with the manually installed Firebird 5.0 and the unmasked "firebird" USE flag @ PHP, now here's the next prob

Re: [gentoo-user] How to handle Firebird with PHP now

2025-02-14 Thread Michael Orlitzky
On 2025-02-14 13:47:56, Matthias Hanft wrote: > Michael Orlitzky wrote: > > > > I think you are going to be stuck with revdep-rebuild issues > > otherwise. > > I succeeded in creating a file /etc/revdep-rebuild/98-firebird > with the line > > LD_LIBRARY_MASK="libfbclient.so.2" > > in it. Nice,

Re: [gentoo-user] How to handle Firebird with PHP now

2025-02-14 Thread Viorel Munteanu
La 10.02.2025 22:11, Michael a scris: According tohttp://gpo.zugaina.org/ firebird is provided by bgo-overlay. I don't know if this overlay is checked by gentoo devs for the quality of its contents or not, but you could take a look. Using an overlay will allow your system to know what files wer

Re: [gentoo-user] How to handle Firebird with PHP now

2025-02-14 Thread Matthias Hanft
Michael Orlitzky wrote: > > I think you are going to be stuck with revdep-rebuild issues > otherwise. I succeeded in creating a file /etc/revdep-rebuild/98-firebird with the line LD_LIBRARY_MASK="libfbclient.so.2" in it. Then, revdep-rebuild says [...] * Checking dynamic linking consistency

Re: [gentoo-user] How to handle Firebird with PHP now

2025-02-11 Thread Michael Orlitzky
On 2025-02-11 17:30:00, Matthias Hanft wrote: > > Hmmm... could be a solution indeed, but as long as it's just revdep-rebuild, > the pain threshold for an overlay and tinkering with the ebuild has not yet > been reached :-) > I think you are going to be stuck with revdep-rebuild issues otherwise

Re: [gentoo-user] How to handle Firebird with PHP now

2025-02-11 Thread Matthias Hanft
Michael wrote: > > Did you try running revdep-rebuild with the --debug --verbose --pretend > options to see if it reveals the specific library objects affected? Good idea: [...] * Checking dynamic linking consistency analyse(), Searching for 15578 libs, bins within 17138 libraries and

Re: [gentoo-user] How to handle Firebird with PHP now

2025-02-11 Thread Michael
On Tuesday 11 February 2025 09:09:55 Greenwich Mean Time Matthias Hanft wrote: > Michael wrote: > > According to http://gpo.zugaina.org/ firebird is provided by bgo-overlay. > > I don't know if this overlay is checked by gentoo devs for the quality of > > its contents or not, but you could take a

Re: [gentoo-user] How to handle Firebird with PHP now

2025-02-11 Thread Matthias Hanft
Michael wrote: > > According to http://gpo.zugaina.org/ firebird is provided by bgo-overlay. I > don't know if this overlay is checked by gentoo devs for the quality of its > contents or not, but you could take a look. Using an overlay will allow your > system to know what files were installe

Re: [gentoo-user] How to handle Firebird with PHP now

2025-02-10 Thread Michael
On Monday 10 February 2025 19:07:07 Greenwich Mean Time Matthias Hanft wrote: > Hi, > > I have many Firebird databases on my Gentoo server. > > To compile PHP with Firebird support, I have the line > > -firebird > > in /etc/portage/profile/use.mask because the Firebird USE flag > of PHP was mas