Install VMware Tools on FreeBSD

    FreeBSD 9.x

    http://kb.vmware.com/selfservice/mic...rnalId=2059649
    NOTE: According the link above, the vmtools is only support on FreeBSD 8.4(64-bit), 9.0(32 bit or 64 bit) and 9.1(32 bit)

    Install Perl package from CD-ROM

    via CD-ROM)
    Setting the ISO file as a CD-ROM on guest system

    #> mount -t cd9660 /dev/cd0 /media
    #> cd /media/packages/All
    #> pkg_add perl-5.14.2_2.tgz
    

    via port)

    #> cd /usr/ports/lang/perl5.14
    #> make install
    #> pkg_add -r perl 
    
    Install Compat6x-amd64 package on FreeBSD

    via port)

    #> cd /usr/ports/misc/compat6x
    #> make install
    #> pkg_add -r compat6x-amd64 
    

     

    標籤 (Edit tags)
    • No tags
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core