[R] RSPerl problem with testing

2004-11-11 Thread Alicia Amadoz
Hi,

I'm trying to install de RSPerl module and i have some problems trying
to test it. I've tried to contact with the author but the e-mail address
seems not to exist. Hope that anyone in this list could explain me a
little about this problem. I have a bash shell and what i do is the
following:

#PERLLIB=/usr/lib/R/library/RSPerl/share/blib/arch:/usr/lib/R/library/RSPerl/share/blib/lib
# export PERLLIB
# LD_LIBRARY_PATH=/usr/lib/R/bin:/usr/lib/R/library/RSPerl/libs
# export LD_LIBRARY_PATH
# perl test.pl
1..1
Can't load '/usr/lib/R/library/RSPerl/share/blib/arch/auto/R/R.so' for
module R: /usr/lib/R/library/RSPerl/libs/libPerlConverter.so: undefined
symbol: R_GlobalEnv at
/usr/lib/perl5/5.8.3/i386-linux-thread-multi/DynaLoader.pm line 229.
 at test.pl line 11
Compilation failed in require at test.pl line 11.
BEGIN failed--compilation aborted at test.pl line 11.
not ok 1

I move to the /usr/local/src to test again and  i get the same error.

Any help would be much appreciated. Thanks.

Regards,
Alicia


***
Alicia Amadoz
Evolutionary Genetics Unit
Cavanilles Institute for Biodiversity and Evolutionary
Biology
University of Valencia
Apartado Oficial 22085
E-46071 Valencia SPAIN
Phone: (+34) 96 354 3687
FAX: (+34) 96 354 3670
e-mail: [EMAIL PROTECTED]
http://www.uv.es/~amadoz
***
NOTE! For shipments by EXPRESS COURIER use Instituto
Cavanilles de Biodiversidad y Biología Evolutiva,
Polígono de la Coma s/n, 46980 Paterna (Valencia),
Spain instead of P.O. Box no. and Post Code/City above.

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] RSPerl problem with testing

2004-11-11 Thread Prof Brian Ripley
The author is at  [EMAIL PROTECTED]: this is an Omegahat product 
and I think the Omegahat web pages do lead you there.

Looks to me as if you haven't got the R shared library in your load 
library path: if this is R 2.0.x it is in /usr/lib/R/lib, not bin.

On Thu, 11 Nov 2004, Alicia Amadoz wrote:

 Hi,
 
 I'm trying to install de RSPerl module and i have some problems trying
 to test it. I've tried to contact with the author but the e-mail address
 seems not to exist. Hope that anyone in this list could explain me a
 little about this problem. I have a bash shell and what i do is the
 following:
 
 #PERLLIB=/usr/lib/R/library/RSPerl/share/blib/arch:/usr/lib/R/library/RSPerl/share/blib/lib
 # export PERLLIB
 # LD_LIBRARY_PATH=/usr/lib/R/bin:/usr/lib/R/library/RSPerl/libs
 # export LD_LIBRARY_PATH
 # perl test.pl
 1..1
 Can't load '/usr/lib/R/library/RSPerl/share/blib/arch/auto/R/R.so' for
 module R: /usr/lib/R/library/RSPerl/libs/libPerlConverter.so: undefined
 symbol: R_GlobalEnv at
 /usr/lib/perl5/5.8.3/i386-linux-thread-multi/DynaLoader.pm line 229.
  at test.pl line 11
 Compilation failed in require at test.pl line 11.
 BEGIN failed--compilation aborted at test.pl line 11.
 not ok 1

-- 
Brian D. Ripley,  [EMAIL PROTECTED]
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 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html