php-install Digest 25 Mar 2003 12:37:34 -0000 Issue 1305
Topics (messages 10401 through 10404):
Re: Problems running configure (locks up)
10401 by: Michael Mauch
Re: File Download instead of script execution
10402 by: Stephen Reese
installing cUrl
10403 by: Diana Castillo
curl
10404 by: Diana Castillo
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Eli White <[EMAIL PROTECTED]> wrote:
> I'm running on Solaris 2.8, and unpacked php 4.3.1, ran the following
> configure, and got the following ouput:
>
> > configure --with-apxs=/var/html/apache/bin/apxs --with-gd
> --with-jpeg-d=/opt/X11R5 --with-ttf --enable-gd-native-ttf --with-mysql
> --with-config-file-path=/var/html/apache/php --disable-posix
> --disable-session --disable-ctype --prefix=/var/html/apache/php
>
> loading cache ./config.cache
> checking for Cygwin environment... no
> checking for mingw32 environment... no
> checking for working sed... sed
> checking host system type... sparc-sun-solaris2.8
>
> At that point, it just completely hangs. Nothing else happens, it just
> sits there. Never had this problem before with previous versions. Any
> thoughts?
Can you try to change your PATH
PATH=/usr/xpg4/bin:$PATH
? This should find a better sed. If it does not help, you can look with
top, pstree or ps, whether you find the hanging process. Or put a
"set -x" on the second line of the configure script and post the last
lines of the output.
And "--with-jpeg-d=/opt/X11R5" looks a bit strange, should probably be
"--with-jpeg-dir=/opt/X11R5".
Regards...
Michael
--- End Message ---
--- Begin Message ---
First off, which conf file did you use for apache 2.X
You'll notice that there are several of them in the */conf directory:
LoadModule php4_module modules/libphp4.so
DirectoryIndex index.html index.html.var index.htm index.php
AddType application/x-httpd-php .php .phtml .php3 .inc .pinc
AddType application/x-httpd-php-source .phps
# Stephen Reese
# 1204 NW 34TH ST
# Gainesville, Fl.
# [EMAIL PROTECTED]
-----Original Message-----
From: Tom Tsongas [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 5:54 PM
To: [EMAIL PROTECTED]
Subject: File Download instead of script execution
Hey folks.
I just loaded the latest Apache (v.2.0.44) and PHP (v.4.3.1) onto my SUN
box running Solaris 8. Apache starts just fine but when I attempt to
launch a PHP script, I get a file download dialog box instead of having
the script execute.
I had Apache 1.3.20 and PHP 4.0.4 running on several systems at my
disposal and never encountered this issue before. I thought that maybe
it was the MIME setting but I have that set correctly from what I can
see:
AddType application/x-httpd-php .php
I saw some previous threads regarding the LoadModule issues but those
were Windows installs. I compiled and configured PHP to load as a static
module.
Any ideas folks?
- Tom Tsongas
--- End Message ---
--- Begin Message ---
Hi, I am running windows XP and I am looking for a way to install Curl, cant
seem to find a version that I can easily install just by clicking on
Setup.exe , does anyone know how to install it on XP?
--- End Message ---
--- Begin Message ---
How can I tell if I have successfully installed curl on my windows XP
machine?
What is the syntax for sending a test curl command?
I tried this and got a syntax error:
curl http://www.netscape.com/;
--- End Message ---