Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: cpan -i Language::Prolog::Yaswi gives undefined symbol: __gmpz_get_si

by Anonymous Monk
on Jul 03, 2012 at 11:24 UTC ( [id://979652]=note: print w/replies, xml ) Need Help??


in reply to Re^2: cpan -i Language::Prolog::Yaswi gives undefined symbol: __gmpz_get_si
in thread cpan -i Language::Prolog::Yaswi gives undefined symbol: clock_gettime

I get no "file not found" entries, although there must be. Does this mean that there are no unlinked files? What should I do?

Well, I don't see anything resembling libgmp... where is libgmp... located? (does ldd -v show anything gmp related?)

You should recompile, say with an updated LIBS= or LD_RUN_PATH= join ':', qw{ /usr/lib/i386-linux-gnu /lib/i386-linux-gnu /usr/lib/swi-prolog/lib/i386/ };

  • Comment on Re^3: cpan -i Language::Prolog::Yaswi gives undefined symbol: __gmpz_get_si

Replies are listed 'Best First'.
Re^4: cpan -i Language::Prolog::Yaswi gives undefined symbol: __gmpz_get_si
by Steve_BZ (Chaplain) on Jul 04, 2012 at 15:24 UTC

    Hi Anon,

    Thanks for your post. Well I'm not sure how you picked up on libgmp.so, I don't see it in the dump, but it is located in /usr/lib/i386-linux-gnu/.

    I've just recompiled Low.pm on both 11.10 and 12.04 here are their compile listings, though neither seems to error. See below for dumps. Then when Yaswi itself finishes compiling, which it does without incident, the make test fails (dump also follows). I'm at present trying to recompile with LIBS set as you suggest using:

    wget http://ftp.heanet.ie/mirrors/ftp.perl.org/pub/CPAN/authors/id/S/S +A/SALVA/Language-Prolog-Yaswi-0.19.tar.gz tar -zxvf Language-Prolog-Yaswi-0.19.tar.gz cd Language-Prolog-Yaswi-0.19 LIBS=/usr/lib/i386-linux-gnu export LIBS perl Makefile.PL make make test
    And at this point it crashes.

    11.10

    12.04

    Yaswi make test on 12.04

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://979652]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-26 05:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found