IT

0569. [LINUX] (SAMBA) CentOS SAMBA 설치

띠앗머리 2016. 3. 18. 13:13

현재 samba 설치 패키지 확인

rpm -qa | grep samba

삭제

rem -e 대상

 

samba src 다운 설치

wget http://us4.samba.org/samba/ftp/samba최신.tar.gz (다운위치 /usr/local/src)

tar zxvf

(error 발생) python library not found error

yum install python*

또는 wget http://www.python.org/ftp/python/3.3.1/Python-3.3.1.tar.bz2

yum groupinstall *Development*

./config --prefix=/usr/local/server/samba

make

make install