View Single Post
  #6  
Old 09-21-2010, 03:41 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

Also just a thought, for the executable it uses the $(PATH). Out of habit, I always make sure I include the executables in my path in the computer's environment variables:
c:\xampp\mysql\bin;c:\xampp\perl\bin;c:\xampp\perl \site;c:\xampp\mysql\include;c:\xampp\mysql\lib;

EDIT: That space isn't really there after perl... I guess it is just phpBB or something.
Reply With Quote