[R] RMySQL installation: libz missing SOLVED
Detlef Steuer
detlef.steuer at hsu-hh.de
Tue May 3 15:46:37 CEST 2005
Hi,
do you have zlib installed on your system?
(rpm -q zlib tells you if or not)
You can also try rpm -q --whatprovides libz .
zlib provides libz. If not installed, the manual compilation of R
uses its own version of zlib, if I understand it correctly.
So, not really a problem with the rpm.
Detlef
On Tue, 03 May 2005 16:25:12 +0200
Christoph Lehmann <christoph.lehmann at gmx.ch> wrote:
> it seemed to be a problem with the rpm for suse 9.1.. I installed and
> compiled R2.1 using the sources, then installation of RMySQL succeeded
>
> mmmh ..
>
> Christoph
More information about the R-help
mailing list