PS The issue is of course real. For Debian unstable, I rebuilt ten or so
packages that had been linked against libRblas.so -- you guys need to find
those and the rebuild the corresponding packages to match.  It is a little
trial and error, but one way is to 'apt-cache search' all r-cran-* packages
and to then run

    ldd /usr/lib/R/site-library/*/libs/*.so | \
        awk '/^\// {l=$1}; /not found/ {print l, $0}'

which finds all packages with link error.  The above script was contributed
by an alert user of Debian unstable where we had the same issue.

Thanks for looking after R on Ubuntu.  Do come and join r-sig-debian.

Cheers, Dirk

--
Three out of two people have difficulties with fractions.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to