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

2020-08-28 Thread Alex Peshkoff via Firebird-devel
On 2020-08-27 19:01, Ian Lawrence Barwick wrote: Related to that: - is it problematic if more than one Firebird instance is using that directory? I will start with mentioning once again simple requirement - users, having embedded access to firebird databases, should be in firebird group.

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 (e.g. "firebird") rather than

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 not in src Ah, that's just there because the

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

2020-08-27 Thread Adriano dos Santos Fernandes
On 27/08/2020 11:48, Ian Lawrence Barwick wrote: > 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 \ >>> Almost

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

2020-08-27 Thread Alex Peshkoff via Firebird-devel
On 2020-08-27 17:48, Ian Lawrence Barwick wrote: 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 \ Almost for sure

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 \ > > > > Almost for sure --with-system-editline will be

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

2020-08-27 Thread Alex Peshkoff via Firebird-devel
On 2020-08-27 17:28, Ian Lawrence Barwick wrote: That unfortunately doesn't work: $ ./isql employee Statement failed, SQLSTATE = 08006 Unable to complete network request to host "localhost". -Failed to establish a connection. Use CONNECT or CREATE DATABASE to specify a database

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 in distributed binaries just

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

2020-08-25 Thread Alex Peshkoff via Firebird-devel
On 2020-08-25 05:07, Ian Lawrence Barwick wrote: 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

[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