in reply to Perl use prima; Prima(perl) (image processing software))error

XShapeQueryExtension resides in libXext.so, but judging by your output Prima either wasn't linked with it (because X11/Xext.h wasn't found by Makefile.PL), or you have a configuration problem on your machine. If you could rerun Prima's Makefile.PL and post the output, and possibly excerpt from makefile.log (it's big, so only Xext-related parts), then I'd be able to help more.
  • Comment on Re: Perl use prima; Prima(perl) (image processing software))error

Replies are listed 'Best First'.
Re^2: Perl use prima; Prima(perl) (image processing software))error
by Avesena (Initiate) on Sep 22, 2007 at 16:18 UTC
    Command
    root@stone-age Prima-1.23# perl Makefile.PL
    Output

    Setting up working environment.
    Determining compiler type... GNU
    Version: 1.23
    Checking if can compile... yes
    Checking if can link... yes
    Prima needs X11 headers for compilation! Set
    X11BASE='/path/to/X' or INCPATH+='/path/to/X/include' if
    you have a non-standard path to X. (see also
    makefile.log for details)


    makefile.log
    errors
    pmts0000.c:7:1: error: exponent has no digits
    pmts0000.c:7: error: expected ‘;’ before ‘No’
    /tmp/pmts0000.c:1:22: error: X11/Xlib.h: No such file or directory
    /tmp/pmts0000.c:1:22: error: X11/Xlib.h: No such file or directory
    /tmp/pmts0000.c:1:22: error: X11/Xlib.h: No such file or directory
    /tmp/pmts0000.c:1:22: error: X11/Xlib.h: No such file or directory


    last time I installed it using RPM package.