Re: [Firebird-devel] How to install a local source build for testing purposes?

2020-08-27 Thread Ian Lawrence Barwick
2020年8月27日(木) 23:58 Adriano dos Santos Fernandes : > > On 27/08/2020 11:48, Ian Lawrence Barwick wrote: > > 2020年8月27日(木) 23:28 Ian Lawrence Barwick : (...) > > OK, I can get it to work by using sudo; is it possible it's expecting > > to run as a > > different user

Re: [Firebird-devel] How to install a local source build for testing purposes?

2020-08-27 Thread Ian Lawrence Barwick
2020年8月27日(木) 23:48 Alex Peshkoff via Firebird-devel : > > On 2020-08-27 17:28, Ian Lawrence Barwick wrote: > > > I tried this: > > > >$ FIREBIRD=/path/to/firebird/src/gen/Release/firebird/ ./bin/isql > > employee > > src is unneded here - gen is no

Re: [Firebird-devel] How to install a local source build for testing purposes?

2020-08-27 Thread Ian Lawrence Barwick
2020年8月27日(木) 23:28 Ian Lawrence Barwick : > > 2020年8月25日(火) 18:02 Alex Peshkoff via Firebird-devel > : > > > > On 2020-08-25 05:07, Ian Lawrence Barwick wrote: > (...) > > > ./configure --prefix=/opt/firebird4 \ > > >--with-editline \ >

Re: [Firebird-devel] How to install a local source build for testing purposes?

2020-08-27 Thread Ian Lawrence Barwick
2020年8月25日(火) 18:02 Alex Peshkoff via Firebird-devel : > > On 2020-08-25 05:07, Ian Lawrence Barwick wrote: (...) > > ./configure --prefix=/opt/firebird4 \ > >--with-editline \ > > Almost for sure --with-system-editline will be better - builtin editline > is used i

[Firebird-devel] How to install a local source build for testing purposes?

2020-08-24 Thread Ian Lawrence Barwick
Hi I maintain the PostgreSQL foreign data wrapper (FDW) for Firebird [1] and am planning to verify it against Firebird 4 to check for compatibility, new features which need supporting etc. [1] https://github.com/ibarwick/firebird_fdw/ To which end I thought I'd try building it from source