Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorkarlaredor
     
    Here's the error:
    dyld: NSLinkModule() error
    dyld: Symbol not found: _php_sig_gif
    Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20060613/gd.so
    Expected in: flat namespace

    I am in the folder /Applications/MAMP/htdocs/akelos when I ran the command.
    •  
      CommentAuthorkonus
     

    which path has your "akelos" file? NOT: (you aren't using php from the enviroment)

    #!/usr/bin/env php
    

    YES: (you must use the php from MAMP distribution)

    #!/Applications/MAMP/bin/php5/bin/php
    
    •  
      CommentAuthorkonus
     

    which path has your "akelos" file? NOT: (you aren't using php from the enviroment)

    #!/usr/bin/env php
    

    YES: (you must use the php from MAMP distribution)

    #!/Applications/MAMP/bin/php5/bin/php