[R] RODBC installation in debian

2004-04-22 Thread Mahbub Latif
Hello List, I am trying to install RODBC package in a debian linux box but getting the following message. Can anyone help me to find what I am doing wrong here: $ R CMD INSTALL RODBC_1.0-4.tar.gz ### * Installing *source* package 'RODBC' ... checking for gcc... gcc checking for C compiler

Re: [R] RODBC installation in debian

2004-04-22 Thread Jason Turner
I am trying to install RODBC package in a debian linux box but getting the following message. Can anyone help me to find what I am doing wrong here: This sort of problem usually stems from issues covered in the README file in the RODBC tarball. Have you untarred it and read this file?

Re: [R] RODBC installation in debian

2004-04-22 Thread Jean Eid
I just did this yesterday. you do not have an ODBC driver ( as it says in the log). you need to (as root) use apt-get install unixodbc and apt-get install unixodbc-dev. The unixodbc package alone will not work, you need to install unixodbc-dev (development), Hope this helps. I have a question

Re: [R] RODBC installation in debian

2004-04-22 Thread Dirk Eddelbuettel
On Thu, Apr 22, 2004 at 01:23:50AM -0700, Mahbub Latif wrote: Hello List, I am trying to install RODBC package in a debian linux box but getting the following message. Can anyone help me to find what I am doing wrong here: $ R CMD INSTALL RODBC_1.0-4.tar.gz Well, you could use

Re: [R] RODBC installation in debian

2004-04-22 Thread Matej Cepl
On Thursday 22 of April 2004 08:29, Jean Eid wrote: I just did this yesterday. you do not have an ODBC driver ( as it says in the log). you need to (as root) use apt-get install unixodbc and apt-get install unixodbc-dev. The unixodbc package alone will not work, you need to install