BRM Perl lib issue with pcmif
Hi All,
We have wrote a simple perl (.pl) script to query the database to get some information of some account.using SQL select query
and parse the row and prepare the input flist to call the opcode.
In the beginning of my code I am using this libraries as
#!/home/pin2/opt/portal/ThirdParty/perl/5.18.2/bin/perl
use strict;
use warnings;
use DBI;
use pcmif;
when we run the script getting error like below
Can't load '/home/pin2/opt/portal/7.5/lib/pcmif.so' for module pcmif: /home/pin2/opt/portal/7.5/lib/pcmif.so: wrong ELF class: ELFCLASS32 at /home/oracle/app/oracle/product/11.2.0.3/db_home/perl/lib/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm line 203.