I have tried only libperl and still the same.

When I run nm on my output shared library - there is not a lot of symbols expose by libperl:

                 U perl_alloc
                 U perl_construct
                 U perl_destruct
                 U perl_free
                 U perl_parse
000000000022f748 b my_perl
                 U Perl_call_method
                 U Perl_call_pv
                 U Perl_eval_pv
                 U Perl_free_tmps
                 U Perl_gv_add_by_type
                 U Perl_hv_clear
                 U Perl_hv_common_key_len
                 U Perl_hv_undef_flags
                 U Perl_markstack_grow
                 U Perl_newRV
                 U Perl_newRV_noinc
                 U Perl_newSViv
                 U Perl_newSVpv
                 U Perl_newSVsv
                 U Perl_newSV_type
                 U Perl_newXS
                 U Perl_pop_scope
                 U Perl_push_scope
                 U Perl_save_int
                 U Perl_stack_grow
                 U Perl_sv_2bool_flags
                 U Perl_sv_2mortal
                 U Perl_sv_2pv_flags

In reply to Re^6: Issue: Encode.so: undefined symbol: PL_utf8skip by losintikfos
in thread Issue: Encode.so: undefined symbol: PL_utf8skip by losintikfos

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.