php-install Digest 16 Jun 2003 15:56:04 -0000 Issue 1425
Topics (messages 11088 through 11091):
Problem getting PHP to work with Apache
11088 by: Ross Franklin
problems with variables
11089 by: Felipe Lorente
11090 by: Felipe Lorente
PHP 4.3.2 Build error...
11091 by: NIPP, SCOTT V (SBCSI)
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 ---
Hi I am trying to get PHP working with my Apache web server and am having some
trouble.
I installed apache-1.3.4.19.i386.rpm onto my system running SuSE 7.2. This RPM
comes on the install disks for SuSE. Now there are no problems with that, but
when I try to install the php module, Apache won't start anymore. I tried to
install mod_php4-4.0.4pl1-90.i386.rpm which is also on the SuSE disks. When I
start Apache it returns this error:
Syntax error on line 33 of /etc/httpd/suse_loadmodule.conf:
Cannot load /usr/lib/apache/libphp4.so into server: libxmltok.so.1: cannot load
shared object file: No such file or directory
I when to rpmfind, looked up libxmltok, and installed libxmltok-1.0-2.i386.rpm
Apache now can't find libsablot.so.0
I get this file sablotron-0.96-1.i386.rpm from rpmfind
Apache wants libmcrypt.so.4
I get this file, libmcrypt-2.5.5-1.i386.rpm
Apache wants libltdl.so.0
Can I somehow know everything that it will want rather than one by one, can I
get this stuff all at once?
--- End Message ---
--- Begin Message ---
Hello all,
I just have installed php 4.3.2, and it runs fine with single files. The
problem comes when I try to pass a variable from another file, it doesn`t
recognise this variable. I am using IIS 5.1 with Win XP and I have used the
windows instaler to install the sources on my machine. Does anyone know what
can happen?? Thanks.
Felipe.
--- End Message ---
--- Begin Message ---
Hello all,
I just have installed php 4.3.2, and it runs fine with single files. The
problem comes when I try to pass a variable from another file, it doesn`t
recognise this variable. I am using IIS 5.1 with Win XP and I have used the
windows instaler to install the sources on my machine. Does anyone know what
can happen?? Thanks.
Felipe.
--- End Message ---
--- Begin Message ---
I am attempting to build PHP 4.3.2 on HP-UX 11.00. I have been
running into all kinds of weird "cross-compiler" errors, and it turns out
that the problem was a bad umask. Now that the umask setting for root is
set correctly, the configure script runs perfectly. The 'make' also seems
to run fine. My current problem is the 'make install' is failing with the
following errors:
[EMAIL PROTECTED]:/home/sadmin/sn4265/php-4.3.2> make install
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PHP SAPI module
[activating module `php4' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp4.sl /usr/local/apache/libexec/libphp4.sl
cp: cannot access libs/libphp4.sl: No such file or directory
apxs:Break: Command failed with rc=1
*** Error exit code 1
Stop.
[EMAIL PROTECTED]:/home/sadmin/sn4265/php-4.3.2> ls libs
libphp4.a libphp4.la
[EMAIL PROTECTED]:/home/sadmin/sn4265/php-4.3.2>
Anyone have any ideas on this? I know that you must modify you apxs
script to change the module extension from .so to .sl. This has been done,
but the problem seems to be that neither of these extension exist in the
libs directory. Thanks in advance for the help. Here is my configure line
also:
[EMAIL PROTECTED]:/home/sadmin/sn4265/php-4.3.2> ./configure
--with-mysql=/usr/local/mysql --with-oci8=/usr/local/oracle/8.0.6.3
--with-apxs=/usr/local/apache/bin/apxs
Scott Nipp
Phone: (214) 858-1289
E-mail: [EMAIL PROTECTED]
Web: http:\\ldsa.sbcld.sbc.com
--- End Message ---