Search found 3 matches

by aarons
Wed Oct 28, 2009 12:19 pm
Forum: Support
Topic: build failing on debian
Replies: 3
Views: 2828

Re: build failing on debian

The problem was not at all what I suspected. It was only from debugging other problems (such as all cron jobs failing with 'permission denied') that I fixed it. I had a bad line in /etc/pam.d/common-account for pam_krb5.so. Instead of just 'sufficient' it was ' [default=bad success=ok user_unknown=i...
by aarons
Sun Oct 25, 2009 3:51 pm
Forum: Support
Topic: build failing on debian
Replies: 3
Views: 2828

build failing on debian

I am currently running the 1.1.9 package on my debian box, but wanted to try out the 1.2.0 RC. I successfully built this on my ubuntu machine, but on the debian machine it fails with this: running build_scripts error: cannot copy tree 'build/scripts-2.5': not a directory I dug into this a little and...
by aarons
Thu Jun 25, 2009 7:05 pm
Forum: Mac OS
Topic: ld: library not found for -lboost_python-mt
Replies: 2
Views: 5383

Re: ld: library not found for -lboost_python-mt

When you install boost from macports, you need to install it with the +python25 argument. "port install boost +python25"

since it's already installed, you want to deactivate it first: "port deactivate boost"