Hi Gerald,

Thank you for answering my queries and creating
Embperl!

I did as you said, by typing the following:

perl Makefile.PL PREFIX=/my/path/to/private/perl/mods
make
make test
make install

(situation => no mod-perl, perl 5.004_04 built for
i386-linux, on an isp)

I changed your test.pl with

BEGIN 
    { 
    unshift @INC, '/home/civo/perl/modules/lib';
    $fatal  = 1 ;
    ...

because the test.pl can't file FILE::Spec which I also
installed on a private directory.

Everything went dandy...test ok ok ok ...yippy.

I installed embpcgi.pl (edited it to use CGI::Carp for
fatalsTobrowser reporting) on my cgi-bin, and invoked
it with,

http://www.civo.com/cgi-bin/embpcgi.pl/templateFiles/test.epl

and I received,

[Sun Jul 30 03:18:09 2000] Embperl.pm: [Sun Jul 30
03:18:09 2000] DynaLoader.pm: Can't locate loadable
object for module HTML::Embperl in @INC (@INC
contains: /home/civo/perl/modules
/home/civo/perl/modules/lib
/home/civo/perl/modules/lib/site_perl
/usr/lib/perl5/i386-linux/5.00404 /usr/lib/perl5
/usr/lib/perl5/site_perl/i386-linux
/usr/lib/perl5/site_perl .) at embpcgi.pl line 23
BEGIN failed--compilation aborted at embpcgi.pl line
23. 

I thought Dynaloader.pm is standard ... hmm.. what
gives. If u have the time, can u give a hint. Else,
I'll be my way.

cheers,
umun
(Singapore)

p/s actually, I am also evaulating HTML::Template,
eperl by Ralf S. Engelschall. I find yours suit my
apps needs the most. Thanks once again for all your
efforts.

--- Gerald Richter <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> >
> > Was wondering whether embperl can be installed
> into a
> > private directory. cuz I am using an isp but have
> no
> > root privileges.
> >
> Like any other Perl module it can. Read "perldoc
> ExtUtils::MakeMaker", to
> see which parameters are needed for Makefile.PL to
> change the installation
> directory. Additionaly you have to change the @INC
> path to contain your
> private directory
> 
> Gerald
> 
> 
> 
>
-------------------------------------------------------------
> Gerald Richter    ecos electronic communication
> services gmbh
> Internetconnect * Webserver/-design/-datenbanken *
> Consulting
> 
> Post:       Tulpenstrasse 5         D-55276 Dienheim
> b. Mainz
> E-Mail:     [EMAIL PROTECTED]         Voice:    +49
> 6133 925151
> WWW:        http://www.ecos.de      Fax:      +49
> 6133 925152
>
-------------------------------------------------------------
> 


__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to