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

moshe weitzman’s picture

Issue tags: +Windows

Cygwin is not supported. I'll leaver this open in case anyone still wants to help.

greg.1.anderson’s picture

The 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.

rj’s picture

I 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.

beltofte’s picture

Issue tags: +Windows Installer

Which version of the Windows Installer did you use? And what is the ext path set in php.ini?

rj’s picture

Status: Active » Closed (cannot reproduce)

Reinstalled and extensions are now loading. Is now working on both cygwin and msysgit. Closed.