Re: Perl on FC 10

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2009/3/24 (David) Ming Xia <david.ming.xia@xxxxxxxx>:
> Hi, everyone.
>
>   I got a problem with Perl when I was trying to install Yahoo Zimbra.  The
> errror message is:  '/usr/bin/perl: symbol lookup error:
> /opt/zimbra/zimbramon/lib/i586-linux-thread-multi/auto/IO/IO.so: undefined
> symbol: Perl_Tstack_sp_ptr'.
>
>  I am using FC 10.

I am guessing, but it looks like your Yahoo Zimbra came with its own
Perl interpreter.  It's probably installed in /opt/zimbra/bin/perl[*],
again guessing from the error message you quote.

The message is coming from the Perl interpreter installed in
/usr/bin/perl (Fedora's Perl), but it references a core Perl module
(IO.pm) that is installed in the /opt/zimbra hierarchy.  I'm not sure
how that is happening, but it could be use statements in the executed
script or PERL5LIB environment variable, or ...

I guess the fix is to execute the Perl interpreter shipped with Yahoo
Zimbra instead of the Fedora Perl interpreter.

Try typing the command

    /opt/zimbra/bin/perl name-of-script-causing-error

If Yahoo Zimbra does not ship its own Perl, then you will have to
build it yourself from source.  Check CPAN or http://www.perl.org/ to
get the source.

Good luck.

_______________
[*] Find the real path by doing "find /opt/zimbra -name perl"

-- 
Garry Williams +1 678 656-4579

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux