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 . without it all is ok

but that's another issue for now 

many thanks!

richard

-- On Tuesday, March 18, 2003 11:03 PM +0100  Peter Eisentraut 
<[EMAIL PROTECTED]> wrote:


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".  If you, or someone you know, has attempted to modify the shared
library build system, please fix it.
--
Peter Eisentraut   [EMAIL PROTECTED]


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly


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".  If you, or someone you know, has attempted to modify the shared
library build system, please fix it.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


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 apache_auth
ERROR:  Load of file /usr/local/pgsql/lib/plpgsql.dylib failed: no error 
message available
createlang: language installation failed
[EMAIL PROTECTED]/usr/local/pgsql/lib>

same problem, same error . :-(



---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly


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


[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 file /usr/local/pgsql/lib/plpgsql.dylib failed: no error
message available createlang: language installation failed
my LOG file has nothing further:

...
LOG:  database system is ready
ERROR:  Load of file /usr/local/pgsql/lib/plpgsql.dylib failed: no error
message available


"no error message" is not very helpful  :-(

i tried a clean install -- all went without a hitch .

anyone have any suggestions here?

thanks!

richard

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster