problem in installing mod_perl2 in my win32 pc


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users problem in installing mod_perl2 in my win32 pc
# 1  
Old 09-27-2010
Question problem in installing mod_perl2 in my win32 pc


Dear all;
kindly need your help in knowing what is the problem in scenario below:-
1- I have Strawberry Perl (version 5.12.0) installed on my win32 PC.
2- I have Apache server (version 2.2.16) installed on my PC as well.

I tried to install mod_perl2 using CPAN shell "install mod_perl2" but always giving me an error.

Path of Apache server is : "C:\progra~1\ApacheSoftwareFoundation\Apache2.2"
Path of Perl is : "c:\strawberry\perl"

Note:- I do not have "apxs" script in Apache server path (I searched for it but didn't find it).

kindly if any one can help me in this I'll be very appreciating.

BR



Sample of Error Message:-


Code:
Please provide the location of the Apache directory:  C:\progra~1\ApacheSoftwareFoundation\Apache2.2
Configuring Apache/2.2.16 mod_perl/2.0.4 Perl/v5.12.0
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for C:/strawberry/cpan/build/mod_perl-2.0.4-nHSah3/src/modules/perl/mod_perl.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libapr-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libaprutil-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libhttpd.lib
Subroutine MY::postamble redefined at ./Makefile.PL line 167.
Subroutine MY::constants redefined at ./Makefile.PL line 181.
[   info] generating script t/TEST
[   info] generating script ./t/cgi-bin/cookies.pl
[   info] generating script ./t/cgi-bin/next_available_port.pl
Writing Makefile for Apache::Test
Checking for File::Spec...ok
Checking for Cwd...ok
[   info] generating script t/TEST
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for C:/strawberry/cpan/build/mod_perl-2.0.4-nHSah3/src/modules/perl/mod_perl.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libapr-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libaprutil-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libhttpd.lib
Writing Makefile for ModPerl::Registry
Note (probably harmless): No library found for C:/strawberry/cpan/build/mod_perl-2.0.4-nHSah3/src/modules/perl/mod_perl.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libapr-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libaprutil-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libhttpd.lib
Note (probably harmless): No library found for C:/strawberry/cpan/build/mod_perl-2.0.4-nHSah3/src/modules/perl/mod_perl.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libapr-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libaprutil-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libhttpd.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libapr-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libaprutil-1.lib
Note (probably harmless): No library found for C:/progra~1/ApacheSoftwareFoundation/Apache2.2/lib/libhttpd.lib

...........


[warning] mod_perl dso library will be built as mod_perl.so
[warning] You'll need to add the following to httpd.conf:
[warning]
[warning]   LoadModule perl_module modules/mod_perl.so
[warning]
[warning] depending on your build, mod_perl might not live in
[warning] the modules/ directory.

dmake.EXE:  makefile:  line 1227:  Warning: -- Found non-white space character after '[' in [@[ -d $(PWD)/rpm ] || mkdir $(PWD)/r
pm].
dmake.EXE:  makefile:  line 1246:  Error: -- Incomplete rule recipe group detected
  GOZER/mod_perl-2.0.4.tar.gz
  C:\strawberry\c\bin\dmake.EXE -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
 GOZER/mod_perl-2.0.4.tar.gz                  : make NO

# 2  
Old 09-27-2010
Are you sure ~ works in paths on your platform?



Posted from my Samsung Galaxy S mobile.
# 3  
Old 09-27-2010
Yes I am sure; I tested it on RUN prompt , and I found on Apache.org site that it is recommended to use /Progra~1/ instead of /Program File/ ,DOS recommendation.

BR
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Problem installing htpasswd2

Hey everyone! So as i finished setting up my apache2 server, I wanted to look into some basic authentication for the web page. I found a great guide on apache.org. The problem now is, the htpasswd2 file that i need to create and store users, is in a weird format. It is displaying as : ... (3 Replies)
Discussion started by: LinuxIntern445
3 Replies

2. Solaris

Problem Installing Oracle 8i

System Model and Spec Sun Enterprise 420R Processor Speed: 450 MHz (4 processors) Installed RAM: 4 GB Os: Solaris 8 Sparc I successfully installed standard oracle 8i setup on our database server specs above but after installation was competed and it went to creating database I got the... (2 Replies)
Discussion started by: Wpgn
2 Replies

3. UNIX for Dummies Questions & Answers

Problem installing basemap

Hi, I previously installed basemap by using the yum command. This installed version 0.99.4. I want to install the latest version but am having some problems. My system info is, $ uname -a Linux David 3.3.0-4.fc16.i686 #1 SMP Tue Mar 20 18:45:14 UTC 2012 i686 i686 i386 GNU/Linuxyum doesnt seem to... (2 Replies)
Discussion started by: davcra
2 Replies

4. Solaris

Problem installing companion CD

Hi everyone, Im very new to solaris and im trying to install the companion CD remotly via telent on my sunfire V120 server i have running. I download the iso off the net then burned it to cd. I have tried various how to's.. but its still not working.. The commands they tell me to imput come... (4 Replies)
Discussion started by: Smitty944
4 Replies

5. Solaris

problem while installing on X-86

Hi all, I tried to install Sun Solaris 10 on a X-86 based machine. I have dedicated entire diskspace to create auto partition. My hardware config is below: Main Board : Asus Processor : Intel 945 , 3 G/Hz RAM : 1 Gigs Diskspace : 80 Gigs When I install, installation goes successful.... (1 Reply)
Discussion started by: naw_deepak
1 Replies

6. UNIX for Dummies Questions & Answers

problems with mod_perl2

I don't know if this is the right forum to post this in, but I am trying to run apache 2.2.8 on solaris 10 and I get an error from the runtime that has to do with perl_require_module. This is the error... ld.so.1: httpd: fatal: relocation error: file... (1 Reply)
Discussion started by: switcharoonie
1 Replies

7. UNIX for Dummies Questions & Answers

Problem installing gdbm

I'm trying to install gdbm on a MacPro running Leopard. But when I do the make install, I get this error: /usr/bin/install -c -m 644 -o root -g root gdbm.h \ /usr/include/gdbm.h install: root: Invalid argument make: *** Error 67 Any ideas? Thanks (1 Reply)
Discussion started by: Shan Hollen
1 Replies

8. Solaris

problem installing pine

when i try to build pine unix tells me it can't find make # ./build xxx make args are CC=cc soc Including LDAP functionality ln: cannot create c-client: File exists ln: cannot create mtest: File exists ln: cannot create mailutil: File exists ln: cannot create imapd: File exists ln:... (0 Replies)
Discussion started by: vutty81
0 Replies

9. UNIX for Advanced & Expert Users

Problem with installing mandrake 7.2

I was trying to install mandrake 7.2 in my newly brought used intel pentium III processor with no operating system installed in it. In the boot sequence in the BIOS there is no "boot from the cdrom" option so I made a "boot disk" to boot from the floppy drive. While booting from the floppy I got... (2 Replies)
Discussion started by: cyno
2 Replies

10. UNIX for Dummies Questions & Answers

Problem installing openssh v2.9-p2

I am trying to install openssh v2.9-p2 on Solaris 8. I already installed zlib and openssl, as required in INSTALL file. But when I issue ./configure to configure openssh v2.9-p2 for my platform ( I got the sources), it stops in the folowing message: checking for OpenSSL directory... configure:... (1 Reply)
Discussion started by: htsubamoto
1 Replies
Login or Register to Ask a Question