Apache::Constants?

After configuring RT, and updating the httpd.conf for my Apache, when I try
to start Apache I get an error:

Unable to locate loadable object for module Apache::Constants

I checked, and my Apache::Constants module is installed an is up to date.

Any suggestions?

(BTW: I had the TIEHASH error prior to that, which is addressed in the
archived message:

http://lists.fsck.com/pipermail/rt-users/2001-July/003206.html

and upon running:

perl Makefile.PL DYNAMIC=1 PERL_TABLE_API=1 EVERYTHING=1

and then copying the new httpd onto /usr/local/apache/bin/httpd, that’s when
I get this new error that doesn’t appear to be in the archive).

Thanks!

Rick

| After configuring RT, and updating the httpd.conf for my Apache, when I
| try to start Apache I get an error:
|
| Unable to locate loadable object for module Apache::Constants
±–>8

Check that the same perl is in use?

brandon s. allbery [os/2][linux][solaris][freebsd] allbery@kf8nh.apk.net
system administrator [JAPH][WAY too many hats] allbery@ece.cmu.edu
electrical and computer engineering KF8NH
carnegie mellon university [linux: proof of the million monkeys theory]

Yes, it’s the same version (this box is a Redhat 7.1 i386 box that is
fresh - just built for running RT).From: “Brandon S. Allbery KF8NH” allbery@ece.cmu.edu
To: “Rick Towns” rick@deepskies.com; rt-users@lists.fsck.com
Sent: Thursday, November 08, 2001 12:49 PM
Subject: Re: [rt-users] Apache::Constants?

±----
| After configuring RT, and updating the httpd.conf for my Apache, when I
| try to start Apache I get an error:
|
| Unable to locate loadable object for module Apache::Constants
±–>8

Check that the same perl is in use?


brandon s. allbery [os/2][linux][solaris][freebsd]
allbery@kf8nh.apk.net
system administrator [JAPH][WAY too many hats]
allbery@ece.cmu.edu
electrical and computer engineering
KF8NH
carnegie mellon university [linux: proof of the million monkeys
theory]


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Make sure the module is in your perl’s @INC. An easy way to view this
variable is to run “perl -V” Then make sure that the module you are looking
for is in one of those directories or subdirectories. There should be a
./Apache/Constants.pm in there. Mine’s in
/usr/local/lib/perl5/site_perl/5.6.0/i686-linux/Apache/Constants.pm (and
various other places…).

Thanks! I’ll check that out (sounds logical, huh?)From: “Josh Krikke” krikke@macatawa.org
To: “Rick Towns” rick@deepskies.com; rt-users@lists.fsck.com
Sent: Thursday, November 08, 2001 1:16 PM
Subject: RE: [rt-users] Apache::Constants?

Make sure the module is in your perl’s @INC. An easy way to view this
variable is to run “perl -V” Then make sure that the module you are
looking
for is in one of those directories or subdirectories. There should be a
./Apache/Constants.pm in there. Mine’s in
/usr/local/lib/perl5/site_perl/5.6.0/i686-linux/Apache/Constants.pm (and
various other places…).

-----Original Message-----
From: rt-users-admin@lists.fsck.com
[mailto:rt-users-admin@lists.fsck.com]On Behalf Of Rick Towns
Sent: Thursday, November 08, 2001 1:02 PM
To: rt-users@lists.fsck.com
Subject: Re: [rt-users] Apache::Constants?

Yes, it’s the same version (this box is a Redhat 7.1 i386 box that is
fresh - just built for running RT).

----- Original Message -----
From: “Brandon S. Allbery KF8NH” allbery@ece.cmu.edu
To: “Rick Towns” rick@deepskies.com; rt-users@lists.fsck.com
Sent: Thursday, November 08, 2001 12:49 PM
Subject: Re: [rt-users] Apache::Constants?

±----
| After configuring RT, and updating the httpd.conf for my
Apache, when I
| try to start Apache I get an error:
|
| Unable to locate loadable object for module Apache::Constants
±–>8

Check that the same perl is in use?


brandon s. allbery [os/2][linux][solaris][freebsd]
allbery@kf8nh.apk.net
system administrator [JAPH][WAY too many hats]
allbery@ece.cmu.edu
electrical and computer engineering
KF8NH
carnegie mellon university [linux: proof of the million monkeys
theory]


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users