This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:jr018429:portfolio:owfs [2011/05/17 01:55] – [Background] jr018429 | user:jr018429:portfolio:owfs [2011/05/18 14:17] (current) – [Background] jr018429 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <WRAP centeralign round graybg box 96%> | ||
+ | <WRAP muchbigger> | ||
+ | <WRAP bigger> | ||
+ | </ | ||
+ | ======Objective====== | ||
+ | The object of this project is to install the One-Wire File System (OWFS) on a Linux machine and then use OWFS to get data from Dallas One-Wire sensors. The sensors will be placed in a Hydroponics garder and will be used to monitor the garden. | ||
+ | ======Materials/ | ||
+ | ^Description^Quantity^Source^ | ||
+ | |LinkUSB 1-wire USB interface|1|http:// | ||
+ | |MultiSensor Temperature/ | ||
+ | |Computer with Linux Debian|1|Lair| | ||
+ | ======Background====== | ||
+ | OWFS or One-Wire File System was created to make working with Dallas One-Wire sensors easier. It allows the user to read sensor input and, following the Linux philosphy that everything is a file, treat the data that OWFS collects like a file. For example, the data can be retrieved through the use of the Linux cat command on the device file.\\ | ||
+ | \\ | ||
+ | 1-Wire® products provide combinations of memory, mixed signal, and secure authentication functions through a single connection serial interface. With both power and communication delivered over the serial network. Because 1-Wire® devices require only a single connection to function, the number of connections required to network these devices is minimized making them the logical choice when physical connections must be minimized.\\ | ||
+ | ======Procedure====== | ||
+ | **1. $ sudo apt-get install libusb-dev**\\ | ||
+ | Since I logged in as the Super-user, however, no sudo needed.\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/# | ||
+ | Reading package lists... Done | ||
+ | Building dependency tree | ||
+ | Reading state information... Done | ||
+ | libusb-dev is already the newest version. | ||
+ | 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. | ||
+ | root@dhcp-179:/# | ||
+ | </ | ||
+ | **2. $ sudo apt-get install libfuse-dev**\\ | ||
+ | Once again, since I was logged in as the Super-user, no sudo needed.\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/# | ||
+ | Reading package lists... Done | ||
+ | Building dependency tree | ||
+ | Reading state information... Done | ||
+ | libfuse-dev is already the newest version. | ||
+ | 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. | ||
+ | root@dhcp-179:/# | ||
+ | </ | ||
+ | **3. $ sudo apt-get install checkinstall**\\ | ||
+ | Since I was logged in as the Super-user, no sudo needed.\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/# | ||
+ | Reading package lists... Done | ||
+ | Building dependency tree | ||
+ | Reading state information... Done | ||
+ | checkinstall is already the newest version. | ||
+ | 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. | ||
+ | </ | ||
+ | **4.edit the / | ||
+ | Add the following entry to / | ||
+ | \\ | ||
+ | # Allow non-root users to specify the ' | ||
+ | # mount options.\\ | ||
+ | #\\ | ||
+ | user_allow_other**\\ | ||
+ | <cli> | ||
+ | root@dhcp-17root@dhcp-179:/# | ||
+ | root@dhcp-179:/ | ||
+ | |||
+ | # Set the maximum number of FUSE mounts allowed to non-root users. | ||
+ | # The default is 1000. | ||
+ | # | ||
+ | #mount_max = 1000 | ||
+ | |||
+ | # Allow non-root users to specify the ' | ||
+ | # mount options. | ||
+ | # | ||
+ | user_allow_other | ||
+ | </ | ||
+ | **5. $ wget http:// | ||
+ | <cli> | ||
+ | root@dhcp-179:/ | ||
+ | --2011-02-08 10: | ||
+ | Resolving downloads.sourceforge.net... 216.34.181.59 | ||
+ | Connecting to downloads.sourceforge.net|216.34.181.59|: | ||
+ | HTTP request sent, awaiting response... 302 Found | ||
+ | Location: http:// | ||
+ | --2011-02-08 10: | ||
+ | Resolving superb-sea2.dl.sourceforge.net... 209.160.57.180 | ||
+ | Connecting to superb-sea2.dl.sourceforge.net|209.160.57.180|: | ||
+ | HTTP request sent, awaiting response... 200 OK | ||
+ | Length: 1278053 (1.2M) [application/ | ||
+ | Saving to: “owfs-2.8p2.tar.gz.1†| ||
+ | |||
+ | 100%[======================================> | ||
+ | |||
+ | 2011-02-08 10:33:39 (124 KB/s) - “owfs-2.8p2.tar.gz.1†saved [1278053/ | ||
+ | |||
+ | root@dhcp-179:/ | ||
+ | </ | ||
+ | **6. $ tar zxvf owfs-2.8p2.tar.gz && cd owfs-2.8p2**\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/ | ||
+ | . | ||
+ | . | ||
+ | . | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | owfs-2.8p2/ | ||
+ | root@dhcp-179:/ | ||
+ | </ | ||
+ | **7. $ ./configure --prefix=/ | ||
+ | <cli> | ||
+ | root@dhcp-179:/ | ||
+ | Configuring owfs-2.8p2 | ||
+ | checking build system type... i686-pc-linux-gnu | ||
+ | checking host system type... i686-pc-linux-gnu | ||
+ | checking target system type... i686-pc-linux-gnu | ||
+ | checking for a BSD-compatible install... / | ||
+ | checking whether build environment is sane... yes | ||
+ | checking for a thread-safe mkdir -p... /bin/mkdir -p | ||
+ | checking for gawk... no | ||
+ | checking for mawk... mawk | ||
+ | checking whether make sets $(MAKE)... yes | ||
+ | checking for echo... /bin/echo | ||
+ | checking for test... / | ||
+ | checking for rm... /bin/rm | ||
+ | checking for rpm... no | ||
+ | checking for rpmbuild... no | ||
+ | checking for swig... no | ||
+ | checking for gcc... gcc | ||
+ | checking whether the C compiler works... yes | ||
+ | checking for C compiler default output file name... a.out | ||
+ | checking for suffix of executables... | ||
+ | checking whether we are cross compiling... no | ||
+ | checking for suffix of object files... o | ||
+ | checking whether we are using the GNU C compiler... yes | ||
+ | checking whether gcc accepts -g... yes | ||
+ | checking for gcc option to accept ISO C89... none needed | ||
+ | checking for style of include used by make... GNU | ||
+ | checking dependency style of gcc... gcc3 | ||
+ | checking how to run the C preprocessor... gcc -E | ||
+ | checking whether ln -s works... yes | ||
+ | checking whether make sets $(MAKE)... (cached) yes | ||
+ | checking for ranlib... ranlib | ||
+ | checking for gawk... (cached) mawk | ||
+ | checking for a sed that does not truncate output... /bin/sed | ||
+ | checking for grep that handles long lines and -e... /bin/grep | ||
+ | checking for egrep... /bin/grep -E | ||
+ | checking for fgrep... /bin/grep -F | ||
+ | checking for ld used by gcc... /usr/bin/ld | ||
+ | checking if the linker (/ | ||
+ | checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | ||
+ | checking the name lister (/ | ||
+ | checking the maximum length of command line arguments... 1572864 | ||
+ | checking whether the shell understands some XSI constructs... yes | ||
+ | checking whether the shell understands " | ||
+ | checking for /usr/bin/ld option to reload object files... -r | ||
+ | checking for objdump... objdump | ||
+ | checking how to recognize dependent libraries... pass_all | ||
+ | checking for ar... ar | ||
+ | checking for strip... strip | ||
+ | checking for ranlib... (cached) ranlib | ||
+ | checking command to parse /usr/bin/nm -B output from gcc object... ok | ||
+ | checking for ANSI C header files... yes | ||
+ | checking for sys/ | ||
+ | checking for sys/ | ||
+ | checking for stdlib.h... yes | ||
+ | checking for string.h... yes | ||
+ | checking for memory.h... yes | ||
+ | checking for strings.h... yes | ||
+ | checking for inttypes.h... yes | ||
+ | checking for stdint.h... yes | ||
+ | checking for unistd.h... yes | ||
+ | checking for dlfcn.h... yes | ||
+ | checking for objdir... .libs | ||
+ | checking if gcc supports -fno-rtti -fno-exceptions... no | ||
+ | checking for gcc option to produce PIC... -fPIC -DPIC | ||
+ | checking if gcc PIC flag -fPIC -DPIC works... yes | ||
+ | checking if gcc static flag -static works... yes | ||
+ | checking if gcc supports -c -o file.o... /bin/rm: cannot remove `conftest*': | ||
+ | yes | ||
+ | checking if gcc supports -c -o file.o... (cached) yes | ||
+ | checking whether the gcc linker (/ | ||
+ | checking whether -lc should be explicitly linked in... /bin/rm: cannot remove `conftest*': | ||
+ | no | ||
+ | checking dynamic linker characteristics... GNU/Linux ld.so | ||
+ | checking how to hardcode library paths into programs... immediate | ||
+ | checking for shl_load... no | ||
+ | checking for shl_load in -ldld... no | ||
+ | checking for dlopen... no | ||
+ | checking for dlopen in -ldl... yes | ||
+ | checking whether a program can dlopen itself... yes | ||
+ | checking whether a statically linked program can dlopen itself... no | ||
+ | checking whether stripping libraries is possible... yes | ||
+ | checking if libtool supports shared libraries... yes | ||
+ | checking whether to build shared libraries... yes | ||
+ | checking whether to build static libraries... yes | ||
+ | checking if debian-system is used... no (default) | ||
+ | checking for special host... Other host | ||
+ | checking if compiler supports nested functions... yes | ||
+ | checking for dirent.h that defines DIR... yes | ||
+ | checking for library containing opendir... none required | ||
+ | checking for ANSI C header files... (cached) yes | ||
+ | checking asm/types.h usability... yes | ||
+ | checking asm/types.h presence... yes | ||
+ | checking for asm/ | ||
+ | checking arpa/inet.h usability... yes | ||
+ | checking arpa/inet.h presence... yes | ||
+ | checking for arpa/ | ||
+ | checking sys/ioctl.h usability... yes | ||
+ | checking sys/ioctl.h presence... yes | ||
+ | checking for sys/ | ||
+ | checking sys/mkdev.h usability... no | ||
+ | checking sys/mkdev.h presence... no | ||
+ | checking for sys/ | ||
+ | checking sys/ | ||
+ | checking sys/ | ||
+ | checking for sys/ | ||
+ | checking sys/time.h usability... yes | ||
+ | checking sys/time.h presence... yes | ||
+ | checking for sys/ | ||
+ | checking sys/times.h usability... yes | ||
+ | checking sys/times.h presence... yes | ||
+ | checking for sys/ | ||
+ | checking for sys/ | ||
+ | checking sys/uio.h usability... yes | ||
+ | checking sys/uio.h presence... yes | ||
+ | checking for sys/ | ||
+ | checking feature_tests.h usability... no | ||
+ | checking feature_tests.h presence... no | ||
+ | checking for feature_tests.h... no | ||
+ | checking fcntl.h usability... yes | ||
+ | checking fcntl.h presence... yes | ||
+ | checking for fcntl.h... yes | ||
+ | checking netinet/ | ||
+ | checking netinet/ | ||
+ | checking for netinet/ | ||
+ | checking for stdlib.h... (cached) yes | ||
+ | checking for string.h... (cached) yes | ||
+ | checking for strings.h... (cached) yes | ||
+ | checking sys/file.h usability... yes | ||
+ | checking sys/file.h presence... yes | ||
+ | checking for sys/ | ||
+ | checking syslog.h usability... yes | ||
+ | checking syslog.h presence... yes | ||
+ | checking for syslog.h... yes | ||
+ | checking termios.h usability... yes | ||
+ | checking termios.h presence... yes | ||
+ | checking for termios.h... yes | ||
+ | checking for unistd.h... (cached) yes | ||
+ | checking limits.h usability... yes | ||
+ | checking limits.h presence... yes | ||
+ | checking for limits.h... yes | ||
+ | checking for stdint.h... (cached) yes | ||
+ | checking features.h usability... yes | ||
+ | checking features.h presence... yes | ||
+ | checking for features.h... yes | ||
+ | checking getopt.h usability... yes | ||
+ | checking getopt.h presence... yes | ||
+ | checking for getopt.h... yes | ||
+ | checking resolv.h usability... yes | ||
+ | checking resolv.h presence... yes | ||
+ | checking for resolv.h... yes | ||
+ | checking semaphore.h usability... yes | ||
+ | checking semaphore.h presence... yes | ||
+ | checking for semaphore.h... yes | ||
+ | checking linux/ | ||
+ | checking linux/ | ||
+ | checking for linux/ | ||
+ | checking linux/ | ||
+ | checking linux/ | ||
+ | checking for linux/ | ||
+ | checking netdb.h usability... yes | ||
+ | checking netdb.h presence... yes | ||
+ | checking for netdb.h... yes | ||
+ | checking for dlfcn.h... (cached) yes | ||
+ | checking if debug-output is enabled... yes (default) | ||
+ | checking if OWSHELL support is enabled... yes (default) | ||
+ | checking if OWLIB support is enabled... yes (default) | ||
+ | checking if OWNETLIB support is enabled... yes (default) | ||
+ | checking if TAI8570 barometer support is enabled... yes (default) | ||
+ | checking if thermocouple support is enabled... yes (default) | ||
+ | checking if multithreading is enabled... yes (default) | ||
+ | checking for the pthreads library -lpthreads... no | ||
+ | checking whether pthreads work without any flags... no | ||
+ | checking whether pthreads work with -Kthread... no | ||
+ | checking whether pthreads work with -kthread... no | ||
+ | checking for the pthreads library -llthread... no | ||
+ | checking whether pthreads work with -pthread... yes | ||
+ | checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | ||
+ | checking if more special flags are required for pthreads... no | ||
+ | checking if i2c(DS2482-x00) is enabled... yes (default) | ||
+ | checking if HA7Net is enabled... yes (default) | ||
+ | checking if W1 is enabled... yes (default) | ||
+ | checking if owhttpd is enabled... yes (default) | ||
+ | checking if owftpd is enabled... yes (default) | ||
+ | checking if owserver is enabled... yes (default) | ||
+ | checking if ownet is enabled... yes (default) | ||
+ | checking if owtap is enabled... yes (default) | ||
+ | checking if owmalloc is enabled... no (default) | ||
+ | checking if bus traffic reports is enabled... no (default) | ||
+ | checking if owmon is enabled... yes (default) | ||
+ | checking if owcapi is enabled... yes (default) | ||
+ | checking if swig is enabled... auto (default) | ||
+ | checking if owperl is enabled... no (swig disabled) | ||
+ | Looking for location of Perl executable | ||
+ | checking for perl... perl | ||
+ | checking for Perl5 header files... / | ||
+ | checking for Perl5 library... perl.so.5.10.1 | ||
+ | checking for Perl5 compiler options... -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector / | ||
+ | checking if owphp is enabled... no (swig disabled) | ||
+ | Looking for location of Php executable | ||
+ | checking for php... no | ||
+ | checking for php5... no | ||
+ | checking for php4... no | ||
+ | checking for php-config... no | ||
+ | checking for php5-config... no | ||
+ | checking for php-config5... no | ||
+ | checking for php4-config... no | ||
+ | checking for php-config4... no | ||
+ | checking for PHP header files... / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | not found | ||
+ | checking for PHP extension-dir... not found | ||
+ | configure: WARNING: Cannot find php binary. Install php or php5 package | ||
+ | configure: WARNING: OWPHP is disabled because php binary is not found | ||
+ | checking if owpython is enabled... no (swig disabled) | ||
+ | Looking for location of Python executable | ||
+ | checking for python-config... no | ||
+ | checking for python2.5-config... no | ||
+ | checking for python2.4-config... no | ||
+ | checking for python2.3-config... no | ||
+ | checking for python... python | ||
+ | checking for Python prefix... /usr | ||
+ | checking for Python exec-prefix... /usr | ||
+ | checking for Python version... python2.6 | ||
+ | checking for Python lib dir... lib | ||
+ | checking for Python site-dir... / | ||
+ | checking for Python header files... | ||
+ | checking for Python library... / | ||
+ | checking for Python LDFLAGS... -lpython2.6 | ||
+ | configure: WARNING: Cannot find python include-file. Install python-devel package. | ||
+ | configure: WARNING: OWPYTHON is disabled because python include-file is not found | ||
+ | checking if owtcl is enabled... yes (default) | ||
+ | Looking for tclConfig.sh | ||
+ | checking for Tcl configuration... configure: WARNING: Can't find Tcl configuration definitions | ||
+ | configure: WARNING: OWTCL is disabled because tclConfig.sh is not found | ||
+ | checking if cflag _XOPEN_SOURCE is required... -D_XOPEN_SOURCE=500 | ||
+ | checking if cflag _BSD_SOURCE is required... -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L | ||
+ | checking if extra libs are required... -Wl,--rpath -Wl, | ||
+ | checking if profiling is enabled... no (default) | ||
+ | configure: WARNING: LD_EXTRALIBS=-Wl, | ||
+ | checking if owfs is enabled... yes | ||
+ | checking fuse.h usability... yes | ||
+ | checking fuse.h presence... yes | ||
+ | checking for fuse.h... yes | ||
+ | checking for fuse_main in -lfuse... yes | ||
+ | checking For supported FUSE API version... yes | ||
+ | checking For FUSE version ... 2.2 or later | ||
+ | checking if caching is enabled... yes (default) | ||
+ | checking if zeroconf/ | ||
+ | checking for libusb-config... libusb-config | ||
+ | checking if usb support is enabled... yes | ||
+ | checking if libusb compiles with includes+lib ... ok | ||
+ | checking if usb_interrupt_read is found... yes | ||
+ | checking if parallel port support is enabled... yes (default) | ||
+ | checking linux/ | ||
+ | checking linux/ | ||
+ | checking for linux/ | ||
+ | checking for struct sockaddr_storage... yes | ||
+ | checking for struct addrinfo... yes | ||
+ | checking for socklen_t... yes | ||
+ | checking for AF_NETLINK... yes | ||
+ | checking for broken glibc with __ss_family... no | ||
+ | checking for core ipv6 support... no | ||
+ | checking if sem_timedwait exists... yes | ||
+ | checking whether string.h and strings.h may both be included... yes | ||
+ | checking for an ANSI C-conforming const... yes | ||
+ | checking for off_t... yes | ||
+ | checking for pid_t... yes | ||
+ | checking for size_t... yes | ||
+ | checking whether time.h and sys/time.h may both be included... yes | ||
+ | checking for stdbool.h that conforms to C99... yes | ||
+ | checking for _Bool... yes | ||
+ | checking whether struct tm is in sys/time.h or time.h... time.h | ||
+ | checking vfork.h usability... no | ||
+ | checking vfork.h presence... no | ||
+ | checking for vfork.h... no | ||
+ | checking for fork... yes | ||
+ | checking for vfork... yes | ||
+ | checking for working fork... yes | ||
+ | checking for working vfork... (cached) yes | ||
+ | checking sys/ | ||
+ | checking sys/ | ||
+ | checking for sys/ | ||
+ | checking for sys/ | ||
+ | checking types of arguments for select... int,fd_set *,struct timeval * | ||
+ | checking for strftime... yes | ||
+ | checking for working strtod... yes | ||
+ | checking return type of signal handlers... void | ||
+ | checking for accept... yes | ||
+ | checking for daemon... yes | ||
+ | checking for getaddrinfo... yes | ||
+ | checking for freeaddrinfo... yes | ||
+ | checking for gethostbyname2_r... yes | ||
+ | checking for gethostbyaddr_r... yes | ||
+ | checking for gethostbyname_r... yes | ||
+ | checking for getservbyname_r... yes | ||
+ | checking for getopt... yes | ||
+ | checking for getopt_long... yes | ||
+ | checking for gettimeofday... yes | ||
+ | checking for inet_ntop... yes | ||
+ | checking for inet_pton... yes | ||
+ | checking for memchr... yes | ||
+ | checking for memset... yes | ||
+ | checking for select... yes | ||
+ | checking for socket... yes | ||
+ | checking for strcasecmp... yes | ||
+ | checking for strchr... yes | ||
+ | checking for strdup... yes | ||
+ | checking for strncasecmp... yes | ||
+ | checking for strtol... yes | ||
+ | checking for strtoul... yes | ||
+ | checking for twalk... yes | ||
+ | checking for tsearch... yes | ||
+ | checking for tfind... yes | ||
+ | checking for tdelete... yes | ||
+ | checking for tdestroy... yes | ||
+ | checking for vasprintf... yes | ||
+ | checking for strsep... yes | ||
+ | checking for vsprintf... yes | ||
+ | checking for vsnprintf... yes | ||
+ | checking for writev... yes | ||
+ | checking for getline... yes | ||
+ | checking for library containing dlopen... -ldl | ||
+ | checking for library containing lrint... -lm | ||
+ | checking for library containing nanosleep... none required | ||
+ | configure: creating ./ | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | config.status: | ||
+ | /bin/rm: cannot remove `libtoolT': | ||
+ | |||
+ | Current configuration: | ||
+ | |||
+ | Deployment location: /usr | ||
+ | |||
+ | Compile-time options: | ||
+ | Caching is enabled | ||
+ | USB is enabled | ||
+ | I2C is enabled | ||
+ | | ||
+ | W1 is enabled | ||
+ | | ||
+ | Parallel port DS1410E is enabled | ||
+ | TAI8570 barometer is enabled | ||
+ | | ||
+ | | ||
+ | | ||
+ | Profiling is DISABLED | ||
+ | Tracing memory allocation is DISABLED | ||
+ | 1wire bus traffic reports is DISABLED | ||
+ | |||
+ | Module configuration: | ||
+ | owlib is enabled | ||
+ | owshell is enabled | ||
+ | owfs is enabled | ||
+ | owhttpd is enabled | ||
+ | | ||
+ | | ||
+ | ownet is enabled | ||
+ | | ||
+ | owtap is enabled | ||
+ | owmon is enabled | ||
+ | | ||
+ | swig is DISABLED | ||
+ | | ||
+ | owphp is DISABLED | ||
+ | | ||
+ | owtcl is DISABLED | ||
+ | |||
+ | root@dhcp-179:/ | ||
+ | </ | ||
+ | **8. $ make**\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/ | ||
+ | Making all in src | ||
+ | make[1]: Entering directory `/ | ||
+ | Making all in include | ||
+ | make[2]: Entering directory `/ | ||
+ | make all-am | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in man | ||
+ | make[2]: Entering directory `/ | ||
+ | make[2]: Nothing to be done for `all'. | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in rpm | ||
+ | make[2]: Entering directory `/ | ||
+ | make[2]: Nothing to be done for `all'. | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in scripts | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in usb | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in windows | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making all in cygwin | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | Making all in windows | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all'. | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[2]: Entering directory `/ | ||
+ | make[2]: Nothing to be done for `all-am' | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[1]: Leaving directory `/ | ||
+ | Making all in module | ||
+ | make[1]: Entering directory `/ | ||
+ | Making all in owshell | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making all in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in ownet | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in c | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in src | ||
+ | make[4]: Entering directory `/ | ||
+ | Making all in c | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `all'. | ||
+ | make[5]: Leaving directory `/ | ||
+ | Making all in include | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `all'. | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `all-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | Making all in perl5 | ||
+ | make[3]: Entering directory `/ | ||
+ | cd OWNet; make all | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in owlib | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making all in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in owhttpd | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making all in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in owserver | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making all in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in owfs | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making all in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in owftpd | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making all in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in owcapi | ||
+ | make[2]: Entering directory `/ | ||
+ | Making all in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making all in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making all in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all'. | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `all-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `all-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in owtap | ||
+ | make[2]: Entering directory `/ | ||
+ | make[2]: Nothing to be done for `all'. | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making all in owmon | ||
+ | make[2]: Entering directory `/ | ||
+ | make[2]: Nothing to be done for `all'. | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[2]: Entering directory `/ | ||
+ | make[2]: Nothing to be done for `all-am' | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[1]: Leaving directory `/ | ||
+ | make[1]: Entering directory `/ | ||
+ | make[1]: Nothing to be done for `all-am' | ||
+ | make[1]: Leaving directory `/ | ||
+ | root@dhcp-179:/ | ||
+ | </ | ||
+ | **9. $ sudo checkinstall --pkgname=owfs --pkgversion=owfs-2.8p2 --backup=no --deldoc=yes --default**\\ | ||
+ | I was logged in as the Super-user so no sudo required.\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/ | ||
+ | . | ||
+ | . | ||
+ | .root@dhcp-179:/# | ||
+ | root@dhcp-179:/# | ||
+ | root@dhcp-179:/ | ||
+ | |||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making install in cygwin | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | test -z "" | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | Making install in windows | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[2]: Entering directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `install-exec-am' | ||
+ | make[3]: Nothing to be done for `install-data-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[1]: Leaving directory `/ | ||
+ | Making install in module | ||
+ | make[1]: Entering directory `/ | ||
+ | Making install in owshell | ||
+ | make[2]: Entering directory `/ | ||
+ | Making install in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making install in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | test -z "/ | ||
+ | /bin/bash ../ | ||
+ | libtool: install: / | ||
+ | libtool: install: / | ||
+ | libtool: install: / | ||
+ | libtool: install: / | ||
+ | libtool: install: / | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making install in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in ownet | ||
+ | make[2]: Entering directory `/ | ||
+ | Making install in c | ||
+ | make[3]: Entering directory `/ | ||
+ | Making install in src | ||
+ | make[4]: Entering directory `/ | ||
+ | Making install in c | ||
+ | make[5]: Entering directory `/ | ||
+ | make[6]: Entering directory `/ | ||
+ | test -z "/ | ||
+ | / | ||
+ | libtool: install: / | ||
+ | libtool: install: (cd /usr/lib && { ln -s -f libownet-2.8.so.2.0.0 libownet-2.8.so.2 || { rm -f libownet-2.8.so.2 && ln -s libownet-2.8.so.2.0.0 libownet-2.8.so.2; | ||
+ | libtool: install: (cd /usr/lib && { ln -s -f libownet-2.8.so.2.0.0 libownet.so || { rm -f libownet.so && ln -s libownet-2.8.so.2.0.0 libownet.so; | ||
+ | libtool: install: / | ||
+ | libtool: finish: PATH="/ | ||
+ | ---------------------------------------------------------------------- | ||
+ | Libraries have been installed in: | ||
+ | / | ||
+ | |||
+ | If you ever happen to want to link against installed libraries | ||
+ | in a given directory, LIBDIR, you must either use libtool, and | ||
+ | specify the full pathname of the library, or use the `-LLIBDIR' | ||
+ | flag during linking and do at least one of the following: | ||
+ | - add LIBDIR to the `LD_LIBRARY_PATH' | ||
+ | | ||
+ | - add LIBDIR to the `LD_RUN_PATH' | ||
+ | | ||
+ | - use the `-Wl,-rpath -Wl, | ||
+ | - have your system administrator add LIBDIR to `/ | ||
+ | |||
+ | See any operating system documentation about shared libraries for | ||
+ | more information, | ||
+ | ---------------------------------------------------------------------- | ||
+ | make[6]: Nothing to be done for `install-data-am' | ||
+ | make[6]: Leaving directory `/ | ||
+ | make[5]: Leaving directory `/ | ||
+ | Making install in include | ||
+ | make[5]: Entering directory `/ | ||
+ | make[6]: Entering directory `/ | ||
+ | make[6]: Nothing to be done for `install-exec-am' | ||
+ | test -z "/ | ||
+ | / | ||
+ | make[6]: Leaving directory `/ | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[6]: Entering directory `/ | ||
+ | make[6]: Nothing to be done for `install-exec-am' | ||
+ | make[6]: Nothing to be done for `install-data-am' | ||
+ | make[6]: Leaving directory `/ | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | Making install in perl5 | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | (cd OWNet && make install DESTDIR="" | ||
+ | make[5]: Entering directory `/ | ||
+ | Installing / | ||
+ | Installing / | ||
+ | Appending installation info to / | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in owlib | ||
+ | make[2]: Entering directory `/ | ||
+ | Making install in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making install in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | test -z "/ | ||
+ | / | ||
+ | libtool: install: / | ||
+ | libtool: install: (cd /usr/lib && { ln -s -f libow-2.8.so.2.0.0 libow-2.8.so.2 || { rm -f libow-2.8.so.2 && ln -s libow-2.8.so.2.0.0 libow-2.8.so.2; | ||
+ | libtool: install: (cd /usr/lib && { ln -s -f libow-2.8.so.2.0.0 libow.so || { rm -f libow.so && ln -s libow-2.8.so.2.0.0 libow.so; }; }) | ||
+ | libtool: install: / | ||
+ | libtool: finish: PATH="/ | ||
+ | ---------------------------------------------------------------------- | ||
+ | Libraries have been installed in: | ||
+ | / | ||
+ | |||
+ | If you ever happen to want to link against installed libraries | ||
+ | in a given directory, LIBDIR, you must either use libtool, and | ||
+ | specify the full pathname of the library, or use the `-LLIBDIR' | ||
+ | flag during linking and do at least one of the following: | ||
+ | - add LIBDIR to the `LD_LIBRARY_PATH' | ||
+ | | ||
+ | - add LIBDIR to the `LD_RUN_PATH' | ||
+ | | ||
+ | - use the `-Wl,-rpath -Wl, | ||
+ | - have your system administrator add LIBDIR to `/ | ||
+ | |||
+ | See any operating system documentation about shared libraries for | ||
+ | more information, | ||
+ | ---------------------------------------------------------------------- | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making install in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in owhttpd | ||
+ | make[2]: Entering directory `/ | ||
+ | Making install in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making install in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making install in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | test -z "/ | ||
+ | /bin/bash ../ | ||
+ | libtool: install: / | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in owserver | ||
+ | make[2]: Entering directory `/ | ||
+ | Making install in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making install in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making install in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | test -z "/ | ||
+ | /bin/bash ../ | ||
+ | libtool: install: / | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in owfs | ||
+ | make[2]: Entering directory `/ | ||
+ | Making install in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making install in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | test -z "/ | ||
+ | /bin/bash ../ | ||
+ | libtool: install: / | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making install in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in owftpd | ||
+ | make[2]: Entering directory `/ | ||
+ | Making install in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making install in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | test -z "/ | ||
+ | /bin/bash ../ | ||
+ | libtool: install: / | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making install in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in owcapi | ||
+ | make[2]: Entering directory `/ | ||
+ | Making install in src | ||
+ | make[3]: Entering directory `/ | ||
+ | Making install in c | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | test -z "/ | ||
+ | / | ||
+ | libtool: install: warning: relinking `libowcapi.la' | ||
+ | libtool: install: (cd / | ||
+ | libtool: relink: gcc -shared | ||
+ | libtool: install: / | ||
+ | libtool: install: (cd /usr/lib && { ln -s -f libowcapi-2.8.so.2.0.0 libowcapi-2.8.so.2 || { rm -f libowcapi-2.8.so.2 && ln -s libowcapi-2.8.so.2.0.0 libowcapi-2.8.so.2; | ||
+ | libtool: install: (cd /usr/lib && { ln -s -f libowcapi-2.8.so.2.0.0 libowcapi.so || { rm -f libowcapi.so && ln -s libowcapi-2.8.so.2.0.0 libowcapi.so; | ||
+ | libtool: install: / | ||
+ | libtool: finish: PATH="/ | ||
+ | ---------------------------------------------------------------------- | ||
+ | Libraries have been installed in: | ||
+ | / | ||
+ | |||
+ | If you ever happen to want to link against installed libraries | ||
+ | in a given directory, LIBDIR, you must either use libtool, and | ||
+ | specify the full pathname of the library, or use the `-LLIBDIR' | ||
+ | flag during linking and do at least one of the following: | ||
+ | - add LIBDIR to the `LD_LIBRARY_PATH' | ||
+ | | ||
+ | - add LIBDIR to the `LD_RUN_PATH' | ||
+ | | ||
+ | - use the `-Wl,-rpath -Wl, | ||
+ | - have your system administrator add LIBDIR to `/ | ||
+ | |||
+ | See any operating system documentation about shared libraries for | ||
+ | more information, | ||
+ | ---------------------------------------------------------------------- | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | Making install in include | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | test -z "/ | ||
+ | / | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[5]: Entering directory `/ | ||
+ | make[5]: Nothing to be done for `install-exec-am' | ||
+ | make[5]: Nothing to be done for `install-data-am' | ||
+ | make[5]: Leaving directory `/ | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[4]: Entering directory `/ | ||
+ | make[4]: Nothing to be done for `install-exec-am' | ||
+ | make[4]: Nothing to be done for `install-data-am' | ||
+ | make[4]: Leaving directory `/ | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in owtap | ||
+ | make[2]: Entering directory `/ | ||
+ | / | ||
+ | / | ||
+ | make[2]: Leaving directory `/ | ||
+ | Making install in owmon | ||
+ | make[2]: Entering directory `/ | ||
+ | / | ||
+ | / | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[2]: Entering directory `/ | ||
+ | make[3]: Entering directory `/ | ||
+ | make[3]: Nothing to be done for `install-exec-am' | ||
+ | make[3]: Nothing to be done for `install-data-am' | ||
+ | make[3]: Leaving directory `/ | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[1]: Leaving directory `/ | ||
+ | make[1]: Entering directory `/ | ||
+ | make[2]: Entering directory `/ | ||
+ | make[2]: Nothing to be done for `install-exec-am' | ||
+ | make[2]: Nothing to be done for `install-data-am' | ||
+ | make[2]: Leaving directory `/ | ||
+ | make[1]: Leaving directory `/ | ||
+ | |||
+ | ======================== Installation successful ========================== | ||
+ | |||
+ | Copying documentation directory... | ||
+ | ./ | ||
+ | ./ChangeLog | ||
+ | ./AUTHORS | ||
+ | ./ | ||
+ | ./NEWS | ||
+ | ./INSTALL | ||
+ | ./TODO | ||
+ | ./COPYING | ||
+ | ./README | ||
+ | |||
+ | Copying files to the temporary directory...OK | ||
+ | |||
+ | Stripping ELF binaries and libraries...OK | ||
+ | |||
+ | Compressing man pages...OK | ||
+ | |||
+ | Building file list...OK | ||
+ | |||
+ | Building Debian package...OK | ||
+ | |||
+ | Installing Debian package...OK | ||
+ | |||
+ | Erasing temporary files...OK | ||
+ | |||
+ | Deleting doc-pak directory...OK | ||
+ | |||
+ | Deleting temp dir...OK | ||
+ | |||
+ | |||
+ | ********************************************************************** | ||
+ | |||
+ | Done. The new package has been installed and saved to | ||
+ | |||
+ | / | ||
+ | |||
+ | You can remove it from your system anytime using: | ||
+ | |||
+ | dpkg -r owfs | ||
+ | |||
+ | ********************************************************************** | ||
+ | |||
+ | root@dhcp-179:/ | ||
+ | </ | ||
+ | **10. $ sudo mkdir / | ||
+ | Once again, since I was logged in as the Super-user, no sudo needed.\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/# | ||
+ | mkdir: cannot create directory `/ | ||
+ | root@dhcp-179:/# | ||
+ | root@dhcp-179:/# | ||
+ | root@dhcp-179:/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | **11. With the Dallas one-wire adapter plugged into the USB port, and the sensor plugged into the Dallas one-wire adapter, mount the OWFS file system.**\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/# | ||
+ | </ | ||
+ | **12. Change the directory to /mnt/1-wire and performed a listing of the 1-wire directory: | ||
+ | <cli> | ||
+ | root@dhcp-179:/# | ||
+ | root@dhcp-179:/ | ||
+ | 26.54538C000000 | ||
+ | bus.0 simultaneous | ||
+ | </ | ||
+ | **13. Change directory to the /mnt/1-wire directory**\\ | ||
+ | <cli> | ||
+ | root@dhcp-179:/ | ||
+ | </ | ||
+ | **14. " | ||
+ | <cli> | ||
+ | root@dhcp-179:/ | ||
+ | | ||
+ | </ | ||
+ | Since 24.0938 isn't room temperature in degrees Fahrenheit, I converted this number to Fahrenheit to see what is its value would be. It turns out, it converts to 75.3688 ºF. I didn't think the LAIR was that hot.\\ | ||
+ | ======References====== | ||
+ | * Getting 1-wire sensors working in Linux: http:// | ||
+ | * Installation of OWFS: http:// | ||
+ | * The instructor' | ||
+ | * OWFS.Org: http:// | ||
+ | * One-Wire Devices: http:// |