XAMPP 1.8.1 - server package

Configuration wizards, scanners, remote desktop, etc.
Message
Author
waton
Posts: 4
Joined: Thu 03 Jan 2013, 03:19

XAMPP 1.8.1 - server package

#1 Post by waton »

XAMPP for Linux Version 1.8.1, tested on Precise Puppy 5.4 and Slacko 5.4

The distribution for Linux systems contains: Apache, MySQL, PHP & PEAR, Perl, ProFTPD, phpMyAdmin, OpenSSL, GD, Freetype2, libjpeg, libpng, gdbm, zlib, expat, Sablotron, libxml, Ming, Webalizer, pdf class, ncurses, mod_perl, FreeTDS, gettext, mcrypt, mhash, eAccelerator, SQLite and IMAP C-Client.

Download (~60MB size):
http://xampp-puppy.googlecode.com/files ... 130107.sfs
Last edited by waton on Fri 18 Jan 2013, 14:53, edited 1 time in total.

bill
Posts: 490
Joined: Wed 28 May 2008, 15:32

XAMPP 1.8.1.sfs

#2 Post by bill »

Thanks waton,but so far I haven't been able to download.I'll try laterz

Atle
Posts: 596
Joined: Wed 19 Nov 2008, 12:38
Location: Oslo, Norway
Contact:

#3 Post by Atle »

Great job Waton... Really really great...

Just WORKS...

Thumbs up for you man :D

Atle
Posts: 596
Joined: Wed 19 Nov 2008, 12:38
Location: Oslo, Norway
Contact:

#4 Post by Atle »

Since the original package from Apache and friends is bigger... I just wonder what made it smaller... Is it compression or removal of something?

Actually I posted a question about the xampp and shrinking the size and was told to ask you Waton:-)

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

thank you

#5 Post by step »

Thank you! It works perfectly OOTB on saluki 023.

waton
Posts: 4
Joined: Thu 03 Jan 2013, 03:19

#6 Post by waton »

Atle wrote:Since the original package from Apache and friends is bigger... I just wonder what made it smaller... Is it compression or removal of something?

Actually I posted a question about the xampp and shrinking the size and was told to ask you Waton:-)
I created this sfs using xz compression and block size 512k. I stole it from slax :D

Code: Select all

$MKSQUASHFS $SRC $SFS -comp xz -noappend -b 512k

saurom1205
Posts: 2
Joined: Thu 21 Mar 2013, 03:23

thank you !

#7 Post by saurom1205 »

how do we setup openssh into puppy linux? i want remote puppy linux any where any time ?

kookboy
Posts: 2
Joined: Thu 25 Apr 2013, 07:41

#8 Post by kookboy »

XAMPP for Linux Version 1.8.1, tested on Precise Puppy 5.5.
I've been using it,very good!!!

User avatar
for_wov
Posts: 25
Joined: Fri 10 May 2013, 06:43
Location: Europe:Kiev

#9 Post by for_wov »

#2002 - No such file or directory when trying to get to phpmyadmin panel.
MySQL servise cannnot be launched from "xampp control panel"
OS puppyrus PR13.05. What possible causes may be? How to solve?
Well. Unpacked your sfs-file. Changed strings in file my.cnf: socket = /tmp/mysql.sock ; & in php.ini: mysql.default_socket = /tmp/mysql.sock. Packed. Loaded. apache2 works, mysql's not:

Code: Select all

# /mnt/.xampp-1.8.1.pfs/opt/lampp/mysql start
XAMPP: Starting MySQL...
XAMPP: Couldn't start MySQL!
#
don't mention, /mnt/.file.pfs is our package system.

Well. command "strace" says:

Code: Select all

open("/lib/tls/i686/sse2/libncurses.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
do I understand it right?: my task is to create/put that library on that path? or should I better compile xammp from scratch?
Is your pet from arch?

Hogweed
Posts: 96
Joined: Sat 12 Feb 2011, 19:37

#10 Post by Hogweed »

Just installed this on upup raring 3.9.9.2. All I can say is "wow" an entire LAMP(P) stack downloaded, installed and started in about 30 seconds from beginning to end. And that on an 8 year old laptop. The mini gui control console doesn't seem to be able to start everything up (as mentioned in the post above) but the normal "/opt/lampp/lampp start" (See http://www.apachefriends.org/en/xampp-linux.html ) worked fine.

Slight niggle in that phpMyAdmin came up in German but the option to switch to English is on the MyAdmin home screen

Thanks to the uploader. If you see this any plans to make an SFS of XAMPP 1.83?

rojun
Posts: 1
Joined: Tue 22 Oct 2013, 07:20

this worked for me

#11 Post by rojun »

I had a similar problem with everything apart from mysql installing smoothly on slacko puppy v.5.4 or 5.5.

the process was easy: downloaded xampp 1.8.2 for linux and changed its permissions (the .run script)

Code: Select all

# chmod 755 xampp-.....run
But it would result in few errors along the way:
error running useradd -r mysql : /bin/sh: useradd: command not found

problem running post-install step.
installation may not complete correctly
error running chown -R root:mysql /opt/lampp/var/mysql :
chown: unknown user/group root:mysql
So I added manually the user and group mysql

Code: Select all

# addgroup mysql
# adduser -G mysql mysql
it was recommended on a site to run at /opt/lampp:

Code: Select all

# chown -R root . 
# chown -R mysql /opt/lampp/var
# chgrp -R mysql .
# chown -R root:mysql /opt/lampp/var/mysql
after these I installed the ./xampp.....run script again. Yeah - a bit lazy.. no deleting files or anything..

The problem seemed to be, in my opinion, that the xampp installer tries to use useradd - which doesn't exist in puppy (at least slacko). In Slacko puppy it's adduser.

mysql can be started with /opt/lampp/lampp startmysql
or /opt/lampp/lampp restart

hopefully that is of help for someone.

bugman-2.0
Posts: 91
Joined: Fri 06 Jul 2012, 14:34
Location: Nearly North Dakota.

#12 Post by bugman-2.0 »

Many thanks for this! (precise 5.7.1)

Atle
Posts: 596
Joined: Wed 19 Nov 2008, 12:38
Location: Oslo, Norway
Contact:

#13 Post by Atle »

So its many years since this was made and are there anything more recent out there?

User avatar
pri
Posts: 342
Joined: Fri 09 Oct 2009, 18:31
Location: Bandung Indonesia
Contact:

#14 Post by pri »

still working on slacko6.30
Learning by Doing

Atle
Posts: 596
Joined: Wed 19 Nov 2008, 12:38
Location: Oslo, Norway
Contact:

#15 Post by Atle »

Ok Pri... I happen to suffer from the "bleeding edge" syndrome:-)

When i first make something, I like to be like... bleeding edge:-)

gyro
Posts: 1798
Joined: Tue 28 Oct 2008, 21:35
Location: Brisbane, Australia

#16 Post by gyro »

Atle wrote:Ok Pri... I happen to suffer from the "bleeding edge" syndrome:-)

When i first make something, I like to be like... bleeding edge:-)
Then download the latest, directly from the xampp site, and follow the install instructions.
There will be problems, but these can be sorted, see rojun's post above.
I did this a while ago, so can't remember the exact commands I used.
I did it a bit different from rojun, because all the files in the lampp directory are owned by "nobody:nobody" in my install. So I might have changed both apache and mysql configs so they run as "nobody".
I currently running xampp 5.6.15-1.

gyro

Atle
Posts: 596
Joined: Wed 19 Nov 2008, 12:38
Location: Oslo, Norway
Contact:

#17 Post by Atle »

Hi Gyro... thanks for the tips...

I made a spinnoff based on Super Lucid Puppy the Lupu 004.

The customization that is made is that its tanked up with:

Xampp PHP7(2-3 times faster than PHP5.X they say)
Joomla 3.5Beta6 with PHP7 support(installed, but untouched)
Wlanmaker 1.2 that uses hostadp to create a AP of you wifichip(if supported)

Desktop icons to start and stop xampp. Also to start and stop the AP function.

Note that the desktop icon for start/stop AP goes missing after install. Just drag it out of its folder /root/scripts/ to have it back on desktop.

This is made for those that like to experiment a little and that wants the latest and greatest here and now:-)

SULU004(5.2.8.7)

http://www.mediafire.com/download/l183o ... -puppy.iso

UPDATE...

LUPU 5.2.8.7 also ready

http://www.mediafire.com/download/31pgt ... Joomla.iso

PS... If you got a 64 bits computer there is another version available based on fatdog, but its not a iso, but rather two compressed files that needs grub4dos to get it into the game. That one has some more things done with Joomla whereas one can upload and download files to the server.
Has also wlanmaker etc.

File 1

http://www.mediafire.com/download/9xzoy ... oot.tar.gz

File 2

http://www.mediafire.com/download/0o6bp ... ave.tar.gz
Last edited by Atle on Sat 19 Mar 2016, 23:03, edited 2 times in total.

User avatar
solo
Posts: 389
Joined: Thu 14 Nov 2013, 20:33

#18 Post by solo »

I just discovered XAMPP and decided to dabble with PHP for a bit, which was very interesting. I really like this package, and I really appreciate the work you put into it.

I was wondering though, for those of us who have a frugal install and depend on keeping our savefile nice and trim, would it at all be possible to have a setup in which the server would run outside the savefile?

You could create a website without having to worry about any size constraints.

Or is there a very easy way to configure the current XAMPP package to achieve this?

Atle
Posts: 596
Joined: Wed 19 Nov 2008, 12:38
Location: Oslo, Norway
Contact:

#19 Post by Atle »

Got some good news for you there Solo...

And it all depends on what puppy your using.

The different puppies have different savefile names, so even with all the variants Rerwin have made out of 5.2.8.7, you can have several of them at the same partition without that crashing with savefiles.

So what puppy are you using?

Right now the offering is Lupu5.2.8.7, Sulu004(5.2.8.7) and FatDog.

The two next is Tahrpup with PAE and then something for the oldies(486)

User avatar
solo
Posts: 389
Joined: Thu 14 Nov 2013, 20:33

#20 Post by solo »

I'm quite firmly stuck in the 'oldies' camp, running Puppy Precise 5.7.1.

There's no hurry though. My knowledge of webdesign comes from an era when framesets were still the fashion, so let's just say I won't be rolling out any fancy web applications any time soon.

I'm slowly but faithfully typing my way through beginners tutorials at this point.

Post Reply