Can you check with which user its running on slave? I had similar problem in past where lynx (not actually curl ) was working fine manually bot not through Jenkins and later found that from jenkins the script was running as a different use on slave and that use didn't had HOME env variable set
On Tuesday, 5 August 2014 03:16:21 UTC+5:30, Max B wrote: > > Rob, > > I am running it from the same server ... i can runs successfully if I try > to do it manually.. but while from the Jenkins job... its fails and that's > the message that I see it in the logs. > > Logging in > Could not load program curl: > Could not load module /usr/lib/libidn.a(libidn.so.11). > Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be loaded. > Member libiconv.so.2 is not found in archive > Could not load module curl. > Dependent module /usr/lib/libidn.a(libidn.so.11) could not be loaded. > Could not load module . > > > let me know if anything else I can check it. > > =============================================== > > > > On Monday, August 4, 2014 1:00:19 PM UTC-7, Rob Mandeville wrote: >> >> If you’ve checked on the server, are you sure that the job is running >> on the server? If the job ran on a slave node running on another machine, >> you have to check the machine that the slave node is running on. >> >> >> >> --Rob >> >> >> >> >> >> *From:* [email protected] [mailto:[email protected]] *On >> Behalf Of *Max B >> *Sent:* Monday, August 04, 2014 1:29 PM >> *To:* [email protected] >> *Subject:* Could not load program curl >> >> >> >> Hi, >> >> >> >> I am invoking the jenkins job and I am seeing these errors in my log. >> >> can someone please advise me ? how do I fix it ? >> >> >> >> i've already checked on my server i've those listed files in corresponding >> directories. >> >> >> >> >> >> Could not load module /usr/lib/libidn.a(libidn.so.11). >> >> Dependent module /usr/lib/libiconv.a(libiconv.so.2) could not be >> loaded. >> >> Member libiconv.so.2 is not found in archive >> >> Could not load module curl. >> >> Dependent module /usr/lib/libidn.a(libidn.so.11) could not be >> loaded. >> >> Could not load module . >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> Click here >> <https://www.mailcontrol.com/sr/Wi9yr9YQTcHGX2PQPOmvUgfUspOYWKRb7LoQTIN2PxBWw+QCsiIu1IHtNluRcx4ZalPjxinsAkDBcfXS4znW5Q==> >> >> to report this email as spam. >> >> ------------------------------ >> This e-mail and the information, including any attachments it contains, >> are intended to be a confidential communication only to the person or >> entity to whom it is addressed and may contain information that is >> privileged. If the reader of this message is not the intended recipient, >> you are hereby notified that any dissemination, distribution or copying of >> this communication is strictly prohibited. If you have received this >> communication in error, please immediately notify the sender and destroy >> the original message. >> >> Thank you. >> >> Please consider the environment before printing this email. >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
