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 to

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月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 bett

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 --with-system-

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 fo

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 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 the