Hi,
I am trying to install PHP as a module under Apache and I have the
following configuration :
SuSE 8.2 Professional (the minimal installation + all compilers including gcc)
Apache 1.3.29
PHP 4.3.4
I can get Apache up and running. The files for 'making' the .so file are in
place at src/module
I've followed the instructions at
http://www.php.net/manual/en/install.netscape-enterprise.php for setting up
PHP 4.3.4 with iPlanet 4.1 on Solaris 8, including:
mime.types:
type=magnus-internal/x-httpd-phpexts=php
obj.conf:
Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth
I figure from all the research I’ve done this is
probably a common error, but I cannot get php to work at all. I am
running iis 5 on windows xp. I used the Windows Installer for PHP. When
trying to call any php page (even ), I get a cgi
error: The specified CGI application misbehaved by
Hello,
I'm trying to install PHP 4.3.4 with LDAP support on Solaris 8. I'm compiling PHP as a
DSO for Apache and I'm using OpenLDAP 2.1.22. Everything compiles just fine, however
when I do a make install, I get the error: "Assertion Failed: LDAP_VALID (ber) encode.c
line 472." Can anyone help m
On Nov 16, 2003, at 8:51 PM, Bengt Hammarlin wrote:
This is what I do:
cd httpd-2.0.48/ (apache)
configure
make
cd ../postgresql-7.3.4/
configure
make
make install
cd ../php-4.3.4/
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-postgres
make
make install
libtool --fin
I am not sure if I should post my question here but I will anyways.
Ok, I have compiled the mcrypt libraries on a Redhat 9 box running
apache 2 with php4. And I need to know the next step(s) in getting php
to use the libmcrypt libraries. If anyone has set this up in the past
or has some point