Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: Syperhawk on February 26, 2007, 09:21:25 PM
-
Hey ALl!
I decided to run my own Web Server on my Amiga/Amithlon System,Everything was working fine until i decided to run PHP Scripts what happens is when index.php is executed the System Crashes & get this error in SnoopDos FAIL "tsocket.library"
Any ideas?
I'm running MYSQL & PHP
Running Apache 1.3.37 Amiga OS3x Version
ANy help would be great
Thanks
SyperHawk
-
IIRC, tsocket.library was part of TermiteTCP.
Maybe the PHP module was compiled using the SDK for Termite instead of the Miami/AmiTCP bsdsocket.library
Guess it's time to email the guy who ported it (DJBase?)
-
Doobrey wrote:
IIRC, tsocket.library was part of TermiteTCP.
Maybe the PHP module was compiled using the SDK for Termite instead of the Miami/AmiTCP bsdsocket.library
Guess it's time to email the guy who ported it (DJBase?)
Hmmm it said Miami would work on it,Cant seem to get DJBASE's EMAIL Address i know he's running Apache on his Server.
Could be a problem running it on Amithlon tho
might try it on my A3000
l8r
Thanks for the REPLY Posted on all Amiga Chat Fourms , Your the first to replay :)
SyperHawk
-
Apache/PHP works here with Miami and Genesis/AmiTCP on my Amiga. I can't speak for Emulation because I don't have any machine for testing.
-
DJBase wrote:
Apache/PHP works here with Miami and Genesis/AmiTCP on my Amiga. I can't speak for Emulation because I don't have any machine for testing.
You couldn't give me a quick walkthrough by any chance :)
HTTP files work fine , seems when i run a PHP script System crashes/reboots is there a setting for PHP that has to be set?
SyperHawk
-
Well, it should work out of the box. Just extract the archive, config your tcp/ip stack, start the script and browse to 127.0.0.1 or localhost.
Remember that it needs ixemul.library. Do you have the right archive (Apache with PHP)?
-
DJBase wrote:
Well, it should work out of the box. Just extract the archive, config your tcp/ip stack, start the script and browse to 127.0.0.1 or localhost.
Remember that it needs ixemul.library. Do you have the right archive (Apache with PHP)?
Yeah the TEST works with HTML files ,when i add PHP files when somebody goes to my site & runs index.php it crashes
is there something i'm doing wrong with PHP?
SyperHawk