libusb ƥå/SSI : OS
 Windows
    Windows Apache(httpd-2.2.25-win32-x86-openssl-0.9.8y)
    [httpd.conf]
    AddOutputFilter INCLUDES .shtml .html
    Options +Includes +ExecCGI
    "the requested operation has failed!" ǵưʤ
    ϥեǤϤʤ [٥ȥӥ塼][ӥ塼][٥] ǳǧ
     ƥå
    Mingw(32bit)+msys
    # gcc v-ir.c -static -o V-IR.exe /usr/local/lib/libusb-1.0.a  -I/usr/local/include/libusb-1.0/ -DMINGW32\
=1

 RaspberryPi
    # apt-get install apache2
    # a2enmod include
    # a2enmod cgi
    [/etc/apache2/mods-enabled/mime.conf]
    AddOutputFilter INCLUDES .shtml .html
    [/etc/apache2/apache2.conf]
    <Directory /var/www/>  Options +includes +execCGI
     ƥå
    libusb  udev ¸Ǻƥѥ
    libusb-1.0.20.tar.gz configure --disable-udev & make & make install       
    # gcc v-ir.c -o V-IR -DLINUX=1 -static -lusb-1.0 -lpthread.a

 ubuntu-ja-14.04-desktop-i386
    # apt-get install sshd
    # apt-get install apache2
    # apt-get install ng-common
    # apt-get install libusb-1.0-0-dev
    [/etc/network/interfaces]
    iface eth0 inet static
    address 10.20.183.249
    network 10.20.183.0
    netmask 255.255.255.0
    broadcast 10.20.183.255
    gateway 10.20.183.254
    dns-nameservers 10.1.2.1
    # sudo service network-manager restart
    ޤ
    # sudo ifdown eth0 && sudo ifup eth0
    # a2enmod include
    # a2enmod cgi
    [/etc/apache2/mods-enabled/mime.conf]
    AddOutputFilter INCLUDES .shtml .html
    [/etc/apache2/apache2.conf]
    <Directory /var/www/> 
     Options +includes +execCGI
     SELinux äƤʤ
      libusb  udev ¸Ǻƥѥ(/usr/lib/i386-linux-gnu/libusb-1.0.a  udev ˰¸)
      # apt-get remove libusb-1.0-0-dev(̤ delete Τ򤱤)
      libusb-1.0.20.tar.gz configure --disable-udev & make & make install       \

      # gcc v-ir.c -o V-IR -DLINUX=1 -static -lusb-1.0 -lpthread
 CentOS-6.8-i386-bin-DVD1
    # yum install httpd
    [/var/www/index.html]

    AddOutputFilter INCLUDES .shtml .html
    <Directory /var/www/> 
    Options +includes +ExecCGI(Options... ιԤ)
    롼ȥǥ쥯ȥʳʤݤؤб
    # setenforce 0
    FW 
    # service iptables stop
     ƥå
      # yum install gcc
      # yum install libusb-static
      # yum install glibc-static
      # yum install libusb1-devel
      # yum install libusb1-static
      # gcc v-ir.c -o V-IR -lusb-1.0 -static -lpthread -lrt -DLINUX=1

   FreeBSD static
    # pkg install apache24
    [/usr/local/etc/apache24/httpd.conf]
    AddOutputFilter INCLUDES .shtml .html
    <Directory /var/www/>  Options +includes +execCGI
    ΥȥȤ򳰤
    LoadModule include_module libexec/apache24/mod_include.so
    LoadModule cgid_module libexec/apache24/mod_cgid.so
    LoadModule cgi_module libexec/apache24/mod_cgi.so
     ƥå
    % gcc test.c -lusb -static -lpthread
