Koozali.org: home of the SME Server

How to install SQL-Ledger on SME 7.0 + Missing Dependency

Offline hilke

  • *
  • 11
  • +0/-0
How to install SQL-Ledger on SME 7.0 + Missing Dependency
« 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
...

Offline jester

  • *
  • 496
  • +1/-0
How to install SQL-Ledger on SME 7.0 + Missing Dependency
« Reply #1 on: June 28, 2006, 03:42:01 PM »
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.

Offline hilke

  • *
  • 11
  • +0/-0
How to install SQL-Ledger on SME 7.0 + Missing Dependency
« Reply #2 on: June 28, 2006, 04:02:37 PM »
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
...

Offline jester

  • *
  • 496
  • +1/-0
How to install SQL-Ledger on SME 7.0 + Missing Dependency
« Reply #3 on: June 28, 2006, 05:48:39 PM »
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.

Offline hilke

  • *
  • 11
  • +0/-0
How to install SQL-Ledger on SME 7.0 + Missing Dependency
« Reply #4 on: June 29, 2006, 09:19:50 AM »
Hello Jester,

That was the missing text, thanks.

Hilke
...

Offline wjhobbs

  • *****
  • 171
  • +0/-0
    • http://www.chryxus.ca
How to install SQL-Ledger on SME 7.0 + Missing Dependency
« Reply #5 on: July 11, 2006, 03:44:49 AM »
I have had some additional problems.

When I try cpan>  install Bundle::CPAN the process fails with messages about gnupg...

Quote
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:
Quote
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
...