'--with-imap-ssl=/usr/local/ssl' '--with-ldap' '--with-gettext'
'--with-xsl=/usr/local/libxslt' '--with-mime-magic' '--with-mysqli'
'--with-mysql=/usr/local/mysql'
CC: gcc
CFLAGS: -I/usr/local/include -g -O2
CPPFLAGS
a gcc2
builtin and then its argument prototype would still apply. */
char gdImageCreate();
Any ideas? Has anyone gotten the new GD functions (sharpen, negate,
etc.) to work on FreeBSD?
Thankya,
Josh
well. anyway. jeez.
i resolved this by finally trying to use apache 2.0.36 against
php 4.2.2.
why am i not surprised apache2 adaption is slow. :)
--j
On Wed, Dec 11, 2002 at 02:20:06PM -0500, Josh Marcus wrote:
> Thanks for the comments!
>
> On Wed, Dec 11, 2002 at 06:55:1
Thanks for the comments!
On Wed, Dec 11, 2002 at 06:55:11PM +, Chris Hewitt wrote:
> It will complain if httpd.conf contains something it does not
> understand. One test I do to check Apache is actually looking at the
> httpd.conf I am editing is to put some rubbish in it and check Apache
>
oesn't list the loaded
module. Will apache complain if the module doesn't load correctly?
Is there something it will do to clue me into why php won't load,
even though the directive is going through fine ...?
plleeease help!
--j
On Tue, Dec 10, 2002 at 07:28:07PM -0500, Josh
Hey,
I'm trying to compile php for use with apache 2.0.43.
php compiles fine. But apache doesn't seem to actually be loading
the module. php isn't listed in the startup errorlog line, nor in
server-status. .php pages get presented as their source.
Is there something about the configuration I'
er appears but I
get the page cannot be displayed. Php is working for other sites so I'm am
relatively confused. Any thoughts?
-Josh
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi..
when i add the following line
LoadModule php_4 "c:\php\sapi\php4apahce2.dll"
apache does not start, the window opens and closes immediately.
What could be the problem-
- Josh
-
Do you Yahoo!?
U2 on LAUNCH - Exclusive medley & videos
much help.
Thanks for any help,
- Josh(ila)
__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2
--
PHP Install Mailing List (http://www.php.net/)
To u
I am running Solaris 8 MU7 I am using GCC to compile the latest PHP, I am
not using any options when running configure. See error messages below.
Thanks
Josh
root@vaco# make
Making all in Zend
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../main
an interest, please respond to the address below, or
visit our web site.
Please send to:
If by e-mail:
[EMAIL PROTECTED]
If by mail:
WebStream Internet Solutions
Outsourcing Department
2200 W.Commercial Blvd. Suite 204
Ft. Lauderdale, FL 33309 USA
Thank you very much.
Josh Winters
[EMAIL
ions error.
Any help would be greatly appreciated...
Thanks
Josh Lehman
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
The faq item I was referring to is faq # 6.8
http://www.php.net/FAQ.php#6.8
I realise now that it's about Unix specifically, sorry about that.
As for the numerous "flat out wrong" tutorials and installation instructions
for php (I assume you mean ones written by the actual php group, or on the
Read the PHP Frequently Asked Questions at http://www.php.net
Your question is in there
-Original Message-
From: hi [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 29 March 2001 3:24 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] php4 test asks me if I want to download the file
test.php ?
Hi,
The home page for the GD library is http://www.boutell.com/gd/
I don't think they give out older versions though, because of GIF
compression copyright issues.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 3 March 2001 3:42 PM
To: [EMAIL PROTECTED]
Do you mean that index.php3 does not work when you access that page as the
index for the directory (http://youripaddress/) or that when you
specifically call index.php3 (http://youripaddress/index.php3), it wants to
download the script in your browser?
Thanks,
Josh Hoover
KnowledgeStorm, Inc
Try doing this in your httpd.conf (replacing what you have now):
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
Josh Hoover
KnowledgeStorm, Inc.
Searching for a new IT solution for your company? Need to improve your
t; > AddType application/x-httpd-php .php4
> > AddType application/x-httpd-php .php
now becomes
AddType application/x-httpd-php .php3 .php4 .php
That might fix it. Either way, change it to one line. Hope that helps.
Josh
- Original Message -
From: <[EMAIL PROTECTED]&
You're recompiling Apache and then php. You must configure apache like
./configure --enable-module=so
and then configure php with your --with-apxs and it should work.
Josh
- Original Message -
From: "Alex Le Fevre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Make sure you have compiled in mod_so.
Check by running httpd -l and see if mod_so.c appears. If not, you need to
re-compile apache and configure --enable-module=so
Josh
- Original Message -
From: "Alex Le Fevre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent
http://www.php.net/FAQ.php#6.8
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 9:57 PM
Subject: [PHP-INST] Problems after an Apache and PHP Upgrade...
> Hello,
>
> I recently upgraded my Apapche to Apache 1.3.17 and PHP (3) to 4
That isn't really a php-install question, but anyway.
use include() or require().
readfile() isn't supposed to execute the code, it just reads it in and spits
it out.
- Original Message -
From: "Matthew Lautz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001
I have seen this same problem many many times with users of FreeBSD 3.x.
Yes, the line of code regarding SRAND48 is the problem, however as Rasmus
put it, the best way to fix is to get the latest snap from snaps.php.net. I
had the same problem and I upgraded FreeBSD to 4.2 instead.
- Original
Sorry I musn't have been very clear with my original instructions.
To build PHP as a DSO, the idea is that you have an already complete working
binary of Apache to link your new PHP DSO to. So, instead of configuring
Apache then configuring PHP, what you should do is configure apache
(--enable-m
t; Yes, I'm using Apache on windows NT 4.
>
>
>
> > -Original Message-
> > From: Josh Lokot [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 23, 2001 5:27 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP-INST] multi-domain installation
>
Are you using apache?
- Original Message -
From: "Michael DeVicariis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 8:46 AM
Subject: [PHP-INST] multi-domain installation
> Is there a way to configure PHP to work with multiple domains on a single
> box?
>
The suexec line isn't the problem - I've always had that error line and it's
never affected php.
Of course if I'm wrong please correct me (anybody).
- Original Message -
From: "Pablo A. Rios" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 15, 2001 2:56 PM
Subject: [PHP
ither Mother Teresa, and some return must
> exist, but from my point of view, they are doing a good job that helps me
> quite a lot.
>
> Take care,
>
> Christian
>
> > -Mensaje original-
> > De: Josh Lokot [mailto:[EMAIL PROTECTED]]
> > Enviado el: vie
Chances are you just told "these guys"
- Original Message -
From: "Pomar Berry, Christian" <[EMAIL PROTECTED]>
To: "'Roman Hochuli'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 12, 2001 7:27 PM
Subject: RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5
> YESS!
Do you have php4 running?
- Original Message -
From: "Otis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 12, 2001 6:36 AM
Subject: [PHP-INST] php4+apache+linux7.0=PROBLEM
> Hi,
>
> I'm trying to get PHP4 to run on my localhost. I got apache running.
> PHP3 is also r
g goes wrong, consult this mailing list or an apache mailing list
or the appropriate documentation.
Hope that helps,
Josh Lokot
> - Original Message -
> From: "Robert Hoffmann" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, January 1
I highly recommend you build from source. It's easier than most people
think.
All you have to do for a basic install is
for apache:
configure --enable-module=so
for php
configure --with-apxs=/path/to/apxs
it's that easy... assuming you want to build as dso etc etc etc
Josh
32 matches
Mail list logo