Samba 的編譯與安裝

2009-05-13 13:54:22来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


  • 前言:

    • Samba總站:
      http://www.samba.org/

    • 我的計畫:在FreeBSD上建立/samba資料夾,並將其分享出來。此資料夾對一般使用者(guest)而言是唯讀的。也就是除了將FreeBSD摩擬成網路上的芳鄰外,每位User都能直接存取自己的家目錄。

    下載:
                   

                             
    • Samba總站:
      ftp://ftp.samba.org/pub/samba/
                             
    • 本站檔案伺服器:
      ftp://ftp.lab.mlc.edu.tw/UNIX/samba/
                     

                   
    -->
  • 編譯與安裝:
    cd /usr/ports/net/samba
    make BATCH=yes SAMBA_OPTIONS='\"syslog\"' install
                           
  • 解壓縮:
                                    tar  zxvf  samba-2.2.3a.tar.gz
                                    cd  samba-2.2.3a/source/
                            編譯的選項:
                                   
                                           
    ./configure --help
    Usage: configure [options] [host]
    Options: [defaults in brackets after descriptions]
    Configuration:
      --cache-file=FILE       cache test results in FILE
      --help                  print this message
      --no-create             do not create output files
      --quiet, --silent       do not print `checking...' messages
      --version               print the version of autoconf that created configure
    Directory and file names:
      --prefix=PREFIX         install architecture-independent files in PREFIX
                              [/usr/local/samba]
      --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                              [same as prefix]
      --bindir=DIR            user executables in DIR [EPREFIX/bin]

    标签:

    版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
    特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

  • 上一篇:Dynamic Host Configuration Protocol

    下一篇:MySQL-3.23.49 之安裝與設定