I'm on OSX 10.5. I just installed Zend Server CE and restarted my machine. Below is what I get when I try to execute php from the command line. Can anyone help me work through this please? Thanks.
lc278:~ laran$ which php
/Applications/ZendServer/bin/php
lc278:~ laran$ echo "<?php phpinfo(); ?>" | php > phpinfo.txt
dyld: Library not loaded: /usr/local/postgresql-8.2.3/lib/libpq.5.dylib
Referenced from: /Applications/ZendServer/bin/php
Reason: image not found
Trace/BPT trap
lc278:~ laran$ php -V
dyld: Library not loaded: /usr/local/postgresql-8.2.3/lib/libpq.5.dylib
Referenced from: /Applications/ZendServer/bin/php
Reason: image not found
Trace/BPT trap
lc278:~ laran$

