Can't create Yii App

Hi all!

I’m trying to generate a new app in Yii 1.1.12 with MacOsX 10.7.4 with the following code:

yii/framework/yiic webapp testapp

And it throws out the following error:

dyld: Library not loaded: @loader_path/../lib/libssl.dylib

Referenced from: /usr/lib/libpq.5.dylib Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 or later, but libssl.0.9.8.dylib provides version 0.9.8 Trace/BPT trap: 5

Any help?

Thanks

same issue for me.

I install on ubuntu 11.04 with LAMP

Yii Requirement Checker

Description see attached file.

After I run yiic create nothing.

-bash-4.2# ./yiic webapp tt

Create a Web application under ‘/var/www/yii/framework/tt’? (yes|no) [no]:y

yo can try with this way like:

<?php echo CHtml::ajaxLink(‘All’, Yii::app()->createUrl(’/site/manage’ ),array(‘data’ =>array( ‘name’ => $_REQUEST[‘name’],‘admissionnumber’=> $_REQUEST[‘admissionnumber’],‘val’ => ‘All’,),‘dataType’ => ‘text’,‘update’=>’#student_panel_handler’)); ?>

the $_REQUEST[‘name’] is displaying when echo that not passing to the action.

f:\wamp\bin\php\php5.3.8>php.exe f:\wamp\www\yii\framework\yiic webapp f:\wamp\www\yiiapp

run this command on command prompt

and yiiapp stands from your application name