Code Comments
Programming Forum and web based access to our favorite programming groups.Hai all, I have created a perl executable application using PP,the application includes Curses:UI modules. ###Created the binary file by using the following command $pp myscript.pl ## produces the file a.out ###When I run this file by using command below $a.out ##gives the following error message Can't open Curses/UI/Language/english.pm: No such file or directory at Curses/UI/Language.pm line 96 ## I also tried to compile with -M option $PP -M Curses/UI/Language/english.pm myscript.pl ## produces the file a.out ##when running a.out it also gives the same error message. $ ldd a.out ## shows the following a.out needs: /usr/lib/libsocket.so.2 /usr/lib/libm.so.1 /usr/lib/libc.so.1 /usr/lib/libsocket.so.2 needs: /usr/lib/libresolv.so.1 using perlcc I could compile and run the program without any problem but its not portable. Help me to to comple my perl progam with PP This is perl, v5.8.0 , Curses::UI-0.96, PAR 0.977 Thanks in advance, Sibu.N.L
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.