Re: [sqlite] undefined reference to `readline'

2009-12-31 Thread Angelo
Hi, you put me on the right direction and I solved. Thank you veru much !!! Hoping to help other sqlite users with the same problem, I give here a list of what I did to solve. => I checked if readline was installed and answer was not => downloaded readline.tar.gz (vers 6) and installed =>

Re: [sqlite] undefined reference to `readline'

2009-12-29 Thread Lutz Horn
Hi, Am 29.12.09 19:28, schrieb Angelo: > sqlite-3.6.16/conftest.c:37: undefined reference to `readline' > collect2: ld returned 1 exit status. > > So it's clear, the linker does not find the readline function , but I don't > understand why. Do you have the readline library including headers

[sqlite] undefined reference to `readline'

2009-12-29 Thread Angelo
Hi everybody, sqlite 3.6.16 on linux debian. Using the amalgamation src, I compile sqlite using configure --enable-readline. But using the shell, I haven' t the history function. The config.log file says: sqlite-3.6.16/conftest.c:37: undefined reference to `readline' collect2: ld returned 1