[Bucardo-general] Install failed.

Pär Lanvin per.lanvin at fouredge.se
Wed Nov 11 13:22:39 UTC 2009


Hi,

Thanks for responding.

This is what happens when I remove the "-q";

---
Password for user bucardo:

INSTALLATION FAILED! (SET
ALTER ROLE
SET
You are now connected to database "bucardo" as user "bucardo".
SET
SET
SET
)

Installation cannot proceed unless the Pl/PerlU language is available
.
.
--- end ---



Rgds

/PL

-----Ursprungligt meddelande-----
Från: Greg Sabino Mullane [mailto:greg at endpoint.com] 
Skickat: den 10 november 2009 17:19
Till: Pär Lanvin
Kopia: bucardo-general at bucardo.org
Ämne: Re: [Bucardo-general] Install failed.

> INSTALLATION FAILED! ()
> 
> Installation cannot proceed unless the Pl/PerlU language is available 
> This is usually available as a separate package For example, you might 
> try: yum install postgresql-plperl If compiling from source, add the 
> --with-perl option to your ./configure command
> --- end ---
> 
> I do have the postgresql-plperl package installed.
> 
> https://mail.endcrypt.com/mailman/listinfo/bucardo-general

The lack of any output at all in the parens indicates it may be a different problem. If you look at around line 5504 of bucardo_ctl, you'll see the actual command that was run - which seems to have produced no output at all in your case. This indicates that the psql call completely and silently failed, or that things worked but was too quiet. You might try removing the -q flag and rerun the command, or echo the command to stdout and then try running it manually:

print "COM was: $COM\n";

--
Greg Sabino Mullane greg at endpoint.com
End Point Corporation
PGP Key: 0x14964AC8



More information about the Bucardo-general mailing list