On 2003.01.16, tammy <[EMAIL PROTECTED]> wrote: > > Well of course it turned out to be something totally stupid and lame. I > had the /usr/local/pgsql directory permissions set to 750 and the > AOLServer user is not in the group to read this directory:( I don't > know how many times I checked this damn path either. All other > directories and the lib itself were fine with permissions. I set it to > 751 and all is well.
But, in your original email, you said: > Executing "su nsadmin -c " nm /usr/local/pgsql/lib/libpq.so.3" returns > valid output so the library is not corrupted. How could that have been? That would have attempted to open libpq.so.3 as user nsadmin -- if nsadmin didn't have the necessary permissions to get to libpq.so.3 because the directory permissions prevent it, this doesn't make sense. Anyway, glad to hear you got it working. Good luck! -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
