<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problems executing binary in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-executing-binary/m-p/2705176#M78384</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am currently trying to run a program on the linux computer of my webhoster. They do not have good service but they are cheap.&lt;BR /&gt;&lt;BR /&gt;The problem ist the following &lt;BR /&gt;&lt;BR /&gt;---snip---&lt;BR /&gt;ls -al shoutcast&lt;BR /&gt;total 173&lt;BR /&gt;drwxr-xr-x   3 radio-ne radio-ne     1024 Apr 16 10:04 .&lt;BR /&gt;drwxr-x--x   6 radio-ne radio-ne     1024 Apr 17 05:50 ..&lt;BR /&gt;-rw-r--r--   1 radio-ne radio-ne    22553 Apr 16 09:58 README&lt;BR /&gt;drwxr-xr-x   2 radio-ne radio-ne     1024 Apr 16 09:58 content&lt;BR /&gt;-rwxr-xr-x   1 radio-ne radio-ne   132916 Apr 16 09:58 sc_serv&lt;BR /&gt;-rw-r--r--   1 radio-ne radio-ne    14068 Apr 16 10:04 sc_serv.conf&lt;BR /&gt;&amp;gt; shoutcast/sc_server&lt;BR /&gt;bash: shoutcast*/sc_server: No such file or directory&lt;BR /&gt;---snip---&lt;BR /&gt;This error message looks as if the sc_server binary was not there. But it is there, it is executable and it is really a binary, not a script.&lt;BR /&gt;&lt;BR /&gt;Do you know what the problem might be ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Christoph</description>
    <pubDate>Wed, 17 Apr 2002 11:58:07 GMT</pubDate>
    <dc:creator>Christoph Rothe_3</dc:creator>
    <dc:date>2002-04-17T11:58:07Z</dc:date>
    <item>
      <title>Problems executing binary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-executing-binary/m-p/2705176#M78384</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am currently trying to run a program on the linux computer of my webhoster. They do not have good service but they are cheap.&lt;BR /&gt;&lt;BR /&gt;The problem ist the following &lt;BR /&gt;&lt;BR /&gt;---snip---&lt;BR /&gt;ls -al shoutcast&lt;BR /&gt;total 173&lt;BR /&gt;drwxr-xr-x   3 radio-ne radio-ne     1024 Apr 16 10:04 .&lt;BR /&gt;drwxr-x--x   6 radio-ne radio-ne     1024 Apr 17 05:50 ..&lt;BR /&gt;-rw-r--r--   1 radio-ne radio-ne    22553 Apr 16 09:58 README&lt;BR /&gt;drwxr-xr-x   2 radio-ne radio-ne     1024 Apr 16 09:58 content&lt;BR /&gt;-rwxr-xr-x   1 radio-ne radio-ne   132916 Apr 16 09:58 sc_serv&lt;BR /&gt;-rw-r--r--   1 radio-ne radio-ne    14068 Apr 16 10:04 sc_serv.conf&lt;BR /&gt;&amp;gt; shoutcast/sc_server&lt;BR /&gt;bash: shoutcast*/sc_server: No such file or directory&lt;BR /&gt;---snip---&lt;BR /&gt;This error message looks as if the sc_server binary was not there. But it is there, it is executable and it is really a binary, not a script.&lt;BR /&gt;&lt;BR /&gt;Do you know what the problem might be ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Christoph</description>
      <pubDate>Wed, 17 Apr 2002 11:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-executing-binary/m-p/2705176#M78384</guid>
      <dc:creator>Christoph Rothe_3</dc:creator>
      <dc:date>2002-04-17T11:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problems executing binary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-executing-binary/m-p/2705177#M78385</link>
      <description>Hello Christoph,&lt;BR /&gt;&lt;BR /&gt;2 remarks about your question :&lt;BR /&gt;&lt;BR /&gt;  =&amp;gt; You typed "sc_server" but the "ls -al" command shows "sc_serv".&lt;BR /&gt;&lt;BR /&gt;  =&amp;gt; the "ls -al" shows shoutcast*/sc_serv. In fact, it seems that there is a star character "*" after the shoutcast. Therefore, you have to type :&lt;BR /&gt;&lt;BR /&gt;      shoutcast\*/sc_serv&lt;BR /&gt;&lt;BR /&gt;THE BACKSLASH IS MANDATORY ! In fact, if you ommit backslash, the star "*" character will be interpreted by the shell itself. Sometimes, it may give unattended result !&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2002 21:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-executing-binary/m-p/2705177#M78385</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-04-17T21:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems executing binary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-executing-binary/m-p/2705178#M78386</link>
      <description>Hi Kodjo,&lt;BR /&gt;&lt;BR /&gt;you are right and you are not. It was my fault, because I "beautified" the commandlines for security reasons before I posted them. &lt;BR /&gt;&lt;BR /&gt;I executed the correct command as I can complete the path by pressing TAB.&lt;BR /&gt;&lt;BR /&gt;I also think I found the problem: The Kernel is still version 2.0.36 and so binaries for the newer kernels - which also includes other versions of the libraries - will not work. &lt;BR /&gt;&lt;BR /&gt;I think I will habe to set up a linux with an older kernel and recompile icecast (as shoutcast is only provided as a binary)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Christoph</description>
      <pubDate>Thu, 18 Apr 2002 06:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-executing-binary/m-p/2705178#M78386</guid>
      <dc:creator>Christoph Rothe_3</dc:creator>
      <dc:date>2002-04-18T06:23:37Z</dc:date>
    </item>
  </channel>
</rss>

