vrs-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Vrs-development] Re: GW examples - Fix for boot failure.


From: Eric Altendorf
Subject: Re: [Vrs-development] Re: GW examples - Fix for boot failure.
Date: Thu, 1 Aug 2002 14:21:37 -0700
User-agent: KMail/1.4.1

On Thursday 01 August 2002 07:56, Chris Smith wrote:
> I know why this is doing this now.
> The workaround is to set <maxdomains>2</maxdomains> in your config
> (anything greater than 2).
> I'm fixing it in the current source tree.

OK, cool.  Making progress.  tserver now boots fine, but ToUpper.pl 
fails.

Installing server processes...
  ++ Booting tserver         Class: 1000   ID: 1000   -> Pid: 3197 ... 
Booted
  ++ Booting tserver         Class: 1000   ID: 1001   -> Pid: 3198 ... 
Booted
  ++ Booting ToUpper.pl      Class: 1010   ID: 1010   -> Fail: Failed
  ++ Booting ToUpper.pl      Class: 1010   ID: 1011   -> Fail: Failed

Debugging ToUpper.pl yields:

address@hidden gwbin]$ perl -c ToUpper.pl
Can't find 'boot_GOLDWATER__Server' symbol in 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/GOLDWATER/Server/Server.so
 at ToUpper.pl line 3
Compilation failed in require at ToUpper.pl line 3.
BEGIN failed--compilation aborted at ToUpper.pl line 3.

The Server.so lib mentioned above *does* exist:

-r-xr-xr-x    1 root     root        14070 Jul 12 02:27 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/GOLDWATER/Server/Server.so

But 'strings'ing it and grepping for 'GOLDWATER' or 'boot' yeilds 
just:

GOLDWATER::Server::gwp_send_reply
GOLDWATER::Server::gw_complete_request_perl
GOLDWATER::Server::gw_get_request_perl
GOLDWATER::Server::gw_server_init_perlboot_ServerC
boot_ServerC

So I'm guessing it was just not built properly...?  I did just rebuild 
from scratch though (assuming 'make clean' does scratch everything it 
should :-).

Eric





reply via email to

[Prev in Thread] Current Thread [Next in Thread]