Re: [R] RMySQL installation: libz missing SOLVED

2005-05-03 Thread Detlef Steuer
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.

Re: [R] RMySQL installation: libz missing SOLVED

2005-05-03 Thread Christoph Lehmann
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 Christoph Lehmann wrote: Hi I run suse linux 9.1 and I installed MySQL server, client, devel, bench. DBI is installed, when I try to insta