"Jim C. Nasby" <[EMAIL PROTECTED]> writes: > I do have perl, python, tcl and nls enabled, could one of them > be trying to pull libssl and libcrypto in for some reason?
Perhaps --- try "otool -L" (local equivalent of ldd) on them to find out. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match