Re: Compile Embperl statically

2001-09-17 Thread Angus Lees
On Mon, Sep 17, 2001 at 05:21:42PM -0300, Luiz Fernando B. Ribeiro wrote: > I compiled Embperl on my machine but when I upload and run a test it > complains: > > error while loading shared libraries ... > undefined symbol: Perl_get_hv you've linked against libperl.so on your box. the ser

ANNOUNCE: Apache::ImageMagick 2.0b4

2001-09-17 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/image/Apache-ImageMagick-2.0b4.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Apache-ImageMagick-2.0b4.tar.gz size: 10663 bytes md5: 725318313f49b71d4b3204f352b0a0a5 This is a bugfix release that fixes one problem with Makefil

Re: Compile Embperl statically

2001-09-17 Thread Gerald Richter
> > I need to install an Embperl application on a shared host that doesn't > has mod_perl and will not install it. I've installed Embperl > using the CGI enviroment before but this server has a custom linux > installed and I think the only way is to compile embperl statically. > > I comp

Re: TR: Embperl Webhosting

2001-09-17 Thread Angus Lees
On Mon, Sep 17, 2001 at 07:58:53AM -0400, Etienne Boulet wrote: > Found File::Spec Version 0.6 > -> EmbperlObject requires File::Spec 0.8 or higher, found 0.6, please > upgrade! > I've located the Spec.pm file and I was suprised to see that the version in > the file > is 8.0 > > So I'm wanderin

Compile Embperl statically

2001-09-17 Thread Luiz Fernando B. Ribeiro
Hi all, I need to install an Embperl application on a shared host that doesn't has mod_perl and will not install it. I've installed Embperl using the CGI enviroment before but this server has a custom linux installed and I think the only way is to compile embperl statically. I compiled

Re: Embperl Webhosting

2001-09-17 Thread Akshay Arora
I'm a little late for this, but I use forsite.net (in Indiana, USA) and they will install any module for you. They won't compile it with Apache, but they will install all modules, which I found to be much better than any other host that I could find. -Akshay Angus Lees wrote: > > >I was wanderi

TR: Embperl Webhosting

2001-09-17 Thread Etienne Boulet
Thanks a lot for the info Mr. Neil, The verion of Apache that is installed on my VPS is 1.3 and the thing is that I don't have access to the Apache source file. So when I've tryed to install Embperl it asked me to install at least mod_perl 1.22. The mod_perl that I can install with the command v

Re: Embperl Webhosting

2001-09-17 Thread Etienne Boulet
Hi M. Neil, I'm very suprise that www.iserver.net supports Embperl because our present web hoster is www.verio.com and iserver.net is a Verio company. For this past couple months we have tryed back and forth douzen of time with the tech support team... Are we on the same planet !! We were at th

Re: Embperl Webhosting

2001-09-17 Thread Etienne Boulet
Hi M. Neil, I'm very suprise that www.iserver.net supports Embperl because our present web hoster is www.verio.com and iserver.net is a Verio company. For this past couple months we have tryed back and forth douzen of time with the tech support team... Are we on the same planet !! We were at th

Re: embpcgi.pl and 2.0b3

2001-09-17 Thread Gerald Richter
> > I need to run up an EmbPerl script as cgi so I can setuid root to allow some > of my processing to proceed. > > I can't run httpd as root. Actually running Perl as setuid is restrictive > too, but I have a C wrapper to counteract this. > > Do you know of any work-arounds I could consider inst