반응형
// R RODBC 패키지 설치시 에러 뜰 경우
# R
> install.packages("RODBC")
configure: error: "ODBC headers sql.h and sqlext.h not found"
ERROR: configuration failed for package ‘RODBC’
* removing ‘/home/ymm/R/x86_64-redhat-linux-gnu-library/3.6/RODBC’
The downloaded source packages are in
‘/tmp/RtmpdFjkYE/downloaded_packages’
Warning message:
In install.packages("RODBC") :
installation of package ‘RODBC’ had non-zero exit status
> exit
Error: object 'exit' not found
해결방법
# yum install unixODBC* 설치하면 됨
반응형
'서버관리' 카테고리의 다른 글
GPFS 관리노드 와 계산노드간 용량이 맞지 않는 경우 (0) | 2022.02.09 |
---|---|
centos7 vnc firefox can't establish a connection to the server at localhost: 에러 해결 (0) | 2022.02.09 |
centos7 nfs 서버 설치 및 설정하기 (0) | 2022.02.09 |
cetnos7 모듈 설치 시 getpagespeed-extras 에러 발생 해결 (0) | 2022.02.09 |
centos7 (아파치) http (98)Address already in use: AH00072: make_sock: could n...]:80 에러 확인 (0) | 2022.02.09 |
댓글