Re: Apache.pm location on installation

2001-01-24 Thread David McCabe

> From: "Sinclair, Alan  (CORP, GEAccess)" <[EMAIL PROTECTED]>
> Date: Wed, 24 Jan 2001 11:10:21 -0700
> Subject: Apache.pm location on installation
> 
> All,
> 
> I have successfully installed mod_perl on Solaris. The mod_perl installation
> process has installed the Apache.pm module in the perl lib directory. Is
> that normal?  I was expecting the Apache perl stuff to be installed under
> APACHE_PREFIX.

Normal. The perl stuff (even related to Apache) has to be installed in the perl lib
dir for perl to find it. The perl that is embedded into your Apache is the same perl
that is on your system, so it needs the same libs, and uses the same lib paths. The
binaries, config files, man pages, libs, etc, for Apache are installed in
APACHE_PREFIX.



David McCabe  Unix System Administrator
Le Groupe Videotron [EMAIL PROTECTED]   (514) 380 4433

How can we (men) possibly use sex to get what we want??
Sex _is_ what we want!!!
  Dr Frasier Crane




RE: Apache.pm location on installation

2001-01-24 Thread Geoffrey Young



> -Original Message-
> From: Sinclair, Alan (CORP, GEAccess)
> [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 1:10 PM
> To: '[EMAIL PROTECTED]'
> Subject: Apache.pm location on installation
> 
> 
> All,
> 
> I have successfully installed mod_perl on Solaris. The 
> mod_perl installation
> process has installed the Apache.pm module in the perl lib 
> directory. Is
> that normal?  I was expecting the Apache perl stuff to be 
> installed under
> APACHE_PREFIX.

APACHE_PREFIX is the prefix that Apache gets for stuff like the httpd binary
(like /usr/local/apache)

perl needs to install Apache.pm where it can see it.

see 
http://perl.apache.org/guide/install.html#APACHE_PREFIX
and
http://perl.apache.org/guide/install.html#Installing_Perl_Modules_into_a_D

HTH

--Geoff

> 
> Thanks!
> 
> 



Apache.pm location on installation

2001-01-24 Thread Sinclair, Alan (CORP, GEAccess)

All,

I have successfully installed mod_perl on Solaris. The mod_perl installation
process has installed the Apache.pm module in the perl lib directory. Is
that normal?  I was expecting the Apache perl stuff to be installed under
APACHE_PREFIX.

Thanks!