Roman Neuhauser wrote: -- Brian P. Giroux Sénécal & Associé.e.s / Associates Recherche et marketing / Research and marketing Tél : (705) 476-9667 Fax : (705) 476-1618 www.senecal.ca> # bpg@xxxxxxxxxx / 2007-01-14 14:51:30 -0500: >> I tried to install Testilence on my Ubuntu using Gnu make 3.81beta4(my >> skills as a Linux administrator are weaker than my PHP skills) but was >> unsuccessful :( > > What problems did you have? Well, I had a few problems following the "wash and go" instructions... First off, I am using 64bit Ubuntu 6.06LTS. I don't have "fetch" so I just downloaded it with my web browser. Next, the tar command "tar -xzf testilence-0.0.0.snap200701051209.tar.bz2" forces my version of tar (GNU tar 1.15.1) to use gzip so I just did a "tar -xvf testil...." and that worked fine. The "cd testil...." worked as expected ;) And finally the "make check install" gave the following: | env TENCE_TESTS_TARGET=tencetest_SafeTests make _check | phpflags="-d include_path=$(pwd)/src:$(make -s _include-path)"; \ | /usr/bin/env php $phpflags src/tence/tence --run | tests/alltests.php tencetest_SafeTests | | Fatal error: Call to undefined method ReflectionClass::newInstanceArgs() | in /root/testilence-0.0.0.snap200701051209/src/tence/main.php on line | 196 | make[1]: *** [_check] Error 255 | make: *** [check] Error 2 If I was more comfortable I could probably poke at it a bit and get it to work, but right now, I'd probably poke at the wrong thing and break the whole system. :( -- Brian P. Giroux -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php