i tried setenforce but i got this<br><br>[root@localhost Me2resh]# setenforce 0<br>bash: setenforce: command not found<br><br>so i disabled the selinus from the GUI interface<br>and tried installinf Zend<br>and i got this :
<br>[root@localhost Me2resh]# ./Z*.bin<br>Preparing to install...<br>Extracting the JRE from the installer archive...<br>Unpacking the JRE...<br>Extracting the installation resources from the installer archive...<br>Configuring the installer for this system's environment...
<br>awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory<br>dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
<br>/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory<br>basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
<br>dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory<br>basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
<br>hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory<br><br>Launching installer...<br><br>grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
<br>/tmp/install.dir.29286/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory<br><br><br>any suggestions ?<br><br><br><div><span class="gmail_quote">
On 5/28/06, <b class="gmail_sendername">Paul Howarth</b> &lt;<a href="mailto:paul@city-fan.org">paul@city-fan.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, 2006-05-28 at 10:21 +0300, Me2resh Lists wrote:<br>&gt; Hi all<br>&gt; i am trying to install Zendstudio on my fedora core 5<br>&gt; but it gives me errors about shared objects<br>&gt; here is the error, i copied it from the terminal
<br>&gt; ######################################<br>&gt; [root@localhost Me2resh]# ./ZendStudio-5_0_0.bin<br>&gt; Preparing to install...<br>&gt; Extracting the JRE from the installer archive...<br>&gt; Unpacking the JRE...
<br>&gt; Extracting the installation resources from the installer archive...<br>&gt; Configuring the installer for this system's environment...<br>&gt; awk: error while loading shared libraries: libdl.so.2: cannot open<br>
&gt; shared object&nbsp;&nbsp;file: No such file or directory<br>&gt; dirname: error while loading shared libraries: libc.so.6: cannot open<br>&gt; shared obj ect file: No such file or directory<br>&gt; /bin/ls: error while loading shared libraries: 
librt.so.1: cannot open<br>&gt; shared ob ject file: No such file or directory<br>&gt; basename: error while loading shared libraries: libc.so.6: cannot open<br>&gt; shared ob ject file: No such file or directory<br>&gt; dirname: error while loading shared libraries: 
libc.so.6: cannot open<br>&gt; shared obj ect file: No such file or directory<br>&gt; basename: error while loading shared libraries: libc.so.6: cannot open<br>&gt; shared ob ject file: No such file or directory<br>&gt; hostname: error while loading shared libraries: 
libc.so.6: cannot open<br>&gt; shared ob ject file: No such file or directory<br>&gt;<br>&gt; Launching installer...<br>&gt;<br>&gt; grep: error while loading shared libraries: libc.so.6: cannot open<br>&gt; shared object&nbsp;&nbsp;file: No such file or directory
<br>&gt; /tmp/install.dir.18661/Linux/resource/jre/bin/java: error while<br>&gt; loading shared l ibraries: libpthread.so.0: cannot open shared object<br>&gt; file: No such file or direc tory<br>&gt; ######################################
<br>&gt; can anyone help me with that please ?<br><br>I bet this one's SELinux too. Fixing it properly will be non-trivial,<br>and will involve making a local policy mndule.<br><br>You should at least be able to get it installed by putting SELinux in
<br>permissive mode:<br><br># setenforce 0<br># ...install software...<br># setenforce 1<br><br>The software will probably not run in enforcing mode either without<br>policy changes though.<br><br>Paul.<br><br><br>--<br>fedora-list mailing list
<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote>
</div><br>