SID-01717: undefined symbol error when use perl dbd::oracle in twiki
| Status: |
Unanswered |
TWiki version: |
5.1.2 |
Perl version: |
PERL 5.12 |
| Category: |
CategoryPlugins |
Server OS: |
solaris |
Last update: |
10 years ago |
we create our Oracle database plugins for twiki. So we install perl DBD::Oracle and DBI module.And we have a test script to do some simple select/update to Oracle DB which does not have any issues. But when we run it in twiki plugins , we get some error messages in ("use DBD::Oracle" ): file /usr/perl5/site_perl/5.12/sun4-solaris-64int/auto/DBD/Oracle/Oracle.so: symbol PL_markstack_ptr: referenced symbol not found at ...
We do a ldd -r /usr/perl5/site_perl/5.12/sun4-solaris-64int/auto/DBD/Oracle/Oracle.so which reports :
symbol not found: PL_markstack_ptr (/usr/perl5/site_perl/5.12/sun4-solaris-64int/auto/DBD/Oracle/Oracle.so)
symbol not found: PL_stack_sp (/usr/perl5/site_perl/5.12/sun4-solaris-64int/auto/DBD/Oracle/Oracle.so)
....
Do you have any idea how to solve this(we run in Solaris/SPARCV9)?
--
Tao Feng - 2013-06-04
Discussion and Answer
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
Peter Thoeny - 2015-12-03
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.