[R] re: problem installing library sm

ripley@stats.ox.ac.uk ripley at stats.ox.ac.uk
Fri Oct 25 17:03:37 CEST 2002


This will happen on any package using Fortran if you don't have the
libraries installed properly.  I presum each of you worked from RPMs,
or R would not have been built.

I suggest you edit R_HOME/etc/Makeconf, which will be something like

FLIBS =  -L/usr/local/lib -L/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2
-L/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../..
-lreadline -ldl -lncurses -lfrtbegin -lg2c -lm -lgcc_s

and remove -lreadline -ldl -lncurses.  I don't see how they could be
needed for a Fortran-based package.

On Fri, 25 Oct 2002, Carlos Ortega wrote:

> Hi All,
>
> I had the same compilation error when installing "randomForest" on a Linux
> box with Mandrake8.2 and Mandrake9.0 and with R-1.6.0.
>
> Carlos.
>
> -----Mensaje original-----
> De: owner-r-help at stat.math.ethz.ch
> [mailto:owner-r-help at stat.math.ethz.ch]En nombre de rohan sadler
> Enviado el: viernes, 25 de octubre de 2002 8:10
> Para: R Help
> Asunto: [R] re: problem installing library sm
>
>
> Hi All,
>
> I am having trouble installing the sm package, and only the sm package.
> My box is RedHat 7.3 on a PIV. Readline 4.3-3 is installed (suited for
> RH 8, but same error under readline 4.2 for RH 7.3), but it seems to be
> looking for the readline library in the wrong directory. Will installing
> readline 4.1 do the trick? What else could be done?
>
>
> Rohan Sadler
>
> [root at rsadler R]# R CMD INSTALL sm_2.0-6.tar.gz
> WARNING: ignoring environment value of R_HOME

Heed the warning, and unset it!

> * Installing *source* package 'sm' ...
> ** libs
> g77 -mieee-fp  -fPIC  -O2 -m486 -fno-strength-reduce -g -c routines.f -o
> routines.o
> gcc -shared -L/usr/local/lib -o sm.so routines.o  -L/usr/local/lib
> -L/usr/lib/gcc-lib/i386-redhat-linux/2.96
> -L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../.. -lreadline -ldl
> -lncurses -lg2c -lm
> /usr/bin/ld: cannot find -lreadline
> collect2: ld returned 1 exit status
> make: *** [sm.so] Error 1
> ERROR: compilation failed for package 'sm'
>
> [root at rsadler R]# locate readline
> /usr/lib/python1.5/lib-dynload/readline.so
> /usr/lib/python2.2/lib-dynload/readline.so
> /usr/lib/python2.2/lib-dynload/xreadlinesmodule.so
> /usr/lib/libreadline.so.4
> /usr/lib/libreadline.so.4.2
> /usr/lib/libguilereadline.so.0
> /usr/lib/libguilereadline.a
> /usr/lib/libguilereadline.la
> /usr/lib/libguilereadline.so
> /usr/lib/libguilereadline.so.0.0.0
> /usr/lib/libreadline.so.3
> /usr/lib/libreadline.so.3.0
> /usr/lib/R/library/base/R-ex/readline.R
> /usr/lib/R/library/base/help/readline
> /usr/lib/R/library/base/html/readline.html
> /usr/lib/libreadline.so.4.1
> /usr/libexec/rep/0.15.1/i386-redhat-linux/rep/io/readline.a
> /usr/libexec/rep/0.15.1/i386-redhat-linux/rep/io/readline.la
> /usr/libexec/rep/0.15.1/i386-redhat-linux/rep/io/readline.so
> /usr/libexec/rep/0.15.1/i386-redhat-linux/readline.a
> /usr/libexec/rep/0.15.1/i386-redhat-linux/readline.la
> /usr/libexec/rep/0.15.1/i386-redhat-linux/readline.so
> /usr/share/doc/vim-common-6.1/syntax/readline.vim
> /usr/share/doc/python2-docs-2.2/lib/libreadline.tex
> /usr/share/doc/python2-docs-2.2/lib/libxreadlines.tex
> /usr/share/man/man3/readline.3.gz
> /usr/share/info/readline.info.gz
> /usr/share/vim/vim61/indent/readline.vim
> /usr/share/vim/vim61/syntax/readline.vim
> /usr/share/guile/1.3.4/ice-9/readline.scm
> /usr/local/lib/R/library/base/help/readline
> /usr/local/lib/R/library/base/html/readline.html
> /usr/local/lib/R/library/base/latex/readline.tex
> /usr/local/lib/R/library/base/R-ex/readline.R
> /home/rsadler/downloads/R/R-1.5.1/src/library/base/man/readline.Rd
> /home/rsadler/downloads/R/R-1.5.1/library/base/help/readline
> /home/rsadler/downloads/R/R-1.5.1/library/base/html/readline.html
> /home/rsadler/downloads/R/R-1.5.1/library/base/latex/readline.tex
> /home/rsadler/downloads/R/R-1.5.1/library/base/R-ex/readline.R
>
> --
> Ecosystems Research Group (ERGO)
> School of Plant Biology (Botany), Faculty of Natural & Agricultural
> Sciences,
> The University of Western Australia, 35 Stirling Highway, Crawley  WA  6009,
> Australia
>
> Ph:  +61 8 9380 7914
> Fax: +61 8 9380 7925
> email: rsadler at agric.uwa.edu.au
> ERGO's web site:<http://www.botany.uwa.edu.au/ergo>
>
>
>
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> -.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.
> _._
>
>
> _____
> The information in this email is confidential and it may not be
> disclosed or used by anyone other than the addressee. If you are not the
> intended recipient, any disclosure, copying, distribution or any action taken or
> omitted is prohibited and may be unlawful.
> Minorplanet cannot accept responsibility for the accuracy or completeness of
> this email as it has been transmitted over a public network. If you suspect
> that the email may have been amended, please call the sender.
>
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list