Re: Compile .cgi programs

2002-01-11 Thread zentara
On 11 Jan 2002 05:56:08 -, [EMAIL PROTECTED] (Kondreddy Rama Koti Reddy) wrote: >2) when i try to generate exe from .pl files with >perllcc -o =0D=0AIt's giving the following error. > > >/tmp/ccdiyw10.o: In function `xs_init': >/tmp/ccdiyw10.o(.text+0x33b9): undefined reference to `boot_D

Compile .cgi programs

2002-01-11 Thread kondreddy Rama koti Reddy
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