Hi Massimo. Thanks for the announcement. Will give a try after my problem is solved.
My comments below. On Sat, Jun 29, 2013 at 8:22 PM, Massimo Manghi <[email protected]> wrote: > > > On 06/29/2013 08:57 PM, Brice Hamon wrote: > >> Hi again, >> >> ok I did recompile apache2 : >> ./configure --enable-modules=most --enable-example --enable-unique-id >> --enable-symbols --sysconfdir=/usr/local/**apache2/conf/ >> --prefix=/usr/local/apache2 --with-mpm=prefork >> >> and rivet: >> ./configure --with-apache=/usr/local/**apache2 >> --with-apxs=/usr/local/**apache2/bin/apxs --with-tcl=/usr/lib64 >> --with-rivet-target-dir=/usr/**local/apache2/lib/rivet2.1 >> --enable-version-display >> >> Note that it complained that it coulnd't locate the file tclConfig.sh >> which on my host is under /usr/lib64 >> > > first of all it must be able to locate tclConfig.sh....if it's complaining > it must be somewhere else. How comes the file is in /usr/lib64 and it > complain? > > B: no in your compile line you had --with-tcl=/usr/lib/tcl8.5 and on my > machine the tclConfig.sh is in /usr/lib64, so I had to adjust my path to > --with-tcl=/usr/lib64 > > >> All when well and all in installed in /usr/local/apache2. >> >> I went to tests and ran: >> >> ./runtests.tcl /usr/local/apache2/bin/httpd > res >> runtests.tcl is running with auto_path: ./apachetest >> /usr/lib64/tcl/tcl8.5 /usr/lib64/tcl /usr/share/tcl >> Tests will be run against apache2 >> >> System encoding is utf-8 - this is known to cause problems >> with the test environment! Continuing with tests in 5 seconds >> using the iso8859-1 encoding. >> . >> > > tests fail for some other reason that has nothing to do with Rivet itself. > > > >> The test failed badly like before. >> >> in the error_log of apache I got multiple entries like: >> >> [Sat Jun 29 14:44:58 2013] [info] mod_unique_id: using ip addr >> 192.168.1.101 >> [Sat Jun 29 14:44:59 2013] [notice] Digest: generating secret for digest >> authentication ... >> [Sat Jun 29 14:44:59 2013] [notice] Digest: done >> [Sat Jun 29 14:44:59 2013] [info] mod_unique_id: using ip addr >> 192.168.1.101 >> [Sat Jun 29 14:45:00 2013] [warn] pid file >> /tmp/rivet-2.1.1/tests/httpd.**pid overwritten -- Unclean shutdown of >> previous Apache run? >> [Sat Jun 29 14:45:00 2013] [alert] getpwuid: couldn't determine user >> name from uid 4294967295, you probably need to modify the User directive >> >> > the user directive must be changed. If you have installed with > > sudo make install > > you probably need to set up the user to the appropriate value > > B: I don't understand. I was root when I compiled, installed and ran the tests. I ran make install directly. > > > -- Massimo >
