Did you "install" DBD::Oracle or is it just in your /home/asterisk directory? Put up the part of the PERL module that has your include statements.
From: [email protected] [mailto:[email protected]] On Behalf Of Ahmed Munir Sent: Thursday, January 05, 2012 8:54 AM To: [email protected] Subject: Re: [asterisk-users] asterisk -> AGI (perl) -> sqlplus(oracle) The thing is, my AGI is working fine if I don't include DBD::Oracle library in my script. If I include DBD::Oracle library my AGI script gets aborted. I installed DBD::Oracle module in asterisk application home directory as its' permissions are listed below; [asterisk@klpi062 ~]$ ls -lh /home/asterisk/perl-lib/lib/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread- multi/ total 40K drwxr-xr-x 3 asterisk asterisk 4.0K Jan 3 14:16 auto drwxr-xr-x 3 asterisk asterisk 4.0K Jan 3 14:16 DBD -rwxr-xr-x 1 asterisk asterisk 1.3K Aug 26 14:09 oraperl.ph -rwxr-xr-x 1 asterisk asterisk 28K Oct 12 12:43 Oraperl.pm I also included the library path for locating DBD::Oracle module in my AGI. But still unable to understand even though asterisk has permissions to access DBD module but still AGI don't work when I include DBD library in it. Date: Wed, 4 Jan 2012 12:18:24 -0600 From: "Danny Nicholas" <[email protected]> Subject: Re: [asterisk-users] asterisk -> AGI (perl) -> sqlplus (oracle) To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" What are the permissions on the module you are trying to run? (ls -l /var/lib/asterisk/agi-bin/module) From: [email protected] [mailto:[email protected]] On Behalf Of Ahmed Munir Sent: Wednesday, January 04, 2012 12:15 PM To: [email protected] Subject: Re: [asterisk-users] asterisk -> AGI (perl) -> sqlplus (oracle) Hi, I installed the modules in asterisk user home directory with read and excitable permissions for asterisk but still my AGI not working. Please provide me other advise to resolve this issue. Date: Wed, 4 Jan 2012 11:30:34 -0600 From: "Danny Nicholas" <[email protected]> Subject: Re: [asterisk-users] asterisk -> AGI (perl) -> sqlplus (oracle) To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" The module probably isn't readable/executeable from Asterisk From: [email protected] [mailto:[email protected]] On Behalf Of Ahmed Munir Sent: Wednesday, January 04, 2012 10:45 AM To: [email protected] Subject: [asterisk-users] asterisk -> AGI (perl) -> sqlplus (oracle) Hi all, I'm trying to run an AGI in PERL which uses the module DBD-Oracle. Currently my AGI is working fine in my two servers but not in my other four servers. When I tried execute an AGI (as a user asterisk) in command line it works fine (even I also declare environmental variables in user profile and in my AGI), but when I tried to call my AGI (perl) in dial plan, it don't get executed. Please advise me to resolve this issue. -- Regards, Ahmed Munir Chohan -- Regards, Ahmed Munir Chohan
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
