in reply to Re: MegaHAL
in thread MegaHAL

thanks

here is my code:
my $hal = new MegaHAL('Path' => './', 'Banner' => 0, 'Prompt' => 0, 'Wrap' => 0, 'AutoSave' => 1);

and it produces this errors:
%perl fenrir.pl /usr/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.005/i386-fr +eebsd/auto/MegaHAL/MegaHAL.so: Undefined symbol "megahal_setnobanner"

im lost..
^jasper <jasper@wintermarket.org>

Replies are listed 'Best First'.
Re: Re: Re: MegaHAL
by vladb (Vicar) on Jul 04, 2002 at 17:30 UTC
    Jasper,

    I believe your library installation is not adequate or in other words is of a version that doesn't contain pieces that your existing version of MegaHAL expects it to have.

    My suggestion would be for you to install newer version of the underlying libraries that MegaHAL depends on. Unfortunately, I haven't played with the module myself (in fact, this is the first time I heard about it :) and therefore can't render a precise solution. Yet, I did encounter similar 'error messages' with other modules that I had used before.

    Hope my $0.02 is worth a dime ;-)

    _____________________
    # Under Construction
      thanks, ill try that...
      ^jasper <jasper@wintermarket.org>
      thanks for the help :)
      ^jasper <jasper@wintermarket.org>
      hrmm, i cant firgure out which libraries i need to update.
      /usr/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.005/i386-fr +eebsd/auto/MegaHAL/MegaHAL.so: Undefined symbol "megahal_setnobanner"

      ^jasper <jasper@wintermarket.org>