Re: [GENERAL] Perl language creation failed

2006-08-28 Thread Harpreet Dhaliwal
Exactly. Sorry for being so careless. Was thinking something else after being bugged up.Done now. Thanks alot,~HarpreetOn 8/28/06, Jorge Godoy <[EMAIL PROTECTED]> wrote:"Harpreet Dhaliwal" < [EMAIL PROTECTED]> writes:> I did> sudo yum install postgresql-plperl*> and it says dependency perl-base =

Re: [GENERAL] Perl language creation failed

2006-08-28 Thread Jorge Godoy
"Harpreet Dhaliwal" <[EMAIL PROTECTED]> writes: > I did > sudo yum install postgresql-plperl* > and it says dependency perl-base = 2:5.8.8 is missing. > I did yum install perl-base = 2:5.8.8 and its says nothing to do > Tried sudo yum install perl-base = 2:5.8.8 and says nothing do > Even tried yu

Re: [GENERAL] Perl language creation failed

2006-08-28 Thread Harpreet Dhaliwal
I didsudo yum install postgresql-plperl*and it says dependency perl-base = 2:5.8.8 is missing.I did yum install perl-base = 2:5.8.8 and its says nothing to doTried sudo yum install perl-base = 2:5.8.8 and says nothing doEven tried yum install perl-base* and still says nothing to doDon't know whats

Re: [GENERAL] Perl language creation failed

2006-08-28 Thread Tom Lane
"Harpreet Dhaliwal" <[EMAIL PROTECTED]> writes: > Can anyone give me the right path for downlaod postgresql-plperl package for > fedora core 5 (32 bit) postgresql version 8.1.4. sudo yum install postgresql-pl regards, tom lane ---(end of broadcast)

Re: [GENERAL] Perl language creation failed

2006-08-28 Thread Harpreet Dhaliwal
Can anyone give me the right path for downlaod postgresql-plperl package for fedora core 5 (32 bit) postgresql version 8.1.4.The one that i found closest to the needs is  not working. Tried a few more but all of them throw the  same problem. What would be the most authentic source? Thanks,~Harpreet

Re: [GENERAL] Perl language creation failed

2006-08-28 Thread Tom Lane
"Harpreet Dhaliwal" <[EMAIL PROTECTED]> writes: > I tried to install postgresql-plperl-8.1package. > It asks for a few dependencies. > i did yum install of those dependencies but says "nothing to do" My guess is that you're trying to install the wrong package, ie an RPM built for a different distr

Re: [GENERAL] Perl language creation failed

2006-08-28 Thread Harpreet Dhaliwal
I tried to install postgresql-plperl-8.1package.It asks for a few dependencies.i did yum install of those dependencies but says "nothing to do"Can you tell me whats wrong with it? Thanks,~Harpreet.On 8/28/06, Harpreet Dhaliwal <[EMAIL PROTECTED]> wrote: I'm fedora core 5 user with PG 8.1 On 8/28/06

Re: [GENERAL] Perl language creation failed

2006-08-27 Thread A. Kretschmer
am Mon, dem 28.08.2006, um 1:25:51 -0400 mailte Harpreet Dhaliwal folgendes: > Hi, > I'm trying the following > > CREATE LANGUAGE plperl > before executing my functions written in perl > but get the follwing error > > ERROR: could not access file "$libdir/plperl": No such file or directory >

[GENERAL] Perl language creation failed

2006-08-27 Thread Harpreet Dhaliwal
Hi,I'm trying the followingCREATE LANGUAGE plperlbefore executing my functions written in perlbut get the follwing errorERROR:  could not access file "$libdir/plperl": No such file or directory Can anyone tell me how to fix this?Thanks~Harpreet