http://www.apachefriends.org/en/xampp-linux.html#374
- Go to a Linux shell and login as the system administrator root:su
- Change the permissions to the installerchmod 755 xampp-linux-1.8.2-0-installer.run
- Run the installer./xampp-linux-1.8.2-0-installer.run
==========
cd /opt/lampp/
cp lampp old-lampp
vi lampp
//find . $XAMPP_ROOT/share/xampp/xampplib and add two line above this line and save this file
XMPP_OS="Linux"
XAMPP_ROOT="/opt/lampp"
. $XAMPP_ROOT/share/xampp/xampplib
# search if test $(osguess) = "rh9" and replace by bellow
# do we have that new red hat linux 9 with posix native threads?
if test "$(osguess)" = "rh9"
test -f /etc/vfstab
groupadd nogroup
/opt/lampp/lampp start
/opt/lampp/lampp restart
vi /opt/lampp/etc/extra/httpd-xampp.conf
Step 3: Start
/opt/lampp/lampp start
You should now see something like this on your screen:
Starting XAMPP 1.8.2...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
Ready. Apache and MySQL are running.
Step 4: Test
OK, that was easy but how can you check that everything really works? Just type in the following URL at your favourite web browser:
http://localhost
Now you should see the start page of XAMPP containing some links to check the status of the installed software and some small programming examples.
| ||||||||||||||||||||||||||||||
|
No comments:
Post a Comment