1

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?

jribeiro
  • 3,387
  • 8
  • 43
  • 70

1 Answers1

0

Was able to find an answer in this post rails - postgres error: Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 or later,

Though it was a problem related to yii.

Sorry

Community
  • 1
  • 1
jribeiro
  • 3,387
  • 8
  • 43
  • 70