Re: [HACKERS] anyone? CREATELANG in pgsql 7.3.2 failing

2003-03-18 Thread Peter Eisentraut
R Blake writes: ERROR: Load of file /usr/local/pgsql/lib/plpgsql.dylib failed: no error message available createlang: language installation failed The fact that the file extension is .dylib makes me suspicious that you are using a patched version. In the original source the extension is .so.

Re: [HACKERS] anyone? CREATELANG in pgsql 7.3.2 failing

2003-03-18 Thread R Blake
bingo! nice catch! after a little sleuthing, the local CVS source copy DID have a series of .dylib-handling patches applied (have to revisit local naming conventions ) a virgin refresh with 7.3.2-STABLE solved the plpgsql issue. thanks!! altho, --with-java now breaks the build .

[HACKERS] anyone? CREATELANG in pgsql 7.3.2 failing

2003-03-17 Thread R Blake
hi, i've successfully installed Postgresql 7.3.2 on Mac OSX 10.2.4, and can access/administer as necessary except, i can't seem to CREATELANG, specifically plpgsql . the command: createlang --pglib=/usr/local/pgsql/lib --dbname=apache_auth plpgsql simply returns: ERROR: Load of

Re: [HACKERS] anyone? CREATELANG in pgsql 7.3.2 failing

2003-03-17 Thread Christopher Kings-Lynne
the command: createlang --pglib=/usr/local/pgsql/lib --dbname=apache_auth plpgsql Try just this: createlang plpgsql apache_auth Chris ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [HACKERS] anyone? CREATELANG in pgsql 7.3.2 failing

2003-03-17 Thread R Blake
--On Tuesday, March 18, 2003 12:22 PM +0800 Christopher Kings-Lynne [EMAIL PROTECTED] wrote: Try just this: createlang plpgsql apache_auth Chris hi! ok, but i wouldn't expect the result to be any different here we go . [EMAIL PROTECTED]/usr/local/pgsql/lib createlang plpgsql