El 14/3/22 a las 14:39, Allin Cottrell escribió:
On Mon, 14 Mar 2022, Ignacio Diaz-Emparanza wrote:
>> Well, ... I don't know if this may help much. I reinstalled gretl from git
>> and tried to run the script, this is the output in the terminal:
>>
>> The R library path '/usr/lib/libR.so' seems to be a symlink
>> resolved to 'R/lib/libR.so'
>> cannot find system Renviron
>> Fatal error: unable to open the base package
>>
>>
> BTW, in my system the link in /usr/lib is
>
> libR.so -> R/lib/libR.so
>
> so, that is pointing to the absolute path /usr/lib/R/lib/libR.so
That certainly helps. Now I get it: your libR.so path is a _relative_
symlink where I had been expecting an absolute one. In git there's now
code to handle the relative case.
Allin
Yes, it worked!! The crash is solved.
Thank you.
Ignacio