http://qs1969.pair.com?node_id=217494


in reply to Re: ActiveState's PerlApp is causing an odd problem with IO:Socket
in thread ActiveState's PerlApp is causing an odd problem with IO:Socket

Yes, sorry for the lack of detail in the overview. Here are the command line options used:

perlapp -s=junksenders_server.pl -e=exch_junksend.e e -freestanding -report -verbose Input script name: junksenders_server.pl Output exe name: exch_junksend.exe

The PerlApp version is 2.1.

Hmmm...

Replies are listed 'Best First'.
Re: Re: Re: ActiveState's PerlApp is causing an odd problem with IO:Socket
by lclemmer (Initiate) on Dec 04, 2002 at 15:41 UTC
    Also interesting to note, I just built a freestanding .exe of the client portion of the client->server app and it works fine.

    The problem with select in IO::Socket (not surprisingly really) only manifests itself when creating a listener.
    Well, I suppose I could drag just the portions of the Perl directory structure that the program needs and add the environment variable to the systems hosting it, but I don't wanna!
    Argh.