You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by doug edmunds <be...@yahoo.com> on 2001/10/27 20:20:20 UTC

Setup under limited access

I have a experimental site 
with these allowances and restrictions:

Allowed: cgi-bin (call #!usr/local/bin/perl
Allowed: apache
Allowed: can fpt .pm files into localmodule directory
and add that directory to @INC


Restriction: no shell access
Restriction: apache does not have mod_perl

I want to place appropriate embperl pm files 
in the localmodule directory, and access them
with cgi scripts.  

Will embperl work under these conditions?
(I don't care about the speed or persistent state
issues).

I tried nmake but it failed it couldn't find 'cl' 
on this system, for the cc='cl' entry in the makefile.  
 
If I setup cygwin under a windows system, will I
be able to run make successfully?  Which files would
I need to ftp to the hosted site?

--doug edmunds





__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Setup under limited access

Posted by Gerald Richter <ri...@ecos.de>.

> I have a experimental site
> with these allowances and restrictions:
>
> Allowed: cgi-bin (call #!usr/local/bin/perl
> Allowed: apache
> Allowed: can fpt .pm files into localmodule directory
> and add that directory to @INC
>....
>
> Will embperl work under these conditions?

Yes, there is a embpcgi.pl file in the distribution, which could be called
from the webserver as cgi script. Just add all your configuration parameters
at the top of that script (i.e. $ENV{EMBPERL_xxx} = 'foo') and add a use lib
with the path to your local modules to that script

>
> If I setup cygwin under a windows system, will I
> be able to run make successfully?  Which files would
> I need to ftp to the hosted site?
>

Does your host runs windows ? In this case checkout if they run the
ActiveState distribution. You can get a ready compiled Embperl version. See
INSTALL.pod.

I never have tested under cygwin, but Embperl compiles with VC++ 5 & 6 under
ActiveState Perl and under Perl I have compiled myself

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org