|
|
[Perlfect-search] Indexer has errors and search lists pages WithOUT the word I was searching for
C. Engelhart cartere@vfr.net
Thu, 31 Aug 2000 20:29:05 -0700
O.K, thanks to your help, I the whole SBDM and DB_File issue is clear now.
I contacted my ISP's Webmaster and he insists that DB_File is installed, but
that there are several versions of Perl on the IBM RS/6000 AIX server. Here
is the output of the find.
<root@winery:/home/root> find /usr -name DB*
/usr/local/lib/perl5/site_perl/5.005/DB_File.pm.save
/usr/local/lib/perl5/5.00502/aix/auto/DB_File
/usr/local/lib/perl5/5.00502/aix/auto/DB_File/DB_File.a
/usr/local/lib/perl5/5.00502/aix/auto/DB_File/DB_File.so
/usr/local/lib/perl5/5.00502/aix/auto/DB_File/DB_File.none
/usr/local/lib/perl5/5.00502/aix/auto/DB_File/DB_File.bs
/usr/local/lib/perl5/5.00502/aix/DB_File.pm
/usr/local/lib/perl5/5.00502/auto/DB_File
/usr/local/lib/perl5/5.00502/man/man3/DB_File.3
<root@winery:/home/root>
I checked all the Perlfect .PL programs and they are set to
#!/usr/local/bin/perl5 and the indexer.pl is still not finding DB_File (see
the out put form my original message in this thread).
NEXT, I did a PERL5 Verify to find out what order Perl is looking at things.
Here is the output. Given all of this, does anyone have any recommendations
for my next step?
$ perl5 -V
Summary of my perl5 (5.0 patchlevel 5 subversion 2) configuration:
Platform:
osname=aix, osvers=4.3.1.0, archname=aix-thread
uname='aix garlic 3 4 004354144c00 '
hint=previous, useposix=true, d_sigaction=define
usethreads=define useperlio=undef d_sfio=undef
Compiler:
cc='cc', optimize='-O3', gccversion=
cppflags='-D_LONG_LONG -I/usr/local/include'
ccflags ='-D_LONG_LONG -I/usr/local/include'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='ld', ldflags ='-L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW -lpthreads -ldb
libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef,
ccdlflags='-bE:$(PERL_INC)/perl.exp'
cccdlflags=' ',
lddlflags='-bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -b
noentry -lc -lpthreads -L/usr/local/lib -L/usr/lib'
Characteristics of this binary (from libperl):
Built under aix
Compiled at Feb 18 2000 08:56:53
@INC:
/usr/local/lib/perl5/5.00502/aix
/usr/local/lib/perl5/5.00502
/usr/local/lib/perl5/site_perl/5.005/aix
/usr/local/lib/perl5/site_perl/5.005
.
$
> From: Daniel Naber <dnaber@mini.gt.owl.de>
> To: perlfect-search@perlfect.com
> Subject: Re: [Perlfect-search] Indexer has errors and search lists pages
WithOUT the word I was searching for.
> Date: Wed, 30 Aug 2000 18:27:35 +0200
> Reply-To: perlfect-search@perlfect.com
>
> On Mit, 30 Aug 2000, you wrote:
>
> > > Here are the errors in the indexer. SDBM_FILE is installed (see
below).
> > I did a find on DB_FILE and it appears to reside on the system as well.
>
> > Using SDBM_File...
>
> But DB_File is not used... so it's not installed, at least not correctly
> (normally, the admin user should install it).
>
> Regards
> Daniel
>
|
|