On 5/16/07, Christian Miller <[EMAIL PROTECTED]> wrote: > On May 16, 2007, at 7:55 PM, Peter K. Stys wrote: > > What on earth could be wrong???? > > I am totally stumped and have no idea what else to try. > > You could try deleting the plugin cache on the machine that is failing. > >
After some more poking around it's even crazier than I thought. Turns out that this plugin uses a pre-built postgreSQL library (libpq.5.0.dylib) which was COPIED to my Xcode project folder from its regular installation in /usr/local/pgsql/lib. You would think that when Xcode builds the plugin, the library would be copied and linked with the plugin. But no: the only machines that will compile OR run my app are those which have this library present in /usr/local/pgsql/lib. Try as I might, I cannot do anything unless /usr/local/pgsql/lib directory exists and contains the library. How on earth would my plugin even KNOW of this directory if I'm building the plugin using a COPY of this library in my Xcode project folder? Does anyone have any ideas? Could the libpq.5.0.dylib library have a hard-coded path to /usr/local/pgsql/lib? Stuck again unless I install the /usr/local/pgsql/lib directory and all its files on every Mac that will run my app, which is nuts. Help! Peter. -- ------------------------------------------------------------------------------- Peter K. Stys, MD Professor of Medicine(Neurology), Senior Scientist Ottawa Health Research Institute, Div. of Neuroscience Ottawa Hospital / University of Ottawa Ontario, CANADA tel: (613)761-5444 fax: (613)761-5330 http://www.ohri.ca/profiles/stys.asp ------------------------------------------------------------------------------- _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
