Dear Friends, can u tell me, how can i create an executable file for the perlcgi
program on linux.
The cgi program is written in perl and it also have
javascript for client side validations.
cgi file have "require" and "use" statements.
A1) How can i create exe files for the .cgi files with perlcc command.
when i tried with perllcc -prog <cgifilename>
its giving the following error.
/tmp/ccdiyw10.o: In function `xs_init':
/tmp/ccdiyw10.o(.text+0x33b9): undefined reference to `boot_DynaLoader'
collect2: ld returned 1 exit status
ERROR: In compiling code for test.pl.c !
2) when i try to generate exe from .pl files with
perllcc -o <exename> <sourcename>=0D=0AIt's giving the following error.
/tmp/ccdiyw10.o: In function `xs_init':
/tmp/ccdiyw10.o(.text+0x33b9): undefined reference to `boot_DynaLoader'
collect2: ld returned 1 exit status
ERROR: In compiling code for test.pl.c !
I am using redhat linux 7.1 .
what's is the problem, and how can i solve it.
Thanking you.
K.Rama koti Reddy
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]