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> <<a href="mailto:paul@city-fan.org">paul@city-fan.org</a>> 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>> Hi all<br>> i am trying to install Zendstudio on my fedora core 5<br>> but it gives me errors about shared objects<br>> here is the error, i copied it from the terminal
<br>> ######################################<br>> [root@localhost Me2resh]# ./ZendStudio-5_0_0.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<br>
> shared object  file: No such file or directory<br>> dirname: error while loading shared libraries: libc.so.6: cannot open<br>> shared obj ect file: No such file or directory<br>> /bin/ls: error while loading shared libraries: 
librt.so.1: cannot open<br>> shared ob ject file: No such file or directory<br>> basename: error while loading shared libraries: libc.so.6: cannot open<br>> shared ob ject file: No such file or directory<br>> dirname: error while loading shared libraries: 
libc.so.6: cannot open<br>> shared obj ect file: No such file or directory<br>> basename: error while loading shared libraries: libc.so.6: cannot open<br>> shared ob ject file: No such file or directory<br>> hostname: error while loading shared libraries: 
libc.so.6: cannot open<br>> shared ob ject file: No such file or directory<br>><br>> Launching installer...<br>><br>> grep: error while loading shared libraries: libc.so.6: cannot open<br>> shared object  file: No such file or directory
<br>> /tmp/install.dir.18661/Linux/resource/jre/bin/java: error while<br>> loading shared l ibraries: libpthread.so.0: cannot open shared object<br>> file: No such file or direc tory<br>> ######################################
<br>> 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>