Page 1 of 1

Installation not may complete 1.8.2

PostPosted: 23. July 2013 15:29
by alesonic85
Goodmorning,
I have a big problem when I tried to install XAMPP 1.8.2 on RedHat server release 5.9 .
----------------------------------------------------------------------------
Welcome to the XAMPP Setup Wizard.
.......
----------------------------------------------------------------------------
Please wait while Setup installs XAMPP on your computer.
Installing
0% ______________ 50% ______________ 100%
########################################
Warning: Problem running post-install step. Installation may not complete correctly
Error running chown -R root:nogroup "/opt/lampp/apache2/htdocs" : chown:`root:nogroup': invalid group

Press [Enter] to continue :
Warning: Problem running post-install step. Installation may not complete
correctly
Error running chown -R nobody:nogroup /opt/lampp/logs : chown:`nobody:nogroup': invalid group

Press [Enter] to continue :
#
----------------------------------------------------------------------------
Setup has finished installing XAMPP on your computer.


And if i tried to launch XAMPP I receive this error:

r0001@pizza lampp]$ ./lampp start
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

id: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/share/xampp/xampplib: line 11: test: -ne: unary operator expected
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/httpd: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
./lampp: line 194: /opt/lampp/var/proftpd/start.err: Permission denied
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory



Please, Can you help me? :( :(

Re: Installation not may complete 1.8.2

PostPosted: 23. July 2013 17:44
by Beltran
Did you install the LILnux or Linux x86_64 version of XAMPP? What is your system architecture?

Re: Installation not may complete 1.8.2

PostPosted: 23. July 2013 22:26
by alesonic85
I installed Linux version, and I have a 686i achitecture.

Re: Installation not may complete 1.8.2

PostPosted: 24. July 2013 10:46
by Beltran
It is strange. Could you try the following? Go to the xampp script and edit this section:

if test -z $LD_LIBRARY_PATH
then
export LD_LIBRARY_PATH="$LIBRARY_PATH"
else
export LD_LIBRARY_PATH="$LIBRARY_PATH:$LD_LIBRARY_PATH"
fi

Comment the export commands and show the output of these variables:

if test -z $LD_LIBRARY_PATH
then
echo "This would export to $LIBRARY_PATH"
#export LD_LIBRARY_PATH="$LIBRARY_PATH"
else
echo "This would export to $LIBRARY_PATH:$LD_LIBRARY_PATH"
#export LD_LIBRARY_PATH="$LIBRARY_PATH:$LD_LIBRARY_PATH"
fi


Please post if that works for you

Re: Installation not may complete 1.8.2

PostPosted: 24. July 2013 11:39
by alesonic85
ok, I Tried!

I received that:
[r0001@pizza lampp]$ sudo ./lampp start
XAMPP: DISABLE PNTL...
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
This would export to /opt/lampp/lib
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

id: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/share/xampp/xampplib: line 11: test: -ne: unary operator expected
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/httpd: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Re: Installation not may complete 1.8.2

PostPosted: 29. July 2013 12:55
by alesonic85
Please, help! ;)

Re: Installation not may complete 1.8.2

PostPosted: 29. July 2013 16:38
by Beltran
It is weird. We have fixed the permissions error in the 1.8.2-1 (with PHP 5.4) and 1.8.3-0 (with PHP 5.5) versions.

Re: Installation not may complete 1.8.2

PostPosted: 30. July 2013 10:54
by alesonic85
Hi, I installed 1.8.2-1 and I don't have any problem during the installation.

But I received this message when I start Lampp.

I have this SO:
Description: Red Hat Enterprise Linux Server release 5.9 (Tikanga)
Codename: Tikanga

[r000314@nettrialtest01 ~]$ /opt/lampp/lampp start
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

id: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/share/xampp/xampplib: line 11: test: -ne: unary operator expected
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/httpd: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
XAMPP: netstat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/lampp: line 197: /opt/lampp/var/proftpd/start.err: Permission denied
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/opt/lampp/bin/gettext: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory


Are there any workaround?