<interact with outside world>

Maurice,

Had the exact problem yesterday.
The fix we used was to download the libapreq.ppd file its script
located in scripts/install_libapreq (http://theoryxy.uwinnipeg.ca/ppms/)
Edit the ppd line for the script location. Something like

        <INSTALL EXEC="PPM_PERL"
HREF="file://d:/downloads/install_libapreq2">install_libapreq2</INSTALL>


We then edited the script itself and added a slot for "\Apache\Apache2" to
the "for" loop (line 28)
as follows:

        for my $p ('Apache2', 'Program files/Apache2', 
                   'Program Files/Apache Group/Apache2',
                   '/Apache/Apache2') {

Just install the edited ppd and you should be good to go.

Did this on a win server 2003/Amd64 beta. Works real nice :)

Ray
</interact with outside world>

> -----Original Message-----
> From: Maurice Height [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 05, 2004 11:29 PM
> To: [EMAIL PROTECTED]
> Subject: Problem installing libapreq on Win2k
> 
> The installation of libapreq2 on my machine failed when using 
> Activestate's
> ppm utility.
> My setup is Win2K, ActivePerl 5.8.2 build 808 and Apache 
> v2.0.48 which is
> installed under dir D:\Apache\Apache2
> The installation of mod_perl2 1.99_12 from  
> http://theoryx5.uwinnipeg.ca
> using ppm was successful.
> 
> However the installation of libapreq2 failed - here is the output:
> --------------------------------------------------------------
> --------------
> 
> ppm> search libapreq*
> Searching in Active Repositories
>   1. libapreq-1      [1.2] Apache/1.3.27 Request C Library
>   2. libapreq2  [2.03-dev] Apache/2.0.48 Request C library
> ppm> install 2
> Package 2:
> ====================
> Install 'libapreq2' version 2.03-dev in ActivePerl 5.8.2.808.
> ====================
> Downloaded 31791 bytes.
> Extracting 14/14: blib/html/site/lib/Apache2/Apache/Cookie.html
> Installing D:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.dll
> Installing D:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.lib
> Installing D:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.exp
> Installing D:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.bs
> Installing D:\Perl\site\lib\Apache2\auto\Apache\Request\Request.dll
> Installing D:\Perl\site\lib\Apache2\auto\Apache\Request\Request.lib
> Installing D:\Perl\site\lib\Apache2\auto\Apache\Request\Request.exp
> Installing D:\Perl\site\lib\Apache2\auto\Apache\Request\Request.bs
> Installing D:\Perl\html\site\lib\Apache2\Apache\Request.html
> Installing D:\Perl\html\site\lib\Apache2\Apache\Cookie.html
> Files found in blib\arch: installing files in blib\lib into 
> architecture
> dependent library tree
> Installing D:\Perl\site\lib\Apache2\Apache\Cookie.pm
> Installing D:\Perl\site\lib\Apache2\Apache\Cookie.pod
> Installing D:\Perl\site\lib\Apache2\Apache\Request.pm
> Installing D:\Perl\site\lib\Apache2\Apache\Request.pod
> 
> The Apache2 module mod_apreq.so and the dll libapreq2.dll are 
> needed to
> complete the installation. I will now fetch and install
> these for you.
> 
> The system cannot find the path specified.
> "" does not appear to be version 2.0 at install_script line 45.
> unlink D:\Perl\html\site\lib\Apache2\Apache\Cookie.html
> unlink D:\Perl\html\site\lib\Apache2\Apache\Request.html
> unlink D:\Perl\site\lib\Apache2\Apache\Cookie.pm
> unlink D:\Perl\site\lib\Apache2\Apache\Cookie.pod
> unlink D:\Perl\site\lib\Apache2\Apache\Request.pm
> unlink D:\Perl\site\lib\Apache2\Apache\Request.pod
> unlink D:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.bs
> unlink D:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.dll
> unlink D:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.exp
> unlink D:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.lib
> unlink D:\Perl\site\lib\Apache2\auto\Apache\Request\Request.bs
> unlink D:\Perl\site\lib\Apache2\auto\Apache\Request\Request.dll
> unlink D:\Perl\site\lib\Apache2\auto\Apache\Request\Request.exp
> unlink D:\Perl\site\lib\Apache2\auto\Apache\Request\Request.lib
> unlink D:\Perl\site\lib\auto\libapreq2\.packlist
> Can't remove directory C:\TEMP/libapreq2-2752-1076037889: 
> Permission denied
> at D:/Perl/site/lib/PPM/Repository.pm line 2
> 47
> Error: (un)install script failed: 'D:\Perl\bin\perl.exe 
> install_script'
> ppm>
> 
> --------------------------------------------------------------
> --------------
> 
> Any help would be greatly appreciated.
> Many thanks,
> Maurice
> 
> 
> 
> -- 
> Reporting bugs: http://perl.apache.org/bugs/
> Mail list info: http://perl.apache.org/maillist/modperl.html
> List etiquette: http://perl.apache.org/maillist/email-etiquette.html
> 


*****CONFIDENTIALITY NOTICE*****
This e-mail and any files or attachments may contain confidential and
privileged information.  If you have received this message in error, please
notify the sender at the above e-mail address and delete it and all copies
from your system.



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to