Re: [R] Problemss compiling RODBC
On Fri, 2006-10-13 at 18:07 +, vittorio wrote: > There is. > > # ls /usr/local/lib/libpcre* > @libpcre.so > libpcre.so.0 I don't use freebsd. So I'm not sure how to help. As I hinted before, I'd first try to reinstall or update the pcre package and make sure that all its dependencies are satisfied. Confirm that the pcre package version is reasonably up-to-date. I see your problem seems to have something to do with the grep command. Can you actually use grep as a system command? E.g.: ps axu | grep $USER What do you get if you run this? ldd /bin/grep Jerome -- Jerome Asselin, M.Sc., Agent de recherche, RHCE CHUM -- Centre de recherche 3875 rue St-Urbain, 3e etage // Montreal QC H2W 1V1 Tel.: 514-890-8000 Poste 15914; Fax: 514-412-7106 __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Re: [R] Problemss compiling RODBC
There is. # ls /usr/local/lib/libpcre* @libpcre.so libpcre.so.0 Vittorio Alle 14:39, venerdì 13 ottobre 2006, Jerome Asselin ha scritto: > On Fri, 2006-10-13 at 14:59 +0100, Vittorio wrote: > > When updating to the very last version of RODBC under freebsd 6.1 the > > errors below pop up but RODBC compiles till the end and, it seems, to > > work properly. > > What are those errors about? > > I don't know what adverse effect this may have in RODBC. > > To me, it looks like you're either missing > the /usr/local/lib/libpcre.so.0 file or that the file is damaged. Can > you confirm whether libpcre is installed on your system and for the > correct ARCH? Try to reinstall/recompile the pcre package. More info at > http://www.pcre.org (appears temporarily down at the moment I write). > > Then I'd try to recompile RODBC. > > HTH, > Jerome __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Re: [R] Problemss compiling RODBC
On Fri, 2006-10-13 at 14:59 +0100, Vittorio wrote: > When updating to the very last version of RODBC under freebsd 6.1 the > errors below pop up but RODBC compiles till the end and, it seems, to > work properly. > What are those errors about? I don't know what adverse effect this may have in RODBC. To me, it looks like you're either missing the /usr/local/lib/libpcre.so.0 file or that the file is damaged. Can you confirm whether libpcre is installed on your system and for the correct ARCH? Try to reinstall/recompile the pcre package. More info at http://www.pcre.org (appears temporarily down at the moment I write). Then I'd try to recompile RODBC. HTH, Jerome -- Jerome Asselin, M.Sc., Agent de recherche, RHCE CHUM -- Centre de recherche 3875 rue St-Urbain, 3e etage // Montreal QC H2W 1V1 Tel.: 514-890-8000 Poste 15914; Fax: 514-412-7106 __ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
