Author |
Message |
waton
Joined: 02 Jan 2013 Posts: 4
|
Posted: Mon 07 Jan 2013, 10:41 Post subject:
XAMPP 1.8.1 - server package Subject description: Apache, MySQL and PHP |
|
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/xampp-linux-1.8.1-20130107.sfs
Last edited by waton on Fri 18 Jan 2013, 10:53; edited 1 time in total
|
Back to top
|
|
 |
bill
Joined: 28 May 2008 Posts: 492
|
Posted: Mon 07 Jan 2013, 17:41 Post subject:
XAMPP 1.8.1.sfs |
|
Thanks waton,but so far I haven't been able to download.I'll try laterz
|
Back to top
|
|
 |
Atle
Joined: 19 Nov 2008 Posts: 604 Location: Oslo, Norway
|
Posted: Tue 05 Feb 2013, 18:13 Post subject:
|
|
Great job Waton... Really really great...
Just WORKS...
Thumbs up for you man
|
Back to top
|
|
 |
Atle
Joined: 19 Nov 2008 Posts: 604 Location: Oslo, Norway
|
Posted: Thu 21 Feb 2013, 01:47 Post subject:
|
|
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:-)
|
Back to top
|
|
 |
step
Joined: 04 May 2012 Posts: 1352
|
Posted: Sun 03 Mar 2013, 03:57 Post subject:
thank you |
|
Thank you! It works perfectly OOTB on saluki 023.
|
Back to top
|
|
 |
waton
Joined: 02 Jan 2013 Posts: 4
|
Posted: Tue 19 Mar 2013, 10:38 Post subject:
|
|
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
Code: | $MKSQUASHFS $SRC $SFS -comp xz -noappend -b 512k |
|
Back to top
|
|
 |
saurom1205
Joined: 20 Mar 2013 Posts: 2
|
Posted: Wed 20 Mar 2013, 23:28 Post subject:
thank you ! |
|
how do we setup openssh into puppy linux? i want remote puppy linux any where any time ?
|
Back to top
|
|
 |
kookboy
Joined: 25 Apr 2013 Posts: 2
|
Posted: Thu 30 May 2013, 11:46 Post subject:
|
|
XAMPP for Linux Version 1.8.1, tested on Precise Puppy 5.5.
I've been using it,very good!!!
|
Back to top
|
|
 |
for_wov

Joined: 10 May 2013 Posts: 25 Location: Europe:Kiev
|
Posted: Wed 31 Jul 2013, 12:12 Post subject:
Subject description: phpmyadmin |
|
#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: | # /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: | 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?
|
Back to top
|
|
 |
Hogweed
Joined: 12 Feb 2011 Posts: 96
|
Posted: Mon 04 Nov 2013, 12:52 Post subject:
|
|
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?
|
Back to top
|
|
 |
rojun
Joined: 22 Oct 2013 Posts: 1
|
Posted: Mon 25 Nov 2013, 16:43 Post subject:
this worked for me |
|
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: | # chmod 755 xampp-.....run |
But it would result in few errors along the way:
Quote: | 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: | # addgroup mysql
# adduser -G mysql mysql |
it was recommended on a site to run at /opt/lampp:
Code: | # 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.
|
Back to top
|
|
 |
bugman-2.0
Joined: 06 Jul 2012 Posts: 91 Location: Nearly North Dakota.
|
Posted: Mon 24 Feb 2014, 10:15 Post subject:
|
|
Many thanks for this! (precise 5.7.1)
|
Back to top
|
|
 |
Atle
Joined: 19 Nov 2008 Posts: 604 Location: Oslo, Norway
|
Posted: Fri 04 Mar 2016, 11:47 Post subject:
|
|
So its many years since this was made and are there anything more recent out there?
|
Back to top
|
|
 |
pri

Joined: 09 Oct 2009 Posts: 344 Location: Bandung Indonesia
|
Posted: Sun 06 Mar 2016, 03:48 Post subject:
|
|
still working on slacko6.30
_________________ Learning by Doing
|
Back to top
|
|
 |
Atle
Joined: 19 Nov 2008 Posts: 604 Location: Oslo, Norway
|
Posted: Sun 06 Mar 2016, 09:04 Post subject:
|
|
Ok Pri... I happen to suffer from the "bleeding edge" syndrome:-)
When i first make something, I like to be like... bleeding edge:-)
|
Back to top
|
|
 |
|