Hi Brian,
On Tue, Feb 5, 2013 at 12:36 AM, Brian Wolf wrote:
> Our client is getting an error when attempting to delete a warehouse.
> The error message:
> DELETE FROM warehouse
> WHERE id = ?
> ERROR: permission denied for relation warehouse
>
> Strangely, there is are checkboxes on the
Yes, 5:
/root/.cpan/build/Config-Std-0.900-Kj061j/blib/lib/Config/Std.pm
/root/.cpan/build/Config-Std-0.900-Kj061j/lib/Config/Std.pm
/root/.cpan/build/Config-Std-0.900-OayslD/blib/lib/Config/Std.pm
/root/.cpan/build/Config-Std-0.900-OayslD/lib/Config/Std.pm
/usr/local/share/perl5/Config/Std.pm
re
Our client is getting an error when attempting to delete a
warehouse.
The error message:
DELETE FROM warehouse
WHERE id = ?
ERROR: permission denied for relation warehouse
Strangely, there is are checkboxes on the System - Admin User screen
for crea
On 02. feb. 2013 16:42, ario wrote:
> Ok, so I got a new VM with Fedora 18 minimal install on it, and after
> getting a copy of ledgersmb-1.3.29-1.noarch.rpm and to prevent any
> mismatch with CPAN I didn't use it altogether, but instead did:
>
> $ sudo yum install mlocate perl perl-Class-Std perl-
I guessed at that RPM, one might not exist. I always use cpan. Did cpan
install the module successfully?
updatedb
locate Std.pm
Does it give a folder that has Config/Std.pm?
Lyle
On 04/02/2013 16:13, ario wrote:
I was trying to install lsmb on an F18 VM.
Now yum install perl-Config-Std did
I was trying to install lsmb on an F18 VM.
Now yum install perl-Config-Std didn't work for me because I wasn't able
to find *any* F18 repository which would me let install it.
So I tried your 2nd suggestion: cpanm Config::Std but that, even after
following the suggestions from this list in this s
No, I'm not on F18. But as a Perl programmer I install a lot of Perl
modules.
Lyle
On 04/02/2013 13:42, ario wrote:
Hi Lyle,
did you actually try that? :)
regards,
ario
On Sun, 2013-02-03 at 16:52 +, Lyle wrote:
yum perl-Config-Std
failing that
cpan Config::Std
Lyle
On 03/02/201
Hi Lyle,
did you actually try that? :)
regards,
ario
On Sun, 2013-02-03 at 16:52 +, Lyle wrote:
> yum perl-Config-Std
>
> failing that
>
> cpan Config::Std
>
>
> Lyle
>
> On 03/02/2013 16:28, ario wrote:
> > It just doesn't get to work.
> > It *keeps* complaining that it can't find Con