Skip to Content.
Sympa Menu

en - Re: [sympa-users] DB_File Prerequisites

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Dan Pritts <address@concealed>
  • To: Chad Myslinsky <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] DB_File Prerequisites
  • Date: Wed, 1 Dec 2010 15:28:00 -0500

Hi Chad,

The specific error you're running into can probably be handled by installing
the right db-devel and/or db4-devel RPMs from Red Hat, but you're probably
going to run into more. You might try your CPAN build on an RHEL5 system
that has the full developer tools installed.

I use EPEL and RPMForge repos; these are generally not compatible with one
another and you need to be careful how you configure yum if you want to use
both of them. I typically add an "includepkgs=" line to the EPEL yum.repos.d
file since i only get a very few packages from there.

You'll need a source for mod_fcgid; i found it at EPEL.

I was able to get most of the required perl modules from RPMForge. I've
appended below all that i've installed from there; not all of it may be
required for sympa.

A few other modules were not available from rpmforge, and in the interests of
expediency i installed them via CPAN and/or rolling my own RPMs.

I have these spec files lying around, most of them were for sympa. probably
not mail:pop3client but who knows.

perl-HTML-StripScripts-Parser.spec
perl-Mail-POP3Client.spec
perl-MIME-Lite-HTML.spec
perl-HTML-Parser.spec
perl-HTML-StripScripts.spec
perl-MHonArc.spec
perl-MIME-Tools.spec

~@lists1% rpm -qa | grep rf
perl-Net-Jabber-2.0-1.2.el5.rf.noarch
perl-Test-Pod-1.42-1.el5.rf.noarch
perl-Convert-BinHex-1.119-2.2.el5.rf.noarch
perl-Template-Toolkit-2.22-1.el5.rf.x86_64
perl-File-Copy-Recursive-0.38-1.el5.rf.noarch
perl-Net-Netmask-1.9015-1.el5.rf.noarch
perl-DBD-mysql-4.014-1.el5.rf.x86_64
perl-Mail-DKIM-0.37-1.el5.rf.noarch
perl-Compress-Raw-Bzip2-2.024-1.el5.rf.x86_64
perl-IO-Compress-2.024-1.el5.rf.noarch
rpmforge-release-0.5.1-1.el5.rf.x86_64
dkms-2.0.22.0-1.el5.rf.noarch
perl-version-0.76-1.el5.rf.x86_64
perl-Authen-SASL-2.13-1.el5.rf.noarch
perl-Net-XMPP-1.02-1.el5.rf.noarch
perl-Pod-Simple-3.13-1.el5.rf.noarch
perl-Email-Date-Format-1.002-1.el5.rf.noarch
perl-IO-stringy-2.110-1.2.el5.rf.noarch
perl-MIME-Lite-3.025-1.el5.rf.noarch
perl-Text-Reform-1.20-1.el5.rf.noarch
perl-Pod-POM-0.25-1.el5.rf.noarch
perl-MIME-Charset-1.007.1-1.el5.rf.noarch
perl-FCGI-0.68-1.el5.rf.x86_64
perl-PlRPC-0.2020-1.el5.rf.noarch
perl-Regexp-Common-2010010201-1.el5.rf.noarch
perl-libintl-1.16-1.el5.rf.noarch
perl-Text-Autoformat-1.666.0-1.el5.rf.noarch
perl-Crypt-CipherSaber-1.00-1.2.el5.rf.noarch
perl-MIME-EncWords-1.011.1-1.el5.rf.noarch
perl-HTML-Format-2.04-1.2.el5.rf.noarch
perl-Term-ProgressBar-2.09-1.el5.rf.noarch
perl-Package-Constants-0.02-1.el5.rf.noarch
perl-HTML-Parser-3.64-1.el5.rf.x86_64
perl-Crypt-OpenSSL-RSA-0.25-1.el5.rf.x86_64
perl-SOAP-Lite-0.711-1.el5.rf.noarch
iperf-2.0.4-1.el5.rf.x86_64
perl-Git-1.7.2.2-1.el5.rf.x86_64
perl-Compress-Raw-Zlib-2.024-1.el5.rf.x86_64
perl-Class-MethodMaker-2.15-1.el5.rf.x86_64
perl-XML-Stream-1.23-1.el5.rf.noarch
perl-Pod-Escapes-1.04-1.2.el5.rf.noarch
perl-HTML-Tree-3.23-1.el5.rf.noarch
perl-MailTools-2.06-1.el5.rf.noarch
perl-Net-Daemon-0.43-1.el5.rf.noarch
perl-AppConfig-1.66-1.el5.rf.noarch
perl-GSSAPI-0.26-1.el5.rf.x86_64
perl-RPM-Perlonly-1.0.1-1.2.el5.rf.noarch
perl-Digest-SHA-5.48-1.el5.rf.x86_64
perl-MIME-tools-5.420-2.el5.rf.noarch
perl-Task-Weaken-1.03-1.el5.rf.noarch
git-1.7.2.2-1.el5.rf.x86_64
~@lists1% ls





On Nov 30, 2010, at 1:15 PM, Chad Myslinsky wrote:

> I'm in the process of installing Sympa on a RHEL 5.5 box but am running
> into trouble installing the DB_File CPAN module. When I run perl -MCPAN
> -e 'install DB_File', it fails during the make process with errors like "No
> library found for -ldb" and "version.c:30:16: error: db.h: No such file or
> directory". Googling mentions installing DB_File from an RPM or perhaps
> installing Berkeley DB3 and DB3-Devel packages then trying to run perl
> -MCPAN -e 'install DB_File' again.
>
> I'm curious what routes others have taken to getting the required CPAN
> modules installed.
>
> Chad


danno
--
Dan Pritts, Sr. Systems Engineer
Internet2
office: +1-734-352-4953 | mobile: +1-734-834-7224




  • Re: [sympa-users] DB_File Prerequisites, Dan Pritts, 12/01/2010

Archive powered by MHonArc 2.6.19+.

Top of Page