Question
I have been following the
WindowsInstallCookbook step by step to get twiki running as our company intranet.
I have stumbled along and got to the point where the configure script runs with 2 warnings (as attached) which I am happy to ignore for the moment as they seem (to me at least) non critical.
When I first tried to run the testenv script it failed due to it not existing. I then found a copy of testenv which would not run. After a fair amount of searching twiki.org I found that I had to change the first line of the testenv script from
#!/usr/cygwin/perl -w
to
#!/c:/cygwin/bin/perl -w
which I did.
the script now runs but gives a very messy result. Again search results from twiki.org showed that I MUST have the latest testenv from (latest version at
SVNget:bin/testenv
) which I cannot get for some reason. I have tried for 2 days and cannot get the latest testenv.
Is there something I am doing wrong to get it?
Thanks
Environment
--
ShawnHill - 28 Mar 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Um, I cannot see how to attach my testenv and other relates files?
--
ShawnHill - 28 Mar 2006
The testenv script is not compatible with
TWikiRelease04x00x00, please do not use. The configure script has all of its functionality, plus some more.
--
PeterThoeny - 29 Mar 2006