LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Terminfo/termcap not found (https://www.linuxquestions.org/questions/linux-enterprise-47/terminfo-termcap-not-found-777857/)

FiL 12-24-2009 05:56 AM

Terminfo/termcap not found
 
Hello!I am trying to install irssi on a remote server without having admin permissions..At first i installed the glib locally(which is needed for irssi) and then i tried to install irssi (running ./configure --prefix=$HOME) but the fact is that i get this error:
configure: error: Terminfo/termcap not found - install ncurses-devel package

Since i am familliar only with ubuntu distro (i don't know how rpms work) i found the ncurses from debian ( http://packages.debian.org/lenny/libncurses5-dev ) and i downloaded the source package. ( http://packages.debian.org/source/lenny/ncurses ). I installed it again with the &HOME prefix but unfortunately i get the same error .Shouldn't it work ?
Anyway i also tried to install it with the rpm package ( http://rpm.pbone.net/index.php3/stat...86_64.rpm.html ) using the --relocate option but i get this message :
rpm: --relocate and --excludepath may only be used when installing new packages

Can anyone help me?

Thanx in advance..

PS:The system i am trying to install irssi is
Red Hat Enterprise Linux Server release 5.4 (Tikanga)

ozanbaba 12-24-2009 06:06 AM

Quote:

Originally Posted by FiL (Post 3803421)
Hello!I am trying to install irssi on a remote server without having admin permissions..At first i installed the glib locally(which is needed for irssi) and then i tried to install irssi (running ./configure --prefix=$HOME) but the fact is that i get this error:
configure: error: Terminfo/termcap not found - install ncurses-devel package

is there a configure option to point needed libraries. usually there is,
check with configure --help (use grep for easy search). you have to point it to library because configure will look at system not your $HOME.

jinreal 11-25-2022 06:01 PM

I got some similar error: "meson.build:321:4: ERROR: Problem encountered: Terminfo not found", and it works after I install ncurses-dev by "sudo apt install ncurses-dev".

irssi: 1.4.3
system: Linux Mint 21

MadeInGermany 11-28-2022 12:02 PM

Maybe you should do a regular installation:
Code:

sudo yum install ncurses-dev


All times are GMT -5. The time now is 03:00 AM.