[rt-users] Problem installing latest RT from GIT

Christian Loos cloos at netcologne.de
Wed Mar 24 09:10:36 EDT 2010


Am 21.03.2010 16:47, schrieb Torsten Brumm:
> Hi Group
> just tried to install latest rt from git and i'm getting confused:
> 
> config:
> 
> ./configure --enable-graphviz --enable-gd --with-web-handler=fastcgi
> --with-db-rt-pass=apassword --with-web-user=apache --with-web-group=apache
> 
> So, no GPG, after fixing all deps (mostly via rpm/yum) i get the
> following from make testdeps:
> 
> SOME DEPENDENCIES WERE MISSING.
> GPG missing dependencies:
> GnuPG::Interface ...MISSING
> 
> OK, i thought i don't use GPG but let me install it:
> 
> [root at rt3 bestpractical-rt-cb95899]# perl -MCPAN -e 'install
> GnuPG::Interface'
> CPAN: Storable loaded ok
> Going to read /root/.cpan/Metadata
>   Database was generated on Sun, 21 Mar 2010 13:50:09 GMT
> GnuPG::Interface is up to date.
> 
> make testdeps still shows the error.
> 
> Tried later with --disable-gpg works well. So it looks like i have to
> disable it to get all working, correct or and error?
> 
> Any ideas?

Hi Torsten,

gpg support is by default enabled,
so you have to satisfy the gpg dependencies.
If you don't have all gpg dependencies installed and
don't want to use gpg, you have to disable gpg.
It's not a bug, it's a feature ;-)

Chris




More information about the rt-users mailing list