Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: hilke on June 28, 2006, 02:15:10 PM
-
Hello,
I tryed to install SQL-Ledger via the How to from Devlyn Davis.
When I use YUM I get the following message:
Error: Missing Dependency: postgresql-libs = 7.4.8-1.RHEL4.1 is needed by package postgresql-devel
================================================================
No new rpms were installed. No additional commands are required.
================================================================
I run SME 7.0rc3
Hilke
-
Hi Hike,
I'm new to the whole linux scene as well, but you did add: --enablerepo=base
to your yum command did you?!
regards,
jester.
-
Hello Jester,
This is what I do (like in the How to):
1. Run yum to install all required packages:
yum --enablerepo=base install postgresql postgresql-contrib postgresql-devel postgresql-docs postgresql-jdbc postgresql-libs postgresql-pl postgresql-python postgresql-test tetex-latex gcc
The above command will install everything needed including all dependencies.
I copy the text and past them into Putty.
Hilke
-
you might also have to enable the updates repo, try to add --enablerepo=updates, so the command would start like:
yum --enablerepo=base --enablerepo=updates install postgresql ...
jester.
-
Hello Jester,
That was the missing text, thanks.
Hilke
-
I have had some additional problems.
When I try cpan> install Bundle::CPAN the process fails with messages about gnupg...
Importing PAUSE public key into your GnuPG keychain... gpg: failed to create temporary file /root/.gnupg/.#lk0x9e289e0.chryxus-test.8064': No such file or directory
gpg: keyblock resource /root/.gnupg/secring.gpg': general error
gpg: failed to create temporary file /root/.gnupg/.#lk0x9e28a30.chryxus-test.8064': No such file or directory
gpg: keyblock resource /root/.gnupg/pubring.gpg': general error
gpg: no writable keyring found: eof
gpg: error reading PAUSE2003.pub': general error
gpg: import from PAUSE2003.pub' failed: general error
gpg: no writable keyring found: eof
gpg: error reading PAUSE2005.pub': general error
gpg: import from PAUSE2005.pub' failed: general error
done!
Followed later on by:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00signature.....gpg: failed to create temporary file /root/.gnupg/.#lk0x97bfa00.chryxus-test.8121': No such file or directory
gpg: keyblock resource /root/.gnupg/pubring.gpg': general error
gpg: Signature made Mon 27 Feb 2006 01:57:02 AM EST using DSA key ID A317C15D
gpg: no writable keyring found: eof
gpg: error reading [stream]': general error
gpg: Can't check signature: public key not found
==> BAD/TAMPERED signature detected! <==
t/00signature.....FAILED test 1
Failed 1/1 tests, 0.00% okay
Any suggestions for how to get around this?
I am attempting to install onto a fresh SME7.0 Final.
Thanks.
John