Hi, I was able to run ./configure and make commands without any issues but when I ran the make install command an error was returned. Can you help me to find out why I keep getting this error: make[3]: *** [install-binPROGRAMS] Error 1 make[3]: Leaving directory `/home/sphynx/src/icecast-2.3.2/src ' make[2]; *** [install-am] Error 2 make[2]: Leaving directory `/home/sphynx/src/icecast-2.3.2/src ' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/sphynx/src/icecast-2.3.2/src ' make: *** [install-recursive] Error If possible you think you can get back to me asap. Thank you, Luis Barrett -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20110216/3f216aee/attachment.htm
On Wed, 16 Feb 2011, Luis Barrett wrote:> To: icecast at xiph.org > From: Luis Barrett <getpaid00 at gmail.com> > Subject: [Icecast] Getting an Icecast error > > Hi, > > I was able to run ./configure and make commands without > any issues but when I ran the make install command an > error was returned. Can you help me to find out why I keep > getting this error: > > make[3]: *** [install-binPROGRAMS] Error 1 > make[3]: Leaving directory `/home/sphynx/src/icecast-2.3.2/src ' > make[2]; *** [install-am] Error 2 > make[2]: Leaving directory `/home/sphynx/src/icecast-2.3.2/src ' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/sphynx/src/icecast-2.3.2/src ' > make: *** [install-recursive] ErrorHi Luis. What OS platform are you using and tryig to install to? Windows or Linux or Mac? Keith ----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net] -----------------------------------------------------------------
On Wed, 16 Feb 2011, Luis Barrett wrote:> I was able to run ./configure and make commands without any issues but when > I ran the make install command an error > was returned. Can you help me to find out why I keep getting this error: > > make[3]: *** [install-binPROGRAMS] Error 1We need to see the bit just above this so that we can see what the actual error is. Geoff.
2011/2/16 Luis Barrett <getpaid00 at gmail.com>:> Hi, > > I was able to run ./configure and make commands without any issues but when > I ran the make install command an errorSorry if it has been answered already , but why are you compiling yourself instead of using your package manager ? You want specific versions of dependencies ? Specific Patches ? -- <-------------------------------------------------------> web perso : http://memeteau.com Boutique Ordinateurs GNU/Linux : http://shop.ekimia.fr Fixe :? 0974763294 Mobile : 0624808051 Visio/jabber/GTalk : xmpp:freechelmi at jabber.fr
On Wed, 16 Feb 2011, michel memeteau wrote:> To: Luis Barrett <getpaid00 at gmail.com> > From: michel memeteau <michel.memeteau at gmail.com> > Subject: Re: [Icecast] Getting an Icecast error > > 2011/2/16 Luis Barrett <getpaid00 at gmail.com>: >> Hi, >> >> I was able to run ./configure and make commands without any issues but when >> I ran the make install command an error > > Sorry if it has been answered already , but why are you compiling > yourself instead of using your package manager ? You want specific > versions of dependencies ? Specific Patches ?Well, that's what I was about to suggest as well :) Get the source package for your distro, and rebuild from that! Kind Regards, Keith ----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net] -----------------------------------------------------------------