php-install Digest 18 Dec 2001 21:36:37 -0000 Issue 608
Topics (messages 5327 through 5331):
Re: php & php3
5327 by: Fred
PHP 4.1 doesn't play well with existing expat installation...
5328 by: Russ Goodwin
newbie problem of php with snmp
5329 by: R.M. Dikshie F.
Php-devel on RH7.2 - HOWTO ??
5330 by: Bård Tommy Nilsen
JPEG problem -GD Lib 1.8.4,PHP4.1, Apache1.3.22
5331 by: phpman
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 ---
The instructions are in the manual here:
http://php.he.net/manual/en/install.iis.php
Fred
E Ee <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hello,
>
> thanks for your help Remo. However, could you tell
> which files and what to change on my pws to run .php3
> file extensions? hope you can help me. Thanks.
>
>
> List: php-install
> Subject: [PHP-INST] Re: php & php3
> From: 66.87.235.253
> Date: 2001-12-16 1:42:54
> [Download message RAW]
>
> it's on your pws
> Remo
>
> E Ee wrote:
>
> > Hello,
> >
> > I currently have php 4.06 installed in my webserver.
> > Im using windows 98 and pws. When I run files with
> > .php extension it works fine. However, when I try to
> > run .php3 file extenstions it doesn't seem to work.
> I
> > think I need to configure one of my php.ini file but
> > cant figure which one and where and what. Also, what
> > else do i need to do to run the php3 extension file.
>
> > I was wondering if someone can help me? Thanks.
> Would
> > be much appreciated.
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Check out Yahoo! Shopping and Yahoo! Auctions for
> all of
> > your unique holiday gifts! Buy at
> http://shopping.yahoo.com
> > or bid at http://auctions.yahoo.com
> >
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Check out Yahoo! Shopping and Yahoo! Auctions for all of
> your unique holiday gifts! Buy at http://shopping.yahoo.com
> or bid at http://auctions.yahoo.com
--- End Message ---
--- Begin Message ---
Please help... (4.1 install problem)
I have two nearly-identical systems "production" and "backup". When we
upgrade, we do backup first to work out any kinks, then production. Last
night I upgraded backup in the following order: MySQL 3.23.46, OpenSSL
0.9.6b, Curl 7.9.2, Mod_SSL 2.8.5-1.3.22, Apache 1.3.22, PHP 4.1 -- with no
problems. I proceeded to do production, and all went fine through the
Apache upgrade. Apache ran fine without any changes in configuration at
this point. I compiled and upgraded PHP (we had 4.0.6 before) and restarted
apache, but it wouldn't restart. I did a diff on the PHP source files
between production and backup, and found that backup's Makefile
had -DUSE_EXPAT in all the right places, but that production didn't have it
at all. Needless to say, all the configure, make, etc commands I did were
identical between the two boxes.
(./configure --with-mysql=/home/mysql --with-apxs=/usr/local/apache/bin/apxs
--with-curl=/usr/local/lib/libcurl.so.1 --with-openssl) It was late, so I
reverted to PHP 4.0.6 and all worked fine.
In the light of day today, I find out backup does not have expat installed,
so I assume the -DUSE_EXPAT tells make to use the bundled expat, while
production has expat 1.95.1 installed (from source, regular "./configure" --
no special options) for another tool, so I assume that the absence
of -DUSE_EXPAT means that PHP is going to use the system's expat library
instead of the bundled version. I upgrade production to expat 1.95.2
(again, from source, plain "./configure"), recompile PHP 4.1, make
install -- no dice. I'm pissed. I move /usr/local/lib/libexpat* to /tmp
and try to recompile PHP 4.1, but apxs uses the libexpat.so so I fail in
./configure when it tries to test run apxs.
Next I figure that since I have an external expat, maybe I HAVE TO give
the --with-expat-dir=/usr/local option to configure, so I start with fresh
source, run the same ./configure with the expat-dir option tacked on and
make install. Still no dice. (I put the expat libs back in /usr/local/lib
first).
I know I could just grab the source dir with all targets made from backup,
stick it on production, and do a make install.... but I'd feel safer if
things compiled correctly on production (please no missives re compiling on
production boxes). Is there something I'm overlooking that will get PHP to
use it's own expat? All I see is the configure option --with-expat-dir=
that I tried. Could this have to do with apxs's use of expat, and it only
manifests with PHP? Or am I just not seeing the Real Problem(r)?
ANY hints, suggestions, or sympathy are welcome.
Thanks for reading this whole thing too!
-Russ
--- End Message ---
--- Begin Message ---
Hello,
I always get debug.log messages like this :
-----begin-------
/usr/local//lib/libsnmp.so: undefined reference to `EVP_DigestInit'
/usr/local//lib/libsnmp.so: undefined reference to `EVP_DigestFinal'
/usr/local//lib/libsnmp.so: undefined reference to `EVP_md5'
/usr/local//lib/libsnmp.so: undefined reference to `HMAC'
/usr/local//lib/libsnmp.so: undefined reference to `EVP_sha1'
/usr/local//lib/libsnmp.so: undefined reference to `des_cbc_encrypt'
/usr/local//lib/libsnmp.so: undefined reference to `des_key_sched'
/usr/local//lib/libsnmp.so: undefined reference to `EVP_DigestUpdate'
/usr/local//lib/libsnmp.so: undefined reference to `RAND_bytes'
/usr/local//lib/libsnmp.so: undefined reference to `des_ncbc_encrypt'
------end-----------
when I compiled php-4.0.6 with ucd-snmp.
./configure --prefix=/usr/local/ --with-snmp
How to solve that problem ?
regards,
-dikshie-
--- End Message ---
--- Begin Message ---
Can anyone help me with the php-devel (rpm) package
On an RedHat Linux 7.2 box ??
I have installed
php-4.0.6-7
php-devel-4.0.6-7
apache-1.3.20-16
But the problem is that nothing explains how to use
Php-config
Phpextdist
Phpize
Can anyone help me at all ??
Regards
Bård Tommy Nilsen
--- End Message ---
--- Begin Message ---
I upgraded from PHP4.0.6 on Apache 1.3.20 with GDLib 1.8.4 to
PHP4.1.0 on Apache 1.3.22 with GDLib 1.8.4
everything was working fine before.. now no Jpeg support. I installed JPEG6b
first
as both shared and static. Included --with-jpeg on the PHP ./configure. I
had
jpeg support working fine before. Thanks for any help.
-Dave
--- End Message ---