$ ldd /usr/lib/plperl.so /usr/gamesparlor/lib/perl5/5.6.0/i686-linux/auto/Opcode/Opcode +.so => /usr/gamesparlor/lib/perl5/5.6.0/i686-linux/auto/Opcode/Opcode +.so (0x40006000) libperl.so => /usr/lib/libperl.so (0x40013000) libc.so.6 => /lib/libc.so.6 (0x400ce000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) $ ldd /usr/gamesparlor/lib/perl5/5.6.0/i686-linux/CORE/libperl.so libc.so.6 => /lib/libc.so.6 (0x400c4000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Okay, now if I remove /usr/lib/libperl.so I can get:

$ ldd /usr/lib/plperl.so /usr/gamesparlor/lib/perl5/5.6.0/i686-linux/auto/Opcode/Opcode +.so => /usr/gamesparlor/lib/perl5/5.6.0/i686-linux/auto/Opcode/Opcode +.so (0x40006000) libperl.so => /usr/gamesparlor/lib/perl5/5.6.0/i686-linux/CORE +/libperl.so (0x4000b000) libc.so.6 => /lib/libc.so.6 (0x400ce000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

but when I try to use a plperl function I get:

SELECT totalcomp(5,6); ERROR: Load of file /usr/lib/plperl.so failed: libperl.so: cannot ope +n shared object file: No such file or directory

In reply to Re: Re: libperl.so woes by Aighearach
in thread libperl.so woes by Aighearach

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.