Can I have some general instructions on how to make Bugzilla on Win32 work?
The following couple entries are deprecated in favor of the Windows installation instructions available in the “Administration” portion of “The Bugzilla Guide”. However, they are provided here for historical interest and insight. 1. #!C:/perl/bin/perl had to be added to every perl file. 2. Converted to Net::SMTP to handle mail messages instead of /usr/bin/sendmail. 3. The crypt function isn’t available on Windows NT (at least none that I am aware), so I made encrypted passwords = plaintext passwords. 4. The system call to diff had to be changed to the Cygwin diff. 5. This was just to get a demo running under NT, it seems to be working good, and I have inserted almost 100 bugs from another bug tracking system. Since this work was done just to get an in-house demo, I am NOT planning on making a patch for submission to Bugzilla. If you would like a zip file, let me know.Q: Hmm, couldn’t figure it out from the general instructions above. Howabout step-by-step?A: Sure! Here ya go! 1. Instal