|
Hi,
I am trying to install R from source and using configure command but gettting one error message. *configure: error: --with-readline=yes (default) and headers/libs are not available* I am installing on server which is not connected by net so can install by source only. Can u pls suggest me how to rectify such pblm. Regards -- View this message in context: http://r.789695.n4.nabble.com/Error-while-installing-R-on-RHEL-6-tp4633675.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
|
Hello,
The error message gives you the solution. Regards Le 18/06/2012 18:26, Manish Gupta a écrit : > Hi, > > I am trying to install R from source and using configure command but > gettting one error message. > > *configure: error: --with-readline=yes (default) and headers/libs are not > available* > > I am installing on server which is not connected by net so can install by > source only. Can u pls suggest me how to rectify such pblm. > > Regards > > -- > View this message in context: http://r.789695.n4.nabble.com/Error-while-installing-R-on-RHEL-6-tp4633675.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > [hidden email] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
|
I used it but still same error.
Regards On Mon, Jun 18, 2012 at 7:14 PM, Pascal Oettli <[hidden email]> wrote: > Hello, > > The error message gives you the solution. > > Regards > > > > Le 18/06/2012 18:26, Manish Gupta a écrit : > > Hi, >> >> I am trying to install R from source and using configure command but >> gettting one error message. >> >> *configure: error: --with-readline=yes (default) and headers/libs are not >> available* >> >> I am installing on server which is not connected by net so can install by >> source only. Can u pls suggest me how to rectify such pblm. >> >> Regards >> >> -- >> View this message in context: http://r.789695.n4.nabble.com/** >> Error-while-installing-R-on-**RHEL-6-tp4633675.html<http://r.789695.n4.nabble.com/Error-while-installing-R-on-RHEL-6-tp4633675.html> >> Sent from the R help mailing list archive at Nabble.com. >> >> ______________________________**________________ >> [hidden email] mailing list >> https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help> >> PLEASE do read the posting guide http://www.R-project.org/** >> posting-guide.html <http://www.R-project.org/posting-guide.html> >> and provide commented, minimal, self-contained, reproducible code. >> >> -- Manish Gupta (M.Sc Bioinformatics) Bioinformatics Software Developer (Scientist) MSC Status company KL-59200 Malaysia [[alternative HTML version deleted]] ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
|
Do you mean, "--with-readline=no" or after installing the readline headers?
Regards Le 18/06/2012 20:17, manish gupta a écrit : > I used it but still same error. > > Regards > > On Mon, Jun 18, 2012 at 7:14 PM, Pascal Oettli<[hidden email]> wrote: > >> Hello, >> >> The error message gives you the solution. >> >> Regards >> >> >> >> Le 18/06/2012 18:26, Manish Gupta a écrit : >> >> Hi, >>> >>> I am trying to install R from source and using configure command but >>> gettting one error message. >>> >>> *configure: error: --with-readline=yes (default) and headers/libs are not >>> available* >>> >>> I am installing on server which is not connected by net so can install by >>> source only. Can u pls suggest me how to rectify such pblm. >>> >>> Regards >>> >>> -- >>> View this message in context: http://r.789695.n4.nabble.com/** >>> Error-while-installing-R-on-**RHEL-6-tp4633675.html<http://r.789695.n4.nabble.com/Error-while-installing-R-on-RHEL-6-tp4633675.html> >>> Sent from the R help mailing list archive at Nabble.com. >>> >>> ______________________________**________________ >>> [hidden email] mailing list >>> https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help> >>> PLEASE do read the posting guide http://www.R-project.org/** >>> posting-guide.html<http://www.R-project.org/posting-guide.html> >>> and provide commented, minimal, self-contained, reproducible code. >>> >>> > > ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
|
In reply to this post by Manish Gupta
On Mon, 18 Jun 2012 02:26:32 -0700 (PDT)
Manish Gupta <[hidden email]> wrote: > Hi, > > I am trying to install R from source and using configure command but > gettting one error message. > > *configure: error: --with-readline=yes (default) and headers/libs are > not available* > > I am installing on server which is not connected by net so can > install by source only. Can u pls suggest me how to rectify such pblm. > If you are installing from source, then presumably you have unpacked the tar.gz source in a directory and run ./configure. Configure will write out a log file that should tell you precisely what you need to install if elements are missing. Readline is GNU library that you need to install explicitly in some flavors linux. It permits editing lines and recalling history in terminal applications. BTW, simply search on the web will usually answer questions like these. You are not unique in needing to decipher obscure error messages. JDougherty ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
| Powered by Nabble | Edit this page |
