Apache won't start/missing files

Hi all. I apologize if this was in a FAQ that I missed. Please
direct me to it if I missed it.

I'm trying to install RT 2.0.6.  I can't get apache to start with

the new configurations. Using “make testdeps” shows all of the needed
perl modules installed. I added the necessary lines to my httpd.conf
file. Then an apachectl configtest shows this:

zeus:apache>apachectl configtest
[Sun Sep 16 03:55:44 2001] [error] Can’t locate Apache/Session/File.pm in
@INC (@INC contains: /usr/local/rt-2-0-6/etc /usr/local/rt-2-0-6/lib
/usr/local/lib/site_perl/5.00503/i386-freebsd
/usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd
/usr/local/lib/perl5/site_perl/5.005 . /usr/local/ /usr/local/lib/perl) at
/usr/local/rt-2-0-6/bin/webmux.pl line 84.
BEGIN failed–compilation aborted at /usr/local/rt-2-0-6/bin/webmux.pl
line 84.

Syntax error on line 1613 of /usr/local/etc/apache/httpd.conf:
Can’t locate Apache/Session/File.pm in @INC (@INC
contains: /usr/local/rt-2-0-6/etc /usr/local/rt-2-0-6/lib
/usr/local/lib/site_perl/5.00503/i386-freebsd
/usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/usr/local/lib/perl5/site_perl/5.005
. /usr/local/ /usr/local/lib/perl) at /usr/local/rt-2-0-6/bin/webmux.pl
line 84.
BEGIN failed–compilation aborted at /usr/local/rt-2-0-6/bin/webmux.pl
line 84.

zeus:apache>

Any advise would be appreciated.  :)

						TIA,
						Jaime

“[A]s we enjoy great advantages from the inventions of others, we should
be glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously.” – Ben Franklin,
http://earlyamerica.com/lives/franklin/chapt10/index.html

Sounds like Apache::Session got installed poorly. try a reinstall of it.On Sun, Sep 16, 2001 at 12:00:15AM -0400, Jaime wrote:

Hi all. I apologize if this was in a FAQ that I missed. Please
direct me to it if I missed it.

I’m trying to install RT 2.0.6. I can’t get apache to start with
the new configurations. Using “make testdeps” shows all of the needed
perl modules installed. I added the necessary lines to my httpd.conf
file. Then an apachectl configtest shows this:

zeus:apache>apachectl configtest
[Sun Sep 16 03:55:44 2001] [error] Can’t locate Apache/Session/File.pm in
@INC (@INC contains: /usr/local/rt-2-0-6/etc /usr/local/rt-2-0-6/lib
/usr/local/lib/site_perl/5.00503/i386-freebsd
/usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd
/usr/local/lib/perl5/site_perl/5.005 . /usr/local/ /usr/local/lib/perl) at
/usr/local/rt-2-0-6/bin/webmux.pl line 84.
BEGIN failed–compilation aborted at /usr/local/rt-2-0-6/bin/webmux.pl
line 84.

Syntax error on line 1613 of /usr/local/etc/apache/httpd.conf:
Can’t locate Apache/Session/File.pm in @INC (@INC
contains: /usr/local/rt-2-0-6/etc /usr/local/rt-2-0-6/lib
/usr/local/lib/site_perl/5.00503/i386-freebsd
/usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/usr/local/lib/perl5/site_perl/5.005
. /usr/local/ /usr/local/lib/perl) at /usr/local/rt-2-0-6/bin/webmux.pl
line 84.
BEGIN failed–compilation aborted at /usr/local/rt-2-0-6/bin/webmux.pl
line 84.

zeus:apache>

Any advise would be appreciated. :slight_smile:

  					TIA,
  					Jaime


“[A]s we enjoy great advantages from the inventions of others, we should
be glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously.” – Ben Franklin,
http://earlyamerica.com/lives/franklin/chapt10/index.html


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

http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.

Sounds like Apache::Session got installed poorly. try a reinstall of it.

That was it.  Thanks.  I also needed to chown -R nobody.nobody

/var/log/rt2, but that was easy enough to figure out.

						Jaime