Lupe,

On Thu, 8 Aug 2002, Lupe Christoph wrote:

> On Thursday, 2002-08-08 at 10:16:44 -0700, John E. Mendenhall wrote:
> > On Thu, 8 Aug 2002, Lupe Christoph wrote:
>
> > > Syntax error on line 1341 of /usr/local/apache/conf/httpd.conf:
>
> > > Can't locate loadable object for module Apache::Log in @INC (@INC
> > > contains: /opt/cybercash/mck/perl-api
> > > /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1
> > > /usr/local/lib/perl5/site_perl/5.6.1/ sun4-solaris
> > > /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl
> > > /usr/local/lib/perl5/si te_perl/sun4-solaris .
> > > /usr/local/apache-mod_perl/ /usr/local/apache-mod_perl/lib/perl) at
> > > /usr/local/li b/perl5/site_perl/5.6.1/sun4-solaris/mod_perl.pm line 14
>
> This looks OK.
>
> Since mod_perl seems to play tricks with bootstrap, I don't really
> know how this comes into play. The fate of Log.xs from
> mod_perl-1.26/src/modules/perl/Log.xs is:
> it is copied to apache_1.3.22/src/modules/perl/Log.xs, and
> apache_1.3.22/src/modules/perl/Log.c is generated from it.
> That in turn produces Log.o, which in the statically linked case
> I have, goes into libperl.a. And that is linked into httpd.
>
> Please check your apache_1.3.27/src/modules/perl for Log.*.
> If you have the three files, do "ar tv libperl.a" and look for Log.o.
> If this is still present, do "nm httpd | grep XS_Apache__Log".
> You should get a couple of lines like this:
> [3561]  |    503856|     232|FUNC |GLOB |0    |9      |XS_Apache__Log_alert
> [6456]  |    504088|     232|FUNC |GLOB |0    |9      |XS_Apache__Log_crit
> [5099]  |    505248|     232|FUNC |GLOB |0    |9      |XS_Apache__Log_debug
> [6188]  |    503624|     232|FUNC |GLOB |0    |9      |XS_Apache__Log_emerg
> [3426]  |    504320|     232|FUNC |GLOB |0    |9      |XS_Apache__Log_error
> [3250]  |    505016|     232|FUNC |GLOB |0    |9      |XS_Apache__Log_info
> [6242]  |    503272|     352|FUNC |GLOB |0    |9      |XS_Apache__Log_log
> [4790]  |    504784|     232|FUNC |GLOB |0    |9      |XS_Apache__Log_notice
> [5051]  |    504552|     232|FUNC |GLOB |0    |9      |XS_Apache__Log_warn
>
> Lupe Christoph

I have done all you have asked.  All output appears similar.  Three files,
including Log.xs.  Nine entries in httpd for XS_Apache__Log, as follows:

[2638]  |    286064|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_alert
[3893]  |    286280|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_crit
[3960]  |    287360|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_debug
[3382]  |    285848|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_emerg
[3619]  |    286496|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_error
[2981]  |    287144|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_info
[2566]  |    285508|     340|FUNC |GLOB |0    |8      |XS_Apache__Log_log
[3223]  |    286928|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_notice
[2866]  |    286712|     216|FUNC |GLOB |0    |8      |XS_Apache__Log_warn

So, where to from here?  Any ideas?

JohnM

## John Mendenhall
## [EMAIL PROTECTED]
## Senior Network/Systems Administrator


Reply via email to