Closed (cannot reproduce)
Project:
Drush
Component:
Base system (internal API)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Dec 2011 at 05:46 UTC
Updated:
13 Jan 2012 at 20:28 UTC
I'm sure this is a noob configuration error, this is my first time setting up drush on cygwin. Here's the error I'm getting:
PHP Warning: require(/home/$USER/includes/bootstrap.inc): failed to open stream: No such file or directory in /home/$USER/C:\cygwin\home\$USER\drush\drush.php on line 11.
Any suggestions would be appreciated, thanks.
Comments
Comment #1
moshe weitzman commentedCygwin is not supported. I'll leaver this open in case anyone still wants to help.
Comment #2
greg.1.anderson commentedThe officially supported shells are DOS, Powershell and msysgit, the last of which is recommended, as the first two do not support git. cygwin seemed to work last time I looked at it. Did you use the Drush Windows installer to install Drush? I'd recommend switching to msysgit.
Comment #3
rj commentedI did use the Drush Windows installer but I could not get PHP to load any extensions (ie. openssl) and I thought it would be "easier" to install PHP and Drush on cygwin. The issue with the installer is that the ext directory wasn't loading even if I had an absolute path to it in php.ini. I'll play around with it some more and post an update if anything comes out of it.
Comment #4
beltofteWhich version of the Windows Installer did you use? And what is the ext path set in php.ini?
Comment #5
rj commentedReinstalled and extensions are now loading. Is now working on both cygwin and msysgit. Closed.