Page 2 of 2

Re: Terminfo file is missing

Posted: 11 Apr 2016, 09:36
by comen
Hello,

Has anyone succeeded in finding a solution to this problem? I am trying to run PhotoRec on my QNAP TS-212 and have the same exact error message "Terminfo file is missing".


Thanks,

Marcin

Re: Terminfo file is missing

Posted: 27 Apr 2016, 19:45
by saamich
I copy /etc/termcap file to testdisk-7 directory from my CentOS6 server and execute in shell:
export TERMINFO_DIRS=./
after this - ./photorec successful run on qnap ts-412.

Re: Terminfo file is missing

Posted: 21 Aug 2016, 21:59
by ronvanpaassen
I did export TERMINFO=/mnt/ext/usr/share/terminfo on my QNAP TS-212 and that did the trick. Photorec worked like a charm after that.

Re: Terminfo file is missing

Posted: 27 Dec 2016, 02:56
by rogerkaplan
export TERMINFO=<directory where you installed>

Worked for me

Re: Terminfo file is missing

Posted: 06 Jan 2017, 22:52
by yogurux
export TERMINFO=<directory where you installed>

Worked for me, too - thx!