Re: [sqlite] freebsd 11 SQLite build: readline/readline.h file not found

2016-10-18 Thread jungle Boogie
On 18 October 2016 at 15:09, Warren Young wrote: > On Oct 18, 2016, at 3:59 PM, jungle Boogie wrote: >> >> On 18 October 2016 at 13:55, Warren Young wrote: >>> Did you ./configure after the upgrade? If not, do so. >> >> yes, this is

Re: [sqlite] freebsd 11 SQLite build: readline/readline.h file not found

2016-10-18 Thread Warren Young
On Oct 18, 2016, at 3:59 PM, jungle Boogie wrote: > > On 18 October 2016 at 13:55, Warren Young wrote: >> Did you ./configure after the upgrade? If not, do so. > > yes, this is my standard config: > ./configure --disable-editline; make If you don’t

Re: [sqlite] freebsd 11 SQLite build: readline/readline.h file not found

2016-10-18 Thread jungle Boogie
On 18 October 2016 at 13:55, Warren Young wrote: > Did you ./configure after the upgrade? If not, do so. yes, this is my standard config: ./configure --disable-editline; make sqliteup is an alias in my shell to do this and then sudo make install -- --- inum:

Re: [sqlite] freebsd 11 SQLite build: readline/readline.h file not found

2016-10-18 Thread Warren Young
On Oct 16, 2016, at 12:45 AM, jungle Boogie wrote: > > I just re-installed freebsd 11 on a machine of mine and as usual, I > build sqlite from source. However, I see this: > sqlite3/src/shell.c:66:11: fatal error: 'readline/readline.h' file not found Did you ./configure

Re: [sqlite] freebsd 11 SQLite build: readline/readline.h file not found

2016-10-18 Thread Pavel Volkov
Hello. Readline now don't part of FreeBSD. You should add flag -I /usr/local/include into your compilation process. See flags in the port database/sqlite3. PS I'm sorry. I am in vacation now. On Oct 16, 2016 2:46 AM, "jungle Boogie" wrote: > Hi All, > > I just

Re: [sqlite] freebsd 11 SQLite build: readline/readline.h file not found

2016-10-16 Thread jungle Boogie
On 15 October 2016 at 23:45, jungle Boogie wrote: > Readline.h is found here: > # find / -name readline.h > /usr/local/include/editline/readline.h > /usr/local/include/readline/readline.h > /usr/local/include/guile/2.0/readline.h > /usr/include/edit/readline/readline.h

[sqlite] freebsd 11 SQLite build: readline/readline.h file not found

2016-10-16 Thread jungle Boogie
Hi All, I just re-installed freebsd 11 on a machine of mine and as usual, I build sqlite from source. However, I see this: sqlite3/src/shell.c:66:11: fatal error: 'readline/readline.h' file not found I'm quite sure I didn't have problems on the 10.x branch with sqlite, so I don't know if things

RE: [sqlite] FreeBSD and SQLite

2004-04-15 Thread Jaroslaw Nozderko
Hi Al, could you please provide more information ? (FreeBSD version, SQLite version, what are the problems, etc.). First of all, is it FreeBSD 4.x or 5.x ? Usually 4.x is used for production purposes, I didn't try it. However, I don't remember serious problems with several recent versions

Re: [sqlite] FreeBSD and SQLite

2004-04-14 Thread Greg Miller
Al Rider wrote: Is there anyone successfully running SQLite on a FreeBSD machine? If so, would you email me and give me some help with it. I've never used it on anything else. The instructions assume that make is actually GNU make, which is almost certainly not the case on a non-Linux machine

[sqlite] FreeBSD and SQLite

2004-04-14 Thread Markus Hoenicka
Al Rider writes: > > I tried to compile and install SQLite without any success. > You might want to be a tad more specific at this point. What kind of error messages did you get? > Is there anyone successfully running SQLite on a FreeBSD machine? If so, > would you email

[sqlite] FreeBSD and SQLite

2004-04-14 Thread Al Rider
machines does that mean it won't be compiled into php 5 on them? Is there anyone successfully running SQLite on a FreeBSD machine? If so, would you email me and give me some help with it. Thanks... - To unsubscribe, e-mail