Mathias;
Thanks for the ideas. I solved this in parallel to
your investigation with David Everly's suggestion of
the EXACT sequence of steps to compile and install
Zebra. I just posted this.
Miguel
--- Mattias Nordstrom <nordstrom@xxxxxxxxxxxx> wrote:
> papi mac wrote:
> > Mathias;
> >
> > I get this:
> >
> > [root@intranet115 httpd]# ldd
> >
>
/usr/local/src/idzebra-1.3.18/perl/blib/arch/auto/IDZebra/IDZebra.so
> > libtcl8.3.so => /usr/lib/libtcl8.3.so
> > (0x00d4b000)
> > libdl.so.2 => /lib/libdl.so.2 (0x00690000)
> > libm.so.6 => /lib/libm.so.6 (0x0066c000)
> > libpthread.so.0 => /lib/libpthread.so.0
> > (0x00798000)
> > libexpat.so.0 => /usr/lib/libexpat.so.0
> > (0x008c6000)
> > libxml2.so.2 => /usr/lib/libxml2.so.2
> > (0x05992000)
> > libz.so.1 => /usr/lib/libz.so.1
> (0x00775000)
> > libbz2.so.1 => /usr/lib/libbz2.so.1
> > (0x05dbe000)
> > libc.so.6 => /lib/libc.so.6 (0x00546000)
> > /lib/ld-linux.so.2 => /lib/ld-linux.so.2
> > (0x00531000)
> >
> > Miguel
>
> Ok, I think there might be a problem in the Makefile
> in the perl
> directory (zebra src). I've had to modify it
> manually too, and I think
> you're experiencing the same problem.
>
> After perl Makefile.PL, open the newly created
> Makefile and locate the
> following lines:
>
> EXTRALIBS = [...]
> LDLOADLIBS = [...]
>
> These lines contain information about what libraries
> should be linked.
> I've noticed that at least these should be present:
>
> -lzebra -ldata1 -lyaz -lexpat -lxml2 -lwrap
>
> What do your lines look like? If you don't have all
> of the following,
> you might want to try to add them in there manually
> before running make.
> -lzebra requires -L../index and -ldata1 requires
> -L../data1.
>
> Hope this helps.
>
> --
> Mattias Nordstrom
> Partner, Systems Design
> Realnode Ltd
>
> nordstrom@xxxxxxxxxxxx
> www.realnode.com
> _______________________________________________
> Emilda mailing list
> Emilda@xxxxxxxxxxxxxxxxxx
> http://lists.realnode.com/mailman/listinfo/emilda
>
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail
|