Adding POSIX.pm module in Yocto for UnixBench(on imx6 )

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding POSIX.pm module in Yocto for UnixBench(on imx6 )

1,693 Views
pratikkamat
Contributor I

Hi all,

I am adding Unix Bench recipes to Yocto and its successfully added. Now the problem is while executing  ./RUN command on imx6 Board (Kernel version : 3.14.28) I get POSIX.pm error as follows :

root@iWave-G15M:/usr/src/unixbench-5.1.2# ./Run
Can't locate POSIX.pm in @INC (you may need to install the POSIX module) (@INC contains: /etc/perl /usr/lib/perl/site_perl/5.20.0/ /us.
BEGIN failed--compilation aborted at ./Run line 7.

In my PC POSIX.pm is available in location : /usr/lib/perl/5.14.2/POSIX.pm ,But in yocto rootfs perl is available but could not find POSIX.pm.

Please provide me the details about How I can POSIX module in yocto ? or any other solution to this problem.

Thank you all

Labels (3)
0 Kudos
1 Reply

1,101 Views
arkceajin
Contributor I

Hello

I have exactly same problem, did you find any solution for installing Unix Bench?

0 Kudos