|
下的 samba-3.0.22源码包
按说明
root# cd samba-3.0.20/source
root# ./autogen.sh
To build the binaries, run the program ./configure in the source directory. This should automatically configure Samba for your operating system. If you have unusual needs, then you may wish to first run:
root# ./configure --help
This will help you to see what special options can be enabled. Now execute ./configure with any arguments it might need:
root# ./configure [... arguments ...]
Execute the following create the binaries:
root# make
Once it is successfully compiled, you can execute the command shown here to install the binaries and manual pages:
root# make install
成功安装...但是不知道启动服务........晕死
我试过以下方法:service smb start
/etc/rc.d/init.d/smb start
/usr/sbin/samba st
全都无法启动服务......我该怎么办? |
|