|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Problem installing lynx under redhat
I'm trying to install lynx2.8.4 on my linux machine but however, once I run ./configure I get this error message:
[...] checking for tgoto in -lunknown... no checking for initscr in -lncurses... no checking for initscr in -lcurses... no checking for initscr in -lcursesX... no checking for initscr in -lxcurses... no checking for initscr in -ljcurses... no checking for initscr in -lunknown... no configure: error: no curses library found so I went to get this file: ftp://ftp.rpmfind.net/linux/redhat/...6.95-1.i386.rpm and this file: wget ftp://invisible-island.net/ncurses/ncurses-5.3.tar.gz I uncompressed the archives but now I'm not sure what exactly needs to be done. Any ideas? Please bare with me, I'm a complete newbie but willing to learn ![]() |
|
#2
|
|||
|
|||
|
Just install the ncurses and ncurses-devel packages off of the Red Hat CDs.
|
|
#3
|
|||
|
|||
|
Why not just use the RedHat up2date program to grab lynx and all the dependencies for you?
Code:
up2date lynx Should be that easy. |
|
#4
|
||||
|
||||
|
# cd /usr/src
# wget ftp://invisible-island.net/ncurses/ncurses-5.3.tar.gz # tar -zxvf ncurses-5.3.tar.gz # cd ncurses-5.3 # configure && make && make install at a guess christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Problem installing lynx under redhat |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|