Skip to content

php install.php fails #25

@nickleus

Description

@nickleus

trying to install on mac OS X Yosemite, v10.10.3:

grep: /Applications/MAMP/bin/php/php5.6.2/include/php/main/php.h: No such file or directory
grep: /Applications/MAMP/bin/php/php5.6.2/include/php/Zend/zend_modules.h: No such file or directory
grep: /Applications/MAMP/bin/php/php5.6.2/include/php/Zend/zend_extensions.h: No such file or directory
Configuring for:
PHP Api Version:        
Zend Module Api No:     
Zend Extension Api No:  
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

sh: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.

UPDATE

it was my MAMP that was messing it up, so i did this:
nano -w ~/.bash_profile

it had contents:

export PATH="~/.composer/vendor/bin:/Applications/MAMP/bin/php/php5.6.2/bin:/Users/nick/Documents/bin:$PATH"

so i changed it to:

export PATH="~/.composer/vendor/bin:/usr/bin/php:/Users/nick/Documents/bin:$PATH"

then:

cd sassphp
php install.php
make test
sudo make install

and it installed :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions