Re: [HACKERS] initdb ignoring options due to bash environment on OS X

2013-02-26 Thread Greg Smith
On 2/26/13 9:18 PM, Greg Smith wrote: $ otool -L `which initdb` /Users/gsmith/pgwork/inst/latest/bin/initdb: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0) Two last bits of trivia and I'll stop talking to myself. You can get the full list of things this

Re: [HACKERS] initdb ignoring options due to bash environment on OS X

2013-02-26 Thread Greg Smith
I have solved my problem after chasing down some library trivia. It's the fault of my own shell script, but the cause/effect was surprising to me. I'll go through some troubleshooting library flow on OS X documentation below since this was new to me and I wrote down notes. Maybe this will be