Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
ccabrera wrote:Since there´s no CentOS 7 Scratch guide, we had to follow one available for 6.5 and adjust for changes
yum -y install perl perl-DBD-MySQL perl-libwww-perl
install CPAN::Meta::Requirements
install CPAN
reload cpan
install YAML
install MD5
install Digest::MD5
install Digest::SHA1
install readline
install Bundle::CPAN
reload cpan
install DBI
force install DBD::mysql
install Net::Telnet
install Time::HiRes
install Net::Server
install Switch
install Mail::Sendmail
install Unicode::Map
install Jcode
install Spreadsheet::WriteExcel
install OLE::Storage_Lite
install Proc::ProcessTable
install IO::Scalar
install Spreadsheet::ParseExcel
install Curses
install Getopt::Long
install Net::Domain
install Term::ReadKey
install Term::ANSIColor
install Spreadsheet::XLSX
install Spreadsheet::Read
install LWP::UserAgent
install HTML::Entities
install HTML::Strip
install HTML::FormatText
install HTML::TreeBuilder
install Time::Local
install MIME::Decoder
install Mail::POP3Client
install Mail::IMAPClient
install Mail::Message
install Crypt::SSLeay
install Net:SSLeay
install LWP::Protocol::https
install IO::Socket::SSL
install MIME::Base64
install MIME::QuotedPrint
install Crypt::Eksblowfish::Bcrypt
force install Crypt::RC4
install Text::CSV
install Text::CSV_XS
quit
cd /usr/src
wget http://download.vicidial.com/required-apps/asterisk-perl-0.08.tar.gz
tar -zxf asterisk-perl-0.08.tar.gz
cd asterisk-perl-0.08
perl Makefile.PL
make all
make install
ccabrera wrote:Permissions should not be an issue: Asterisk is running as root. Besides, I believe that if permissions were an issue, the AGI would fail with a "permission denied" in the AGI debug.
Can't locate Asterisk/AGI.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /var/lib/asterisk/agi-bin/agi-DID_route.agi line 118.
BEGIN failed--compilation aborted at /var/lib/asterisk/agi-bin/agi-DID_route.agi line 118.
ln -s /usr/share/astguiclient/libs/Asterisk.pm /usr/lib64/perl5/Asterisk.pm
Users browsing this forum: Majestic-12 [Bot] and 134 guests