View Single Post
Old 04-08-2011, 07:24 PM   #14
ATDrake
Wizzard
ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.
 
Posts: 11,517
Karma: 33048258
Join Date: Mar 2010
Location: Roundworld
Device: Kindle 2 International, Sony PRS-T1, BlackBerry PlayBook, Acer Iconia
Quote:
Originally Posted by Rockete View Post
Did you have to uninstall the other version of perl ? Could it work wit 5.10.0 ? Should I remove CPAN ?

Here is my error :
I used to get this error even though I had everything successfully installed and working for several weeks before it "broke".

It turned out that what happened was that the Perl modules were available for one install of Perl (default that came with the system), but at a certain point I installed MacPorts for Wine support and its Perl became the "dominant" one.

Rather than reinstall all the required modules etc. for Mobi2Mobi again to go with MacPorts' version, what I did was alias the commands in my .profile so that the PATH would automatically be set to use the system Perl and Perl libraries first.

Something like this:
Code:
alias mobi2='export PATH="/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH"; mobi2mobi'

Hope this helps, and welcome to MobileRead!
ATDrake is offline   Reply With Quote