next up previous contents
Next: 3.3.2 Creating /sdr Up: 3.3 OSSIE Core Framework Previous: 3.3 OSSIE Core Framework   Contents


3.3.1 Allowing Root Access for make install with sudo

In order for the script to run uninterrupted, the sudo command must be able to execute make install. As root, edit the sudoers file2
 # /usr/sbin/visudo

At the end of the file, add the following line:

 ALL ALL = NOPASSWD: /usr/bin/make install

Save and quit (:wq). If you made an error, visudo will tell you. We recommend that you comment this line out by putting a pound character (`#') in front of it once you have finished installing OSSIE.



2008-04-25