Installation not may complete 1.8.2

Problems with the Linux version of XAMPP, questions, comments, and anything related.

Installation not may complete 1.8.2

Postby alesonic85 » 23. July 2013 15:29

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? :( :(
alesonic85
 
Posts: 5
Joined: 23. July 2013 15:15
Operating System: RedHat Enterprise 5.9

Re: Installation not may complete 1.8.2

Postby Beltran » 23. July 2013 17:44

Did you install the LILnux or Linux x86_64 version of XAMPP? What is your system architecture?
User avatar
Beltran
Power-User
 
Posts: 170
Joined: 22. March 2013 12:29
XAMPP version: 10
Operating System: Windows, Linux, OS X

Re: Installation not may complete 1.8.2

Postby alesonic85 » 23. July 2013 22:26

I installed Linux version, and I have a 686i achitecture.
alesonic85
 
Posts: 5
Joined: 23. July 2013 15:15
Operating System: RedHat Enterprise 5.9

Re: Installation not may complete 1.8.2

Postby Beltran » 24. July 2013 10:46

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
User avatar
Beltran
Power-User
 
Posts: 170
Joined: 22. March 2013 12:29
XAMPP version: 10
Operating System: Windows, Linux, OS X

Re: Installation not may complete 1.8.2

Postby alesonic85 » 24. July 2013 11:39

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
alesonic85
 
Posts: 5
Joined: 23. July 2013 15:15
Operating System: RedHat Enterprise 5.9

Re: Installation not may complete 1.8.2

Postby alesonic85 » 29. July 2013 12:55

Please, help! ;)
alesonic85
 
Posts: 5
Joined: 23. July 2013 15:15
Operating System: RedHat Enterprise 5.9

Re: Installation not may complete 1.8.2

Postby Beltran » 29. July 2013 16:38

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.
User avatar
Beltran
Power-User
 
Posts: 170
Joined: 22. March 2013 12:29
XAMPP version: 10
Operating System: Windows, Linux, OS X

Re: Installation not may complete 1.8.2

Postby alesonic85 » 30. July 2013 10:54

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?
alesonic85
 
Posts: 5
Joined: 23. July 2013 15:15
Operating System: RedHat Enterprise 5.9


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 14 guests