php-install Digest 14 Mar 2002 16:37:12 -0000 Issue 743
Topics (messages 6331 through 6353):
Re: Uninstalling PHP (corrected)
6331 by: Jürgen Schoch
6335 by: Matt Schroebel
Problems compiling PHP 4.1.2 on OpenBSD 2.8 with XSLT
6332 by: Neil S Hamilton
Adding --with-openssl Not Working
6333 by: Ezra Freelove
6344 by: Rasmus Lerdorf
Re: Correction
6334 by: Neil S Hamilton
I CANNOT UNSUBSCRIBE`
6336 by: grupa programistow
Re: apache make falure solved
6337 by: James Austin
Deerfields World Client Web Server
6338 by: Thomas *CTK* Karer
PHP, XML & XSLT Installation
6339 by: David THOMAS
Silly Question
6340 by: Derek Finlen
6341 by: Hunter, Ray
GD/Zlib install problems
6342 by: Jürgen Schoch
6343 by: Rasmus Lerdorf
6347 by: Joe R. Jah
Problem with installation under windows 98 (php4apache.dll)!!!!
6345 by: Andrea Soracchi
Re: mail doesn't work
6346 by: Joe Lira
Auto install on server 2000
6348 by: ttt
PHP-4.1.2 Installation:
6349 by: Yu, Ming
6351 by: Jeffrey_N_Dyke.Keane.com
6352 by: Jeffrey_N_Dyke.Keane.com
Newby question
6350 by: Selmer Ausland
php.4.1.1 and ldapsdk - why doesn't it work
6353 by: ZILBER,LEONID (HP-NewJersey,ex1)
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 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 sorry for this, but the PHP version that I installed is 4.1.2 :)
> 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?
>
> Best regards,
>
> Vix!
>
> =====
> _,.«~=`^`=~».,_,.«~=`^`=~».,_,.«~=`^`=~».,
> ------> tAke a bReak! gEt eNtertained!
> ------> http://www.sallini.com/
> ^`=~».,_,.«~=`^`=~».,_,.«~=`^
> -> http://netdesignplus.net/
> -> It works... It Pays...
> _,.«~=`^`=~».,_,.«~=
>
> __________________________________________________
> Do You Yahoo!?
> Try FREE Yahoo! Mail - the world's greatest free email!
> http://mail.yahoo.com/
--- End Message ---
--- Begin Message ---
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?
--- End Message ---
--- Begin Message ---
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:
Sablot-0.90
expat-1.95.2
libiconv-1.7
But for some reason I can't get PHP to configure properly. I have tried
various different permutations of the configure flags, currently I'm using:
./configure --with-iconv --with-mysql --enable-xslt \
--with-xslt- sablot
Configure comes up with the following error regarding iconv (the libraries
are in /usr/local/lib, headers in /usr/local/include, and the binary in
/usr/local/bin) and no matter what options I try (such
as --with-iconv=/usr/local etc. etc.) it gives me and error. Here are the
last few lines of configure's output:
==========================================
checking libexpat dir for XMLRPC-EPI... no
checking whether to enable xslt support... yes
checking whether to enable the XSLT Sablotron backend... yes
checking libexpat dir for Sablotron XSL support... no
checking for Sablotron libraries in the default path... found Sablotron in
/usr/local
checking for iconv_open in -lc... (cached) no
configure: error: iconv not found
==========================================
At this point, I am returned to the shell prompt. Can anyone offer any
advice?
Thanks,
Neil S Hamilton
--- End Message ---
--- Begin Message ---
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 was resolved by giving configure the location of
openssl by --with-openssl=/usr/local/ssl/.
The phpinfo script does not report that OpenSSL was installed. The make
install screen output did have "Making install in openssl". The contents
of ext/openssl inside the source directory of php did have libraries
created. The script calling for openssl_get_publickey() still seems to
think that the function is undefined.
Ezra S Freelove
Computer Supp Spec, Web Services
Information Technology
Valdosta State University
http://www.valdosta.edu/~esfreelo/
[EMAIL PROTECTED]
Ezra S Freelove
Computer Supp Spec, Web Services
Information Technology | 229-333-5974
Valdosta State University | ICQ: 41079071
http://www.valdosta.edu/~esfreelo/ | [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
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 file for any failures that seem related.
-Rasmus
On Wed, 13 Mar 2002, Ezra Freelove wrote:
> 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 was resolved by giving configure the location of
> openssl by --with-openssl=/usr/local/ssl/.
>
> The phpinfo script does not report that OpenSSL was installed. The make
> install screen output did have "Making install in openssl". The contents
> of ext/openssl inside the source directory of php did have libraries
> created. The script calling for openssl_get_publickey() still seems to
> think that the function is undefined.
>
> Ezra S Freelove
> Computer Supp Spec, Web Services
> Information Technology
> Valdosta State University
> http://www.valdosta.edu/~esfreelo/
> [EMAIL PROTECTED]
>
> Ezra S Freelove
> Computer Supp Spec, Web Services
> Information Technology | 229-333-5974
> Valdosta State University | ICQ: 41079071
> http://www.valdosta.edu/~esfreelo/ | [EMAIL PROTECTED]
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
as above :-(
--- End Message ---
--- Begin Message ---
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 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,
> >
> > It has been days and many attempts to install PHP on Linux RedHat 7.1.
> > I've tried RPMs and compiles to no avail. Can please someone help?
> >
> > Here is the latest documentation steps I've tried:
> >
> > cd apache_1.3.23
> > ./configure
> >
> > cd ../php-4.1.2
> > ./configure --with-mysql --with-apache=../apache_.1.3.23
> > --enable-track-vars
> > make && make install
> >
> > cd ../apache_1.3.23
> > ./configure --activate-module=src/modules/php4/libmodphp4.a
> > (here the docs says php3/libphp3.a, but since this doesn't exist I have
> > selected libmodpbp4.a, could this be the problem?)
> > make
> >
> > Below is the last few lines of the make:
> >
> > ===> src/modules/php4
> > gcc -c -I../../os/unix -I../../include -DLINUX=22 -DUSE_HSREGEX
> > `../../apaci`
> > mod_php4.c
> > mod_php4.c:28:18: zend.h: No such file or directory
> > mod_php4.c:29:17: php.h: No such file or directory
> > mod_php4.c:30:27: php_variables.h: No such file or directory
> > mod_php4.c:47:21: php_ini.h: No such file or directory
> > mod_php4.c:48:25: php_globals.h: No such file or directory
> > mod_php4.c:49:18: SAPI.h: No such file or directory
> > mod_php4.c:50:22: php_main.h: No such file or directory
> > mod_php4.c:52:26: zend_compile.h: No such file or directory
> > mod_php4.c:53:26: zend_execute.h: No such file or directory
> > mod_php4.c:54:28: zend_highlight.h: No such file or directory
> > mod_php4.c:55:25: zend_indent.h: No such file or directory
> > mod_php4.c:57:39: ext/standard/php_standard.h: No such file or directory
> > make[4]: *** [mod_php4.o] Error 1
> > make[3]: *** [all] Error 1
> > make[2]: *** [subdirs] Error 1
> > make[2]: Leaving directory `/home/auji/apache_1.3.23/src'
> > make[1]: *** [build-std] Error 2
> > make[1]: Leaving directory `/home/auji/apache_1.3.23'
> > make: *** [build] Error 2
> >
> > Thanks very much for any thoughts on why I don't have these files after
> > many attempts. Shouldn't these file be created whem I make php?
> >
> > jim
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
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 like so.
Derek
<I have been playing with the include_path.>
Warning: Failed opening 'language/lang-eng.php' for inclusion
(include_path='.;/php/includes;d:\php') in d:\Inetpub\wwwroot\mainfile.php
on line 36
Warning: Undefined variable: file in d:\Inetpub\wwwroot\index.php on line 86
Warning: Undefined variable: op in d:\Inetpub\wwwroot\index.php on line 111
Warning: Undefined variable: PHP_SELF in d:\Inetpub\wwwroot\header.php on
line 15
Warning: Undefined index: 2 in d:\Inetpub\wwwroot\mainfile.php on line 69
Warning: Use of undefined constant _users - assumed '_users' in
d:\Inetpub\wwwroot\mainfile.php on line 74
Warning: Undefined variable: PHP_SELF in
d:\Inetpub\wwwroot\includes\meta.php on line 15
Warning: Use of undefined constant _CHARSET - assumed '_CHARSET' in
d:\Inetpub\wwwroot\includes\meta.php on line 24
Warning: Undefined variable: PHP_SELF in
d:\Inetpub\wwwroot\includes\javascript.php on line 15
Warning: Use of undefined constant _users - assumed '_users' in
d:\Inetpub\wwwroot\mainfile.php on line 313
Warning: Undefined index: 1 in d:\Inetpub\wwwroot\mainfile.php on line 313
Warning: Undefined offset: 2 in d:\Inetpub\wwwroot\mainfile.php on line 315
Warning: Undefined offset: 1 in d:\Inetpub\wwwroot\themes\NukeNews\theme.php
on line 44
Warning: Use of undefined constant
--- End Message ---
--- Begin Message ---
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...
Thank you,
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-----Original Message-----
From: Derek Finlen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 10:39 AM
To: '[EMAIL PROTECTED]'
Subject: [PHP-INST] Silly Question
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
like so.
Derek
<I have been playing with the include_path.>
Warning: Failed opening 'language/lang-eng.php' for inclusion
(include_path='.;/php/includes;d:\php') in d:\Inetpub\wwwroot\mainfile.php
on line 36
Warning: Undefined variable: file in d:\Inetpub\wwwroot\index.php on line 86
Warning: Undefined variable: op in d:\Inetpub\wwwroot\index.php on line 111
Warning: Undefined variable: PHP_SELF in d:\Inetpub\wwwroot\header.php on
line 15
Warning: Undefined index: 2 in d:\Inetpub\wwwroot\mainfile.php on line 69
Warning: Use of undefined constant _users - assumed '_users' in
d:\Inetpub\wwwroot\mainfile.php on line 74
Warning: Undefined variable: PHP_SELF in
d:\Inetpub\wwwroot\includes\meta.php on line 15
Warning: Use of undefined constant _CHARSET - assumed '_CHARSET' in
d:\Inetpub\wwwroot\includes\meta.php on line 24
Warning: Undefined variable: PHP_SELF in
d:\Inetpub\wwwroot\includes\javascript.php on line 15
Warning: Use of undefined constant _users - assumed '_users' in
d:\Inetpub\wwwroot\mainfile.php on line 313
Warning: Undefined index: 1 in d:\Inetpub\wwwroot\mainfile.php on line 313
Warning: Undefined offset: 2 in d:\Inetpub\wwwroot\mainfile.php on line 315
Warning: Undefined offset: 1 in d:\Inetpub\wwwroot\themes\NukeNews\theme.php
on line 44
Warning: Use of undefined constant
--- End Message ---
--- Begin Message ---
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=../apache_1.3.23 --enable-track-vars \
--enable-force-cgi-redirect --enable-discard-path \
--enable-ftp --with-mysql --with-pgsql \
--with-gd=../gd-1.8.4 --enable-gd-native-ttf \
--with-freetype-dir=../freetype-2.0.8 \
--with-zlib-dir=../zlib-1.1.3 \
--with-png-dir=../libpng-1.2.1
configure, make and make install in php work well.
Then I switch to apache dir and do
./configure --activate-module=src/modules/php4/libphp4.a
make
Output of make:
...
gcc -DOSF1 -I/usr/download/php-4.1.2 -I/usr/download/php-4.1.2/main
-I/usr/download/php-4.1.2/main - I/usr/download/php-4.1.2/Zend
-I/usr/download/php-4.1.2/Zend -I/usr/download/php-4.1.2/TSRM -
I/usr/download/php-4.1.2/TSRM -I/usr/download/php-4.1.2 -DUSE_EXPAT
-I./lib/expat-lite - DNO_DL_NEEDED `./apaci` \
-o httpd buildmark.o modules.o modules/php4/libphp4.a
modules/standard/libstandard.a
main/libmain.a ./os/unix/libos.a ap/libap.a
lib/expat-lite/libexpat.a -Wl,-rpath,/usr/local/lib -Wl,-
rpath,/usr/download/gd-1.8.4 -Wl,-rpath,/usr/local/pgsql/lib
-L/usr/local/lib -L/usr/download/gd-1.8.4 -
L/usr/local/pgsql/lib -Lmodules/php4 -L../modules/php4
-L../../modules/php4 -lmodphp4 -lpq -lgd -lfreetype -
lpng -lz -lz -lresolv -lm -lresolv -lm -lm
/usr/bin/ld:
/usr/local/lib/libz.a(inflate.o): inflateInit2_: multiply defined
/usr/local/lib/libz.a(inflate.o): inflate: multiply defined
/usr/local/lib/libz.a(inflate.o): inflateEnd: multiply defined
/usr/local/lib/libz.a(deflate.o): deflateInit2_: multiply defined
/usr/local/lib/libz.a(deflate.o): deflateEnd: multiply defined
/usr/local/lib/libz.a(deflate.o): deflate: multiply defined
/usr/local/lib/libz.a(deflate.o): deflateInit_: multiply defined
/usr/local/lib/libz.a(zutil.o): zlibVersion: multiply defined
/usr/local/lib/libz.a(zutil.o): zError: multiply defined
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/download/apache_1.3.23/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/download/apache_1.3.23'
make: *** [build] Error 2
Had anybody similar problems or does someone know how to find out sth.
about this multiple definition or to get rid of it?
It tried it at least 50 times with various configure options, , various
versions of apache and php(4.0.6) They give the same error.
Jürgen Schoch
--- End Message ---
--- Begin Message ---
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, gddemo produces nice output
>
> Then I want to include it in PHP:
> ./configure --with-apache=../apache_1.3.23 --enable-track-vars \
> --enable-force-cgi-redirect --enable-discard-path \
> --enable-ftp --with-mysql --with-pgsql \
> --with-gd=../gd-1.8.4 --enable-gd-native-ttf \
> --with-freetype-dir=../freetype-2.0.8 \
> --with-zlib-dir=../zlib-1.1.3 \
> --with-png-dir=../libpng-1.2.1
>
> configure, make and make install in php work well.
>
> Then I switch to apache dir and do
> ./configure --activate-module=src/modules/php4/libphp4.a
> make
> Output of make:
> ...
> gcc -DOSF1 -I/usr/download/php-4.1.2 -I/usr/download/php-4.1.2/main
> -I/usr/download/php-4.1.2/main - I/usr/download/php-4.1.2/Zend
> -I/usr/download/php-4.1.2/Zend -I/usr/download/php-4.1.2/TSRM -
> I/usr/download/php-4.1.2/TSRM -I/usr/download/php-4.1.2 -DUSE_EXPAT
> -I./lib/expat-lite - DNO_DL_NEEDED `./apaci` \
> -o httpd buildmark.o modules.o modules/php4/libphp4.a
> modules/standard/libstandard.a
> main/libmain.a ./os/unix/libos.a ap/libap.a
> lib/expat-lite/libexpat.a -Wl,-rpath,/usr/local/lib -Wl,-
> rpath,/usr/download/gd-1.8.4 -Wl,-rpath,/usr/local/pgsql/lib
> -L/usr/local/lib -L/usr/download/gd-1.8.4 -
> L/usr/local/pgsql/lib -Lmodules/php4 -L../modules/php4
> -L../../modules/php4 -lmodphp4 -lpq -lgd -lfreetype -
> lpng -lz -lz -lresolv -lm -lresolv -lm -lm
> /usr/bin/ld:
> /usr/local/lib/libz.a(inflate.o): inflateInit2_: multiply defined
> /usr/local/lib/libz.a(inflate.o): inflate: multiply defined
> /usr/local/lib/libz.a(inflate.o): inflateEnd: multiply defined
> /usr/local/lib/libz.a(deflate.o): deflateInit2_: multiply defined
> /usr/local/lib/libz.a(deflate.o): deflateEnd: multiply defined
> /usr/local/lib/libz.a(deflate.o): deflate: multiply defined
> /usr/local/lib/libz.a(deflate.o): deflateInit_: multiply defined
> /usr/local/lib/libz.a(zutil.o): zlibVersion: multiply defined
> /usr/local/lib/libz.a(zutil.o): zError: multiply defined
> collect2: ld returned 1 exit status
> make[2]: *** [target_static] Error 1
> make[2]: Leaving directory `/usr/download/apache_1.3.23/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/usr/download/apache_1.3.23'
> make: *** [build] Error 2
>
>
> Had anybody similar problems or does someone know how to find out sth.
> about this multiple definition or to get rid of it?
> It tried it at least 50 times with various configure options, , various
> versions of apache and php(4.0.6) They give the same error.
>
> Jürgen Schoch
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
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 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
While you are at it, install zlib-1.1.4 instead; it fixes a potential
security hole in previous versions.
Regards,
Joe
--
_/ _/_/_/ _/ ____________ __o
_/ _/ _/ _/ ______________ _-\<,_
_/ _/ _/_/_/ _/ _/ ......(_)/ (_)
_/_/ oe _/ _/. _/_/ ah [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
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 mod_php4.c
AddType application/x-httpd-php .php
But the file php4apachedll doesn't exist. Where can i find it?!?! There is a problem
--- End Message ---
--- Begin Message ---
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, March 13, 2002 3:06 AM
> To: Joe Lira
> Subject: Re: [PHP-INST] mail doesn't work
>
> I don't know anything about phpBB but look in php.ini for the
> mail settings
> and set them. This is especially is important on windows
> since it doesn't
> have a mail server running on it. If that doesn't work, read
> the manual at
> http://www.php.net/mail and search the mailing list archives at:
> http://marc.theaimsgroup.com/?l=php-install&r=1&w=2 (php-install)
> http://marc.theaimsgroup.com/?l=php-general&r=1&w=2 (php-general)
> and you'll find someone has answered this question before ...
>
> ----- Original Message -----
> From: "Joe Lira" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
>
>
> > I installed php and mySQL, and phpBB. The mail function on
> phpBB isn't
> > working. It says it sent the email but it never arrives at
> anyone's inbox.
> I
> > asked the phpBB guys about it and they pointed me at php
> saying it was a
> php
> > configuration problem.
> > Can anyone suggest steps to troubleshoot or fix this?
>
--- End Message ---
--- Begin Message ---
Says "missing ocx control"
does not configure
--- End Message ---
--- Begin Message ---
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 server: ld.so.1:
/usr/apache/bin/httpd: fatal: relocation error: file
/usr/apache/libexec/libphp4.so: symbol uncompress: referenced symbol not
found
/usr/apache/bin/apachectl startssl: httpd could not be started
Thanks for any help.
> Ming Yu
> ===================================
> Enterprise Communications Group - BIX
> JHU Applied Physics Laboratory
> Telephone: 443 778-7117 Fax: 443 778-5727
> Email: [EMAIL PROTECTED]
===================================
--- End Message ---
--- Begin Message ---
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"
<Ming.Yu@jhuap To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
l.edu> cc:
Subject: [PHP-INST] PHP-4.1.2
Installation:
03/13/2002
05:00 PM
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 server: ld.so.1:
/usr/apache/bin/httpd: fatal: relocation error: file
/usr/apache/libexec/libphp4.so: symbol uncompress: referenced symbol not
found
/usr/apache/bin/apachectl startssl: httpd could not be started
Thanks for any help.
> Ming Yu
> ===================================
> Enterprise Communications Group - BIX
> JHU Applied Physics Laboratory
> Telephone: 443 778-7117 Fax: 443 778-5727
> Email: [EMAIL PROTECTED]
===================================
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
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_Dyke
@Keane.com To: "Yu, Ming" <[EMAIL PROTECTED]>
cc: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
03/13/2002 Subject: Re: [PHP-INST] PHP-4.1.2
Installation:
05:07 PM
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"
<Ming.Yu@jhuap To:
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
l.edu> cc:
Subject: [PHP-INST] PHP-4.1.2
Installation:
03/13/2002
05:00 PM
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 server: ld.so.1:
/usr/apache/bin/httpd: fatal: relocation error: file
/usr/apache/libexec/libphp4.so: symbol uncompress: referenced symbol not
found
/usr/apache/bin/apachectl startssl: httpd could not be started
Thanks for any help.
> Ming Yu
> ===================================
> Enterprise Communications Group - BIX
> JHU Applied Physics Laboratory
> Telephone: 443 778-7117 Fax: 443 778-5727
> Email: [EMAIL PROTECTED]
===================================
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
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.com/
Memories Of Deep River
http://www.jkcc.com/evje/
--- End Message ---
--- Begin Message ---
Hi guys,
I am trying to compile php4.1.1 as a DSO module with LDAP support:
Here is what options I use for creating php module:
./configure --prefix=/home/dev/php/php-4.1.1 \
--with-apxs=/home/bpia/bin/apxs \
--with-ldap=/home/bpia/ldapsdk \
--with-openssl \
--with-db \
--with-gdbm \
--with-zlib \
--with-bz2 \
--with-regex=php \
--enable-inline-optimization \
--enable-debugger \
--enable-magic-quotes \
--enable-track-vars \
--enable-yp \
--without-mysql \
--with-xml \
--with-gmp \
--with-mhash \
--enable-bcmath \
--with-config-file=/home/bpia/php.ini
I do generate libphp4.so without any errors but I don't have LDAP support in
the generated shared library.... I do have /home/bpia/ldapsdk....
I was able to have LDAP support with the same exact ldapsdk a while ago.
I would really appreciate your help.
Leon
-----------
Leon Zilber
HP Internet Operation R&D Lab
phone: 973.443.78.82
email: [EMAIL PROTECTED]
--- End Message ---