System library troubles on Mac OS X Mavericks.

Hi all,

In order to solve this problem:

Davids-MacBook-Air-2:broccoli-haskell dbanas$ sudo /usr/local/bro/bin/broctl
Hint: Run the broctl “deploy” command to get started.

Welcome to BroControl 1.4

Type “help” for help.

[BroControl] > install
Error: running “bro -v” failed with output:
dyld: Library not loaded: libcrypto.1.0.0.dylib
Referenced from: /usr/local/bro/bin/bro
Reason: image not found

I did this:

Davids-MacBook-Air-2:broccoli-haskell dbanas$ sudo ln -s /Users/dbanas/anaconda/lib/libcrypto.1.0.0.dylib /usr/lib/libcrypto.1.0.0.dylib

but find that I broke BroControl in the process:

Davids-MacBook-Air-2:broccoli-haskell dbanas$ sudo /usr/local/bro/bin/broctl
Fatal Python error: PyThreadState_Get: no current thread

Does anyone know what’s wrong?

Thanks,
-db