Re: install problems

2004-05-04 Thread Gerald Richter
> Starting httpd...   Usage: httpd> {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest}> Cannot open test/tmp/httpd.pid at test.pl line 2561.>... > The path to the httpd that I> specified during setup was /etc/init.d/httpd.    You must give the path to th

install problems

2004-05-04 Thread Aaron Johnson
I am trying to install Embperl on a RH9 full install (Apache 2 and mod_perl) using CPAN.  I am encountering this error:   Starting httpd...   Usage: httpd {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest} Cannot open test/tmp/httpd.pid at test.pl line

Re: embperl2b7 install problems with xalan

2002-04-08 Thread Gerald Richter
>I get a whole bunch of >Note (probably harmless): No library found for -lxalan-c1_2 >Note (probably harmless): No library found for -lxerces-c1_5_1 Aah, Makemaker can't find the libraries, so it won't generate the correct LD_RUN_PATH. I again made a diff between b5 and b7 and the only differenc

Re: embperl2b7 install problems with xalan

2002-04-08 Thread Joshua Rusch
Thanks for the info Gerald. Unfortunately, I had already been following those instructions. I added /usr/local/xalan/c/lib and /usr/local/xerces/lib to /etc/ld.so.conf and ran ldconfig -v to so I could verify that they were added.I forgot to provide a warning message though...when I did perl Makef

Re: embperl2b7 install problems with xalan

2002-04-07 Thread Gerald Richter
Hi, > Well, I made progress on getting my working Embperl. I used ldd to see what the beta 5 embperl was linked to and >compared it to what the beta 7 file was linked to. >I found that if I exported LD_PRELOAD with my xalan and xerces libraries before I did the make test, that embperl >would load

Re: embperl2b7 install problems with xalan

2002-04-01 Thread Joshua Rusch
Hey. Well, I made progress on getting my working Embperl. I used ldd to see what the beta 5 embperl was linked to and compared it to what the beta 7 file was linked to. I found that if I exported LD_PRELOAD with my xalan and xerces libraries before I did the make test, that embperl would load. I

embperl2b7 install problems with xalan

2002-03-31 Thread Joshua Rusch
Hi,   I am having trouble getting a workable version of embperl2 beta 7 (6 doesn't work either) with xalan. I can get it to compile using xalan 1.2 and xerces 1.5.1, but when I run make test I get   Can't load '/usr/src/Embperl-2.0b7/blib/arch/auto/Embperl/Embperl.so' for module Embperl: /usr/src/E

RE: Install Problems

2000-05-03 Thread Gerald Richter
All, > > Having a few probs installing Embperl version 1.2.1 > > I have tried without support for Apache mod_perl but still the > same problem > so that's narrowed things down a tad. > > After running make test, I get the following. Is it to do with DSO? > I'm open to suggestions. > > loadin

Install Problems

2000-05-03 Thread Anthony Gardner
All, Having a few probs installing Embperl version 1.2.1 I have tried without support for Apache mod_perl but still the same problem so that's narrowed things down a tad. After running make test, I get the following. Is it to do with DSO? I'm open to suggestions. loading...

RE: FreeBSD Install Problems

2000-04-03 Thread Gerald Richter
> > > If not did you install MD5? > > If you mean the Perl 'MD5' module, yes, I've installed that. > > > There is a complete list of the modules need on mod_perl site, > usually though it will complain before the point you got to. > > So is this a mod_perl problem or a HTML::Embperl problem? > Ne

Re: FreeBSD Install Problems

2000-04-02 Thread Neil Conway
On Sun, Apr 02, 2000 at 10:37:24PM -0400, Aaron Johnson wrote: > Did you install the Bundle::Apache with CPAN.pm? Yes. > If not did you install MD5? If you mean the Perl 'MD5' module, yes, I've installed that. > There is a complete list of the modules need on mod_perl site, usually though it

FreeBSD Install Problems

2000-04-02 Thread Neil Conway
I'm trying to install HTML::Embperl on a FreeBSD 3.4-STABLE system running Apache 1.3.12, mod_perl 1.22 (DSO), and Perl 5.005_03. I've tried using Embperl 1.2.1, 1.3b2, and the latest sources from CVS. 'perl Makefile.PL' succeeds, as does 'make'. However, 'make test' fails with the following err