Installing GD components

Hi Kobus, I can see GD.so under /usr/lib64/perl5/auto/GD/GD.so after using yum to install the GD module. Why is compiler unable to file this GD.so? And compiler only look in to the directories

Perl library path for /usr/local/bin/perl:
/usr/local/lib/perl5/site_perl/5.22.0/x86_64-linux
/usr/local/lib/perl5/site_perl/5.22.0
/usr/local/lib/perl5/5.22.0/x86_64-linux
/usr/local/lib/perl5/5.22.0

Do I need to link or do some sort of registration

Thanks and RegardsSubject: Re: [rt-users] Installing GD components
To: rt-users@lists.bestpractical.com, “Kobus Bensch” kobus.bensch@trustpayglobal.com
Date: Monday, 21 September, 2015, 17:03

Hi Kobus, thanks for the
reply I have installed some packages regarding to gd-devel,
zlib.x86_64, zlib, freetype.x86_64, libgd and gdlib-config
and below is the full output

[root@rt rt-4.2.12]# make
testdeps
/usr/local/bin/perl
./sbin/rt-test-dependencies --verbose --with-Oracle
–with-fastcgi
perl:

 >=5.10.1(5.22.0) ...found

users:
rt group (apache) …found
bin owner (root) …found
libs owner (root) …found
libs group (bin) …found
web owner (apache) …found
web group (apache) …found
CLI dependencies:

HTTP::Request::Common …found

Text::ParseWords …found
LWP
…found
Term::ReadLine
…found
Getopt::Long >= 2.24
…found
Term::ReadKey
…found
CORE dependencies:
CGI >= 4 …found
HTML::Quoted …found
Log::Dispatch >= 2.30
…found

DateTime::Format::Natural >= 0.67 …found
Digest::base …found
File::Spec >= 0.8 …found
Email::Address::List >= 0.02
…found
Plack::Handler::Starlet
…found
DBI >= 1.37
…found
Text::WikiFormat >=
0.76 …found
MIME::Entity >=
5.504 …found

Devel::GlobalDestruction …found

Digest::SHA …found

Regexp::Common …found

Text::Wrapper …found

Date::Extract >= 0.02 …found

Class::Accessor::Fast …found

LWP::Simple …found

HTML::RewriteAttributes >= 0.05 …found
Locale::Maketext >= 1.06
…found
Errno …found
Symbol::Global::Name >= 0.05
…found
Storable >= 2.08
…found
File::Glob …found
File::Temp >= 0.19 …found
Text::Password::Pronounceable
…found
DBIx::SearchBuilder

= 1.65 …found
Net::CIDR
…found
HTML::Mason >= 1.43
…found
Scalar::Util
…found
Mail::Mailer >= 1.57
…found
DateTime::Locale >=
0.40 …found
Devel::StackTrace
= 1.19 …found

Crypt::Eksblowfish …found

CSS::Squish >= 0.06 …found

IPC::Run3 …found
Digest::MD5

= 2.27 …found
Data::GUID
…found
Sys::Syslog >= 0.16
…found
CGI::Emulate::PSGI
…found
Regexp::IPv6
…found
CGI::PSGI >= 0.12
…found
UNIVERSAL::require
…found

Module::Versions::Report >= 1.05 …found
HTTP::Message >= 6.0 …found
Apache::Session >= 1.53
…found
HTML::Scrubber >=
0.08 …found
Mail::Header >=
2.12 …found
Text::Template

= 1.44 …found
CGI::Cookie
= 1.20 …found

Locale::Maketext::Fuzzy >= 0.11 …found
Plack >= 1.0002 …found
Time::HiRes …found
HTML::FormatText::WithLinks >=
0.14 …found

HTML::FormatText::WithLinks::AndTables …found
HTML::Mason::PSGIHandler >= 0.52
…found
Email::Address >=
1.897 …found
Tree::Simple

= 1.04 …found

List::MoreUtils …found

HTML::Entities …found

File::ShareDir …found

Locale::Maketext::Lexicon >= 0.32 …found
DateTime >= 0.44 …found
Role::Basic >= 0.12 …found
Time::ParseDate …found
Regexp::Common::net::CIDR
…found
Encode >= 2.64
…found
Date::Manip …found
Module::Refresh >= 0.03
…found
JSON …found
Text::Quoted >= 2.07 …found
XML::RSS >= 1.05 …found
DASHBOARDS dependencies:

 URI::QueryParam ...found

MIME::Types …found
URI >=
1.59 …found
FASTCGI dependencies:
FCGI::ProcManager …found
FCGI >= 0.74 …found
GD dependencies:

GD::Text …MISSING
GD::Graph

= 1.47 …MISSING
GD
…MISSING
GPG dependencies:
File::Which …found
GnuPG::Interface …found
PerlIO::eol …found
GRAPHVIZ dependencies:

GraphViz …found
IPC::Run

= 0.90 …found
ICAL dependencies:
Data::ICal …found
MAILGATE dependencies:

Net::SSL …found
Mozilla::CA
…found
Getopt::Long
…found
Crypt::SSLeay
…found
LWP::UserAgent >=
6.0 …found
Pod::Usage
…found
LWP::Protocol::https
…found
ORACLE dependencies:
DBD::Oracle …found
SMIME dependencies:

Crypt::X509 …found
File::Which
…found
String::ShellQuote
…found
USERLOGO dependencies:
Convert::Color …found

SOME DEPENDENCIES WERE
MISSING.
GD missing dependencies:
GD::Graph >= 1.47 …MISSING
GD::Text …MISSING
GD …MISSING

Perl library path for /usr/local/bin/perl:

/usr/local/lib/perl5/site_perl/5.22.0/x86_64-linux
/usr/local/lib/perl5/site_perl/5.22.0

/usr/local/lib/perl5/5.22.0/x86_64-linux

/usr/local/lib/perl5/5.22.0
.
make: *** [testdeps] Error 1
[root@rt rt-4.2.12]#

Thanks and Regards