RE: Installation Problem with mod_perl and another module on Apache

2000-02-11 Thread Bing Wang

Thanks for your response.

I tried that and I got the following error when I did a "make".

./gen_test_char: can't load library 'libperl.so'
*** Error code 16

Stop.
*** Error Code 1

Stop.
*** Error Code 1

Stop.
*** Error Code 1

I checked that the mod_perl stuff is in the apache source tree.

What could be wrong?  I am using BSDI.

Thanks for your input.

-Bing W.

From: elvin coltrane [EMAIL PROTECTED]
To: Bing Wang [EMAIL PROTECTED]
Subject: RE: Installation Problem with mod_perl and another module on 
Apache
Date: Fri, 11 Feb 2000 06:50:37 -0800 (PST)

Hi how are you? I just finally succeeded on installing
mod_perl and PHP with Apache.
I followed the instructions from the Readme.configure
file.
Here's what I used for Apache:
./configure --with-layout=RedHat \
--enable-module=most \
--enable-shared=max \
--activate-module=src/modules/perl/libperl.a \
--activate-module=src/modules/php3/libphp3.a
Then: make  make install
Good luck

--- Bing Wang [EMAIL PROTECTED] wrote:
  Thanks for your response.  I have tried
  "activate-module" and it doesn't
  work either.  I did a ./config.status and then I did
  a make at apache_1.3.9
  directory, I got the following errors after the make
  command:
 
  In file included from mod_perl.c:60:
  ../../include/mod_perl.h:40: EXTERN.h: No such file
  or directory
  ../../include/mod_perl.h:41: perl.h: No such file or
  directory
  ../../include/mod_perl.h:42: XSUB.h: No such file or
  directory
  *** Error code 1
 
  Stop.
  *** Error code 1
 
  Stop.
  *** Error code 1
 
  Stop.
  *** Error code 1
 
  Stop.
  *** Error code 1
 
  Stop.
 
  Does anyone have such problem when installing the
  mod_perl with other
  modules on Apache?  I tried to install mod_perl and
  other modules from
  mod_perl_1.21 directory too, but with no luck
  either.  It seams that
  mod_perl doesn't like work with other modules and
  the installation is not
  straight forward.  I have followed the
  INSTALL.simple.xxx and it doesn't
  work either.  I appreciate very much for any inputs.
 
  TIA,
  -Bing W.
 
 
 
  From: "bozo" [EMAIL PROTECTED]
  Reply-To: "bozo" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: RE: Installation Problem with mod_perl and
  another module on
  Apache
  Date: Wed, 9 Feb 2000 07:19:21 -0800
  
  This message was sent from Geocrawler.com by "bozo"
 
  [EMAIL PROTECTED]
  
  Hey, try "activate-module" instead of "add-
  module" as the mod-perl module is already part of
  your Apache source tree.
  Good luck
  
  
  ---
  Hi,
  
  I have a problem with installation of mod_perl
  with other modules on Apache.
 It`s on BSDI with Apache 1.3.9 and perl 5.x.
  
  I`d like to install mod_perl and mod_auth_radius
  on Apache.  mod_auth_radius
  is just a C file (mod_auth_radius.c).
  
  I have followd INSTALL of mod_perl and tried all
  kinds of stuff, but still
  no luck of intalling mod_perl and mod_auth_radius
  together on Apache.  I am
  able to install mod_perl alone by following the
  installation instructions.
  
  Let me explain how I did it.  I have a
  config.status in Apache_1.3.9
  directory.  The content of config.status is as
  follows:
  
  #!/bin/sh
  ##
  ##  config.status -- APACI auto-generated
  configuration restore script
  ##
  ##  Use this shell script to re-run the APACI
  configure script for
  ##  restoring your configuration. Additional
  parameters can be supplied.
  ##
  
  ./configure
  "--with-layout=Apache"
  "--add-module=./src/modules/perl/mod_perl.c"
  "--add-
  module=./src/modules/extra/mod_auth_radius.c"
  "$@"
  
  The mod_perl and mod_auth_radius is corretly
  located in Apache_1.3.9
  directory.
  
  $ ./config.status
  
  It works fine and it generates the makefile.
  
  $ make
  
  I get of errors with error code 1.
  
  So how can I install mod_perl with other modules
  on Apache?  I also tried to
  install mod_perl and mod_auth_radius from
  mod_perl directory, but with no
  luck to succeed.  I appreciate any inputs.
  
  Thanks in advance.
  
  -Bing W.
  
  
  
  
  
  __
  
  Get Your Private, Free Email at
  http://www.hotmail.com
  
  
  
  Geocrawler.com - The Knowledge Archive
 
 
__
  Get Your Private, Free Email at
  http://www.hotmail.com
 
 
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

__
Get Your Private, Free Email at http://www.hotmail.com



RE: Installation Problem with mod_perl and another module on Apache

2000-02-09 Thread Bing Wang

Thanks for your response.  I have tried "activate-module" and it doesn't 
work either.  I did a ./config.status and then I did a make at apache_1.3.9 
directory, I got the following errors after the make command:

In file included from mod_perl.c:60:
../../include/mod_perl.h:40: EXTERN.h: No such file or directory
../../include/mod_perl.h:41: perl.h: No such file or directory
../../include/mod_perl.h:42: XSUB.h: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Does anyone have such problem when installing the mod_perl with other 
modules on Apache?  I tried to install mod_perl and other modules from 
mod_perl_1.21 directory too, but with no luck either.  It seams that 
mod_perl doesn't like work with other modules and the installation is not 
straight forward.  I have followed the INSTALL.simple.xxx and it doesn't 
work either.  I appreciate very much for any inputs.

TIA,
-Bing W.



From: "bozo" [EMAIL PROTECTED]
Reply-To: "bozo" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: Installation Problem with mod_perl and another module on 
Apache
Date: Wed, 9 Feb 2000 07:19:21 -0800

This message was sent from Geocrawler.com by "bozo" 
[EMAIL PROTECTED]

Hey, try "activate-module" instead of "add-
module" as the mod-perl module is already part of
your Apache source tree.
Good luck


---
Hi,

I have a problem with installation of mod_perl
with other modules on Apache.
   It`s on BSDI with Apache 1.3.9 and perl 5.x.

I`d like to install mod_perl and mod_auth_radius
on Apache.  mod_auth_radius
is just a C file (mod_auth_radius.c).

I have followd INSTALL of mod_perl and tried all
kinds of stuff, but still
no luck of intalling mod_perl and mod_auth_radius
together on Apache.  I am
able to install mod_perl alone by following the
installation instructions.

Let me explain how I did it.  I have a
config.status in Apache_1.3.9
directory.  The content of config.status is as
follows:

#!/bin/sh
##
##  config.status -- APACI auto-generated
configuration restore script
##
##  Use this shell script to re-run the APACI
configure script for
##  restoring your configuration. Additional
parameters can be supplied.
##

./configure
"--with-layout=Apache"
"--add-module=./src/modules/perl/mod_perl.c"
"--add-
module=./src/modules/extra/mod_auth_radius.c"
"$@"

The mod_perl and mod_auth_radius is corretly
located in Apache_1.3.9
directory.

$ ./config.status

It works fine and it generates the makefile.

$ make

I get of errors with error code 1.

So how can I install mod_perl with other modules
on Apache?  I also tried to
install mod_perl and mod_auth_radius from
mod_perl directory, but with no
luck to succeed.  I appreciate any inputs.

Thanks in advance.

-Bing W.





__

Get Your Private, Free Email at
http://www.hotmail.com



Geocrawler.com - The Knowledge Archive

__
Get Your Private, Free Email at http://www.hotmail.com