How to add PHP to Hiawatha server?

Under development: PCMCIA, wireless, etc.
Message
Author
rextan
Posts: 1
Joined: Sat 05 Sep 2009, 12:28

Recompile PHP with shmop parameter

#76 Post by rextan »

Hi,

I have installed php with the hiawatha pet.

I need to use shared memory in my PHP program. To use this, I need to compile php with the --enable-shmop parameter in the configure line.

I am terribly new at this, can someone please help

Thanks

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#77 Post by edoc »

I need mysql in order to get MythTV working.

I came upon this Hiawatha thread and saw it as one way to get mysql - since neither mysql nor sql show up as available via Puppy Package Manager.

QUESTIONS:

1. What is the best way to get mysql on Puppy Exprimo, please?

2. Is Hiawatha for Puppy an abandoned project?

3. Has something better replaced it?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

aarf

#78 Post by aarf »

edoc wrote:I need mysql in order to get MythTV working.

I came upon this Hiawatha thread and saw it as one way to get mysql - since neither mysql nor sql show up as available via Puppy Package Manager.

QUESTIONS:

1. What is the best way to get mysql on Puppy Exprimo, please?

2. Is Hiawatha for Puppy an abandoned project?

3. Has something better replaced it?
search xampp

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#79 Post by edoc »

Is this the right way to go?
PHP install with XAMPP
http://www.asialinux.blogspot.com/

We try so many time to make php code work well with puppylinux, which we had got assistance from puppylinux chat room, so we found XAMPP, which make puppylinux work well.
Where download XAMPP
http://www.apachefriends.org/en/xampp-linux.html

http://www.apachefriends.org/en/xampp-linux.html#372

Code: Select all

install

cd /folder/where/I/have/xampp

copy xampp-linux-1.7.tar.gz to opt

extract it using this line code: tar xvfz xampp-linux-1.7.tar.gz -C /opt

open an other terminal

and go to /opt/lampp

go to the lampp directory

and type: ./lampp start

for try your php scripts, you must save all it at the htdocs folder inside lampp directory

test:

http://localhost if finish start lampp

(how to create short cut to start xampp)

create script to make a shortcut

#!/bin/sh

cd /

cd opt/lampp

./lampp start
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

aarf

#80 Post by aarf »

yes that's it.

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#81 Post by edoc »

I am, of course - absent a PET or SFS - greeted with a problem not covered in the instructions.

After increasing the size of my personal storage file 3-times, rebooting - as required - between each, I finally got almost all the way through when confronted with this:
gzip: stdin: unexpected end of file
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/encoding/
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/encoding/encoding.so
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/encoding/encoding.bs
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/scalar/
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/scalar/scalar.so
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/scalar/scalar.bs
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/via/
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/via/via.so
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
#
QUESTIONS:

1. Is there an obvious solution to this problem?

2. Is it really necessary to stuff this in /opt rather than in /mnt/savestuff/xampp and symlink it?

3. The instructions say that the php scripts must all be stored in htdocs in the lampp directory - which would appear to further bloat the size of my personal storage file.

All I needed was a simple PET or SFS to handle the installation of a commonly-needed MySQL database ... sigh.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
growler
Posts: 209
Joined: Mon 24 Mar 2008, 04:42
Location: Kapiti - New Zealand

#82 Post by growler »

I would havve thought the LHMP .pet woulld be the easiest answer

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

XAMPP

#83 Post by L18L »

edoc wrote:I am, of course - absent a PET or SFS - greeted with a problem not covered in the instructions.

After increasing the size of my personal storage file 3-times, rebooting - as required - between each, I finally got almost all the way through when confronted with this:
gzip: stdin: unexpected end of file
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/encoding/
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/encoding/encoding.so
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/encoding/encoding.bs
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/scalar/
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/scalar/scalar.so
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/scalar/scalar.bs
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/via/
lampp/lib/perl5/5.10.1/i686-linux/auto/PerlIO/via/via.so
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
#
QUESTIONS:

1. Is there an obvious solution to this problem?

2. Is it really necessary to stuff this in /opt rather than in /mnt/savestuff/xampp and symlink it?

3. The instructions say that the php scripts must all be stored in htdocs in the lampp directory - which would appear to further bloat the size of my personal storage file.

All I needed was a simple PET or SFS to handle the installation of a commonly-needed MySQL database ... sigh.
ANSWERS:
1- yes, install xampp in a location where there is space enough
2- I have expanded xampp to in /mnt/home/opt/ and symlinked
3- Storage location is always setup in .../lampp/etc/httpd.conf, and htdocs is just a default!
http://www.murga-linux.com/puppy/viewtopic.php?p=626761
http://www.murga-linux.com/puppy/viewtopic.php?p=632555
:)

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#84 Post by edoc »

growler wrote:I would have thought the LHMP .pet woulld be the easiest answer
I am afraid that when I saw the LHMP threads, including this one http://murga-linux.com/puppy/viewtopic. ... &start=105 it was unclear if a) it would work with Exprimo, b) if it would build a standalone MySQL.

I did many many searches re. "sql", "mysql", etc. for Puppy and came up with confusing, dead-end, or otherwise uncertain results - I wish Puppy resources like this were better indexed - and maintained as to sub-Puppy distro compatibility and active-vs-abandoned status.

Is it possible to uninstall a partially-installed XAMPP without having to chase-down the many files manually?

I'd like things as clean as possible before loading LHMP.

Thanks!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

#85 Post by L18L »

edoc wrote:...Is it possible to uninstall a partially-installed XAMPP without having to chase-down the many files manually?...

Code: Select all

rm -r /opt/lampp # or where ever you have installed

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#86 Post by edoc »

I ran the LHMP....PET

No impact on either the Remote Drive or MythTV apps.

I'm not sure how to check to see if MySQL has been created or what may be wrong.

I have not symlinked anything yet either.

I checked for libssl and found:

/usr/lib/libssl.so
/usr/lib/libssl.so.0.9.7
/usr/lib/libssl3.so.1d

I'm nor sure what to look for or what other steps to take.

WDYT?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#87 Post by edoc »

Does this help?

I tried this:
# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
#
Then I searched "mysql" and found tons of files.

No idea how to proceed to get things where they will talk to each other; RemoteDroidServer needs it, I think MythTV needs it, but neither sees it.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#88 Post by edoc »

Still at a dead-end here ...
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

aarf

#89 Post by aarf »

edoc wrote:Still at a dead-end here ...
my guess is that your save file was still not big enough for lampp.
You will need to start

Code: Select all

 ./lampp start
so something similar for lhmp pet

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#90 Post by edoc »

I cannot find LHMP anywhere, other than

/root/.packages/LHMP-8.0-5.3.4-5.3.10.files
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
e_mattis
Posts: 114
Joined: Fri 21 Dec 2012, 02:24
Location: Williamston, SC
Contact:

*sigh* Help Please!

#91 Post by e_mattis »

Hi all,

As most of us noobs do :roll: , I have spent the better part of a week (6 days actually) searching these forums for any information or a simple "how-to" on getting PHP to work. I have hiawatha running (was simple enough once I found out it was already there, just waiting to be used) and it renders html flawlessly.

I have found some things, LAMP for one, but it does not register in any accessible means that I can find. For the most part, the information I find is either (1) Broken links and/or information outdated by a year or more and two or three versions of puppy behind :x or (2) simply too complicated for a noob such as I to understand and/or just does not seem to function. http://localhost/index.php or http://127.0.0.1/index.php renders only the coded page (i.e. the actual script as it would in an editor), not the page itself.

:? At this point I'm not even sure if my attempts are working or not. :? There may be a special directory that the php files need to go? a setting that is turned off that simply needs to be turned on? After installing LAMP, i noticed that no rc.http files were created in /etc/init.d, /etc/hiawatha or any other directory . I assume, therefore, that the pet install - though prompted as complete - did not take.

I am attempting this on two machines - one using Lucid 5.28 and the other using Precise 5.4.3. Both are frugals on an AMD duron with 775 MB ram and 80 GB HDD. both PSF are set at about 30 GB (yea, it took a while) so space should be no issue.

I am thinking about trying the xampp approach once I remove all the LAMP and stuff. Basically, all I need is to be able to run a PHP program on one machine - no need at this point to publish it to the web, just host it on the one machine.

I am new-ish to Puppy and still learning, but have some experience with web servers (though very limited). It seems to me there should be an easy, step-by-step process in which to establish a working php server. especially since the server part is already there. Maybe a simple addition - put it in, turn it on, it works kinda thing?


If someone would be so kind as to provide some insight and/or point me to the most simplest and easly accomplished route, I would be very grateful :D . Thanks so much!

E

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

Re: *sigh* Help Please!

#92 Post by GustavoYz »

e_mattis wrote:...If someone would be so kind as to provide some insight and/or point me to the most simplest and easly accomplished route...
XAMPP is the easiest way: has the whole environment needed to run php (web-server, db engine, mail server and backend, all ready to run) and is a simple "extract somewhere and run it" application.

User avatar
e_mattis
Posts: 114
Joined: Fri 21 Dec 2012, 02:24
Location: Williamston, SC
Contact:

thanks!

#93 Post by e_mattis »

Thanks GustavoYz.

I d/l it and it went in simple and easy! The instructions are well laid out also - even a dummy like me couldn't screw it up too bad :lol:

Would have liked to use Hiawatha, but at least it's up and running.

Thanks again!

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

mysql in Exprimo?

#94 Post by edoc »

I need mysql for a weather-related app.

There's tons of discussion about LAMP, Hiawatha, XAMPP, etc.

I see no reference to usage with Exprimo.

Is there a reason not to use these with Exprimo (5x15 is current)?

This is on an old Panasonic Toughbook CF-29 so resources are limited.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
e_mattis
Posts: 114
Joined: Fri 21 Dec 2012, 02:24
Location: Williamston, SC
Contact:

#95 Post by e_mattis »

edoc,

don't know if you have Exprimo running on the Pana yet, but other than limitations of the hardware, and not knowing much about all this in general, I would think you should have little to no problems.

XAMPP would probably be your best bet - it is really quite simple. Make a back-up and try it ( as I usually do), and good luck! would be interesting to see how it goes for you.

Post Reply