Author Topic: How to install external lampp on PCLinuxOS.  (Read 1168 times)

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12660
How to install external lampp on PCLinuxOS.
« on: July 29, 2009, 03:46:32 AM »
Symptom: xampp 1.7 gives libdl.so2 and libc.so.6 error

Solution:

Edit as root or in root mode /opt/lampp/lampp script file and change line 96

from:

export LD_ASSUME_KERNEL=2.2.5

to:

echo "LAMPP OK"

Save the file

Open /opt/lampp/etc/httpd.conf


Add this line in the "LoadModule" section

LoadModule php5_module modules/libphp5.so

Add this line in the IfModule mime_module

AddType application/x-httpd-php .php .php5

Save the file.

start lampp
clear your brower cache
goto localhost

Thanks to everyone who donates. You keep the servers running.
Follow me on Twitter for the latest development info.

Offline duns

  • Sr. Member
  • ****
  • Posts: 264
    • MondoPc
Re: How to install external lampp on PCLinuxOS.
« Reply #1 on: July 29, 2009, 04:16:39 AM »
Great! Thank you!