How to install dropbox-api? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
开发者_StackOverflow社区 Improve this questionHey guys i am trying to install the dropbox-api onto my suse 11.4 but i keep getting this error:
Can't locate DateTime.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/vendor_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.12.3 /usr/lib/perl5/5.12.3/i586-linux-thread-multi /usr/lib/perl5/5.12.3 .) at /root/bin/dropbox-api line 6. BEGIN failed--compilation aborted at /root/bin/dropbox-api line 6.
At first i thought it lacked some perl modules so i go ahead and install some CPAN modules along with the CPAN shell using #perl -MCPAN -e shell so through the shell i install the extra modules like # install DateTime::TimeZone But still i get the same error does anyone know what i could be doing wrong or whats wrong? I am using the instructions on this link to install the api
https://github.com/s-aska/dropbox-api-command
At first i thought it lacked some perl modules so i go ahead and install some CPAN modules along with the CPAN shell using #perl -MCPAN -e shell so through the shell i install the extra modules like # install DateTime::TimeZone
The error states that the module DateTime isn't installed, DateTime is not DateTime::Timezone. Install the DateTime module
精彩评论