Hi, Can we patch the install instructions with something like: --
--- INSTALL.orig 2010-01-05 17:40:32.000000000 -0500 +++ INSTALL 2010-01-05 17:40:43.000000000 -0500 @@ -127,12 +127,19 @@ 3> ./configure 4> make all 5> make install -6> ./runalltests.sh +6> cd /opt/ltp +7> ./runalltests.sh -*NOTE: The LTP assumes the existence of the nobody, bin, and daemon users and +*NOTE: +- The LTP assumes the existence of the nobody, bin, and daemon users and their groups. If these IDs do not exist, certain tests will fail. The users and groups IDs should be the same, i.e. if user "nobody" is 99, then it's group should also be "99". The names of the groups are irrelevant. +- The execution directory where binaries are "installed" is now separate from +the build and source directories. The default execution directory is /opt/ltp +and may be modified by setting a value for prefix, ex: + make prefix=/tmp/ltptest all + make prefix=/tmp/ltptest install Detailed Installation -- Thanks, - Mark Ver office: Building 710 / Room 2-RF-10 phone: (845) 435-7794 [tie 8 295-7794] ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
