sorry had an extra dash in there. just in case you're new to complile
--with-zlib
sorry for the double post...i have to learn to read what i write.
Jeffrey_N_Dy
If you recompile using --with--zlib
you will get by this error.
This has happened to me many a time. I have the same set up.
Good Luck.
Jeff
"Yu, Ming"
Hello;
I am new to php and this list. I have set up php 4.1.2 on Windows NT
server running Xitami.
In the php.ini file, If ;cgi.force_redirect = ; is activated, what
should the cgi.redirect_status_env = ; be set to?
Thanks for the help in advance.
--
JKCC Consulting
http://jkcc.c
Hi - I am new to PHP. I installed PHP-4.1.2 with Apache 1.3.23 on a Solaris
8 system. The installation process went well, no error. But I got the
following message when I want to start Apache.
Syntax error on line 239 of /etc/apache/httpd.conf:
Cannot load /usr/apache/libexec/libphp4.so into s
Says "missing ocx control"
does not configure
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, 13 Mar 2002, [iso-8859-1] Jürgen Schoch wrote:
> Date: Wed, 13 Mar 2002 18:54:35 +0100
> From: "[iso-8859-1] Jürgen Schoch" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] GD/Zlib install problems
>
> Hi there,
> I am trying to install GD1.8.4 on a DEC Alpha Tru64 v5.1
The only relevant settings in php.ini I could find are these two:
[mail function]
SMTP = smtp.joe.to
sendmail_from = [EMAIL PROTECTED]
but where is the username/password for smtp?
Thanks
joe
> -Original Message-
> From: Matt Schroebel [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, Marc
Hi,
I have downloaded the last installer php (920 Kb) from php.net. I have installed with
setup.exe and all is Ok.
I'm reading the install.txt for use php with apache (the last version) and there is
wrote :
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mo
Look at phpinfo() and see if the configure flags listed at the top there
contains --with-openssl
If it doesn't, then the problem is obvious. You didn't restart your
server, or you restarted the wrong server.
If it does list it, then something else must have failed. Look through
your config.log
Don't use relative paths
On Wed, 13 Mar 2002, [iso-8859-1] Jürgen Schoch wrote:
> Hi there,
> I am trying to install GD1.8.4 on a DEC Alpha Tru64 v5.1 with PHP4.1.2
> and Apache 3.1.19 or 3.1.23
> I installed and compiled gd-1.84., zlib-1.1.3, libpng-1.2.1,
> freetype-2.0.8. All works fine, gdde
Hi there,
I am trying to install GD1.8.4 on a DEC Alpha Tru64 v5.1 with PHP4.1.2
and Apache 3.1.19 or 3.1.23
I installed and compiled gd-1.84., zlib-1.1.3, libpng-1.2.1,
freetype-2.0.8. All works fine, gddemo produces nice output
Then I want to include it in PHP:
./configure --with-apache=../apac
This is because you have the "register_globals = On" in the php.ini file.
If you change this to off then they should go away. One of the many
problems with php-nuke.
Also read the notes in the php.ini file about turning this off. There are
some risks that you need to be concerned with...
Tha
I am very new php. I have read all the FAQ and have searched everywhere
for help. I know this is a siple question. Anyways if anyone could
reply I would be estatic. I am receiving about 1000 warnings when I
fire up php-nuke. I'm pretty sure it is the config of php. Anyways
they all look lik
php 4.1.2.
I need to compil it with the sablot extension.
What do I need ?? What are the sablot, expat version I need ??
I'm trying to compil but I've got some errors. I think there're some
conflicts
with libraries versions.
Many thanks
--
PHP Install Mailing List (http://www.php.net/)
To
Hi!
Ive spent hours and didn´t it getting running.
We have Deerfields World Client Web Server (is an web email system) and
didn´t get php running.
System is NT 4 which regonize php commands at commandline great.
thank you for your help
tom
--
PHP Install Mailing List (http://www.php.net/)
T
So simple, but true. I just followed the instructions exactly and
didn't look to see if libphp4.a was actually there. It was created on
the fly by Apache.
Thanks very much to Chad and Jurgen for the help.
jim
Jürgen Schoch wrote:
>
> Hi James,
> maybe it's a typo:
> in php configure you u
as above :-(
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
make clean
> -Original Message-
> From: Vix [mailto:[EMAIL PROTECTED]]
> I am running a Linux operating system.
>
> I installed PHP using "make install"
>
> The Makefile does not contain any "uninstall" or "deinstall" option.
>
> How can I uninstall PHP?
--
PHP Install Mailing List
Correction to my previous message: configure line should have read:
./configure --with-iconv --with-mysql --enable-xslt \
--with-xslt-sablot
(no space between xslt and sablot on the 2nd line)
Sorry about that!
Neil
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, vi
Solaris 8
Apache 1.3.23
OpenSSL 0.9.6c
PHP 4.1.2 (and 4.1.1)
In researching a problem with a script I discovered that I needed to
recompile PHP with OpenSSL support. So I successfully compiled PHP using
--with-openssl without errors. I did have an issue with libcrypto not
being found, but that wa
Hi there -
I'm having problems compiling 4.1.2 (which fixes the recent security issue
discovered 12 Mar 2002) to include XSLT support.
The stable OpenBSD ports collection for 2.8 still includes an old version of
PHP, so I've been recomipling everything from scratch.
I've pre-installed:
Hi Vix,
Look in the makefile in the section install:
make install will copy some files to some directories.
Try to reverse all actions taken there, i.e remove the files from these
directories.
Finally remove your php source directory.
Not comfortable but it works.
Jürgen
Vix wrote:
> I am
php-install Digest 13 Mar 2002 11:02:29 - Issue 742
Topics (messages 6323 through 6330):
Uninstalling PHP
6323 by: Vix
Uninstalling PHP (corrected)
6324 by: Vix
6325 by: Jason Cox
mail doesn't work
6326 by: Joe Lira
Problems with older
6327 by: Lis
Hi James,
maybe it's a typo:
in php configure you use
--with-apache=../apache_.1.3.23
but then you use
cd apache_1.3.23
One dot missing or too much?!
make install in php will copy the necessary files to src/modules/php4 in the
directory given --with-apache=
James Austin wrote:
> Hello
Forget aboout compiling, use binaries instead.
The following worked for my system (Win2000 and Apache3.1.22):
1) Download Windows binaries php-4.1.1-installer.exe and php-4.1.1-Win32.zip
from www.php.net
(The version 4.1.1 was yesterday replaced by 4.1.2, but I hope the new
one will work too.
25 matches
Mail list logo