php-install Digest 22 Aug 2001 20:01:30 -0000 Issue 426

Topics (messages 4057 through 4067):

Re: [PHP] php 4.0.6 and imap support
        4057 by: Jani Taskinen

It works (was Re: [PHP-INST] Re: [PHP] php 4.0.6 and imap support)
        4058 by: Lic. Rodolfo Gonzalez Gonzalez

PHP 4.0.5 and imap
        4059 by: Hanso
        4060 by: Lic. Rodolfo Gonzalez Gonzalez

Re: Suse 7.2 + Apache + PHP
        4061 by: Walter, Marcel
        4063 by: Atif_Jakupovic.hc-sc.gc.ca

Help me -,.- ==> *^^*
        4062 by: ¹ÚÁ¾ÈÆ

Problem PHP Mail Function Not Working
        4064 by: Vivek Jallan

SSI (Service Side Includes) - How to get Top and Side Bar with PHP scripts
        4065 by: Atif_Jakupovic.hc-sc.gc.ca

problems with building php 4.0.6
        4066 by: ottem.rocko.cc.ndsu.nodak.edu

Installation PHP/Apache Windows ME
        4067 by: JOHAN PRINTZ

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]


----------------------------------------------------------------------



There were some bugs in 4.0.6. I fixed them and this
should work just fine now. Just wait for 4.0.7 or better
yet, help us a little and test that this REALLY works with
it and get a latest CVS snapshot from here: http://snaps.php.net/

--Jani


On Tue, 21 Aug 2001, Lic. Rodolfo Gonzalez Gonzalez wrote:

>On Mon, 13 Aug 2001, Jason Rennie wrote:
>
>> > have build and installed the imap-2000-9 rpm's (including devel), php will
>> build correctly but complains about an undefined symbol mxdriver.
>
>I'm having the same problem. I even used the latest IMAP snapshot from UW
>and the same problem again, undefined symbol mxdriver :(
>
>Anyone have been able to make this run?. I haven't had problems with
>--with-imap before in a RH 6.2 box, but now in RH 7.1 with php-4.0.6 and
>the lates imap snapshot this situation seems the most common (just look
>for mxdriver with Google): you build the libphp4.so ok, it installs ok,
>then you restart apache and wow! it doesn't know the mxdriver.
>
>Any help will be REALLY appreciated.
>
>





On Wed, 22 Aug 2001, Jani Taskinen wrote:
> There were some bugs in 4.0.6. I fixed them and this
> should work just fine now. Just wait for 4.0.7 or better
> yet, help us a little and test that this REALLY works with
> it and get a latest CVS snapshot from here: http://snaps.php.net/

Tested, and it works, at least apache doens't complain, I'll test the
functions tomorrow (it's 2 am here and need to wake up in 3 hours :) ),
Tested with php4-200108212235.tar.gz from the snapshots and the latest
snapshot for imap, and with almost all current libraries supporting these
flags:

   Configure Command  './configure' '--prefix=/usr'
      '--with-config-file-path=/etc' '--disable-debug' '--enable-pic'
                 '--enable-shared' '--enable-discard-path'
        '--enable-inline-optimization' '--with-apxs=/usr/sbin/apxs'
     '--with-exec-dir=/usr/bin' '--with-regex=system' '--with-gettext'
             '--with-imap=/usr' '--with-imap-ssl' '--with-gd'
      '--with-jpeg-dir=/usr' '--with-png' '--with-zlib' '--with-db2'
            '--with-db3' '--with-gdbm' '--enable-magic-quotes'
        '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem'
   '--enable-sysvshm' '--enable-track-vars' '--enable-yp' '--enable-ftp'
       '--with-xml' '--with-openssl' '--enable-bcmath' '--with-bz2'
         '--enable-calendar' '--with-crack=/usr' '--enable-ctype'
   '--with-curl' '--with-dom' '--with-ttf' '--with-gmp' '--with-wddx'
               '--with-kerberos' '--with-ldap' '--with-ical'
         '--with-mcal=/usr/local/mcal' '--with-mhash' '--with-mm'
    '--enable-force-cgi-redirect' '--with-mysql=/usr' '--with-unixODBC'
   '--with-pgsql' '--enable-trans-sid' '--with-iconv' '--with-snmp=/usr'
             '--with-mcrypt' '--with-java=/usr/java/jdk1.3.1'
                           '--enable-versioning'

The system was a Linux RedHat 7.1 box up to date.

I made a rpm, with the shared library, so if you want to try it too in
your system without compiling, just ask for it (you'll probably need to
remove many configuration options from the .spec and rebuild, anyway, as
most systems won't have all that stuff, and it doesn't make shareds for
the modules, yet).

Just one question: was --with-imap-ssl removed?, it doesn't appeared in
the configure output (maybe I was just sleeping :) ). Also I needed to ln
-s two libs from openssl to plain .so file names 'cause configure
complained.

Thank you very much, Jani.

Regards.
-- 
Lic. Rodolfo Gonzalez Gonzalez.
Global Networks Technologies S.A. de C.V.






I installed PHP4.0.5 but dont know something. I want to install the HORDE
package and the imap package. IMAP need PHP to be compiled with imap
sipport.. How do i know if my actual installation has already got the imap
support? If it doesn´t have it, can i just recompile the PHP 4.0.5 to have
without doing anything else?
Thanks






On Wed, 22 Aug 2001, Hanso wrote:

> sipport.. How do i know if my actual installation has already got the imap
> support? If it doesn´t have it, can i just recompile the PHP 4.0.5 to have

configure should hopefully tell you.

Regards,
Rodolfo.







Or alternatively do "ps -ef"
and look if apache is started with -D PHP ...

If not .... then look into /etc/init.d/apache   (and add somewhere -D PHP)
or find
out how this start / stop -script checks for existence of PHP  .....

Or look into /etc/SuSEconfig ... ( but I don´t know where to look in there )
> -----Original Message-----
> From: Paulo Assis [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, August 22, 2001 04:09
> To:   [EMAIL PROTECTED]
> Subject:      [PHP-INST] Re: Suse 7.2 + Apache + PHP
> 
> SuSE sends some parameters when running the apache web server, these
> parameters are taken from the SuSEconfig, and are checked at the
> httpd.conf
> when apache is starting.
> If you are using the apache that comes with suse, edit httpd.conf and
> remove
> these checks.
> 
> Paulo Assis
> 
> "Adam Oliver" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I installed the rpms for php but it still does not work.  The browser
> > prompts me whether I want to open or save a php file.  I then compiled
> and
> > installed from the source.  Same problem.  The sections loading the
> > libphp4.so module and mod_php4.c are there.  As is the section that
> > associates .php and .php4 extensions.  Any ideas as to what the problem
> > might be?
> >
> >
> > ----------------------------------------------------
> > Adam D. Oliver
> > Independent Consultant
> > http://www.meyedev.com/people/aoliver.html
> > [EMAIL PROTECTED]
> >
> >
> >
> >
> 
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


If you have received this e-mail in error or wish to read our e-mail disclaimer 
statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.






Hi Marcel,

Check your "httpd.conf" file, and look for this line:

     AddHandler server-parsed .shtml .htm .html .php

If you have the ".php" in the above line remove it, then restart apache server.

I hope it will help,

Atif




"Walter, Marcel" <[EMAIL PROTECTED]> on 22/08/2001 04:01:39 AM

To:   "'Paulo Assis'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc:    (bcc: Atif Jakupovic/HC-SC/GC/CA)

Subject:  RE: [PHP-INST] Re: Suse 7.2 + Apache + PHP




Or alternatively do "ps -ef"
and look if apache is started with -D PHP ...

If not .... then look into /etc/init.d/apache   (and add somewhere -D PHP)
or find
out how this start / stop -script checks for existence of PHP  .....

Or look into /etc/SuSEconfig ... ( but I don´t know where to look in there )
> -----Original Message-----
> From:   Paulo Assis [SMTP:[EMAIL PROTECTED]]
> Sent:   Wednesday, August 22, 2001 04:09
> To:     [EMAIL PROTECTED]
> Subject:     [PHP-INST] Re: Suse 7.2 + Apache + PHP
>
> SuSE sends some parameters when running the apache web server, these
> parameters are taken from the SuSEconfig, and are checked at the
> httpd.conf
> when apache is starting.
> If you are using the apache that comes with suse, edit httpd.conf and
> remove
> these checks.
>
> Paulo Assis
>
> "Adam Oliver" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I installed the rpms for php but it still does not work.  The browser
> > prompts me whether I want to open or save a php file.  I then compiled
> and
> > installed from the source.  Same problem.  The sections loading the
> > libphp4.so module and mod_php4.c are there.  As is the section that
> > associates .php and .php4 extensions.  Any ideas as to what the problem
> > might be?
> >
> >
> > ----------------------------------------------------
> > Adam D. Oliver
> > Independent Consultant
> > http://www.meyedev.com/people/aoliver.html
> > [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


If you have received this e-mail in error or wish to read our e-mail disclaimer
statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.

--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]







Hello ~
I have a very difficult problem, So I would like to get solution or information about 
my 
problem...

I'm a php programmer in my company. Last month, I made a program like a board. 

My test server is under Linux (Suse 6.4), Oracle 8.0.5, Apache...
So, my program works under my test server...

But, our main server which is under Unix(Sun solaris 2.6), Oracle 8.0.5, OAS(web 
server)...

As you know, PHP is not installed in my main server...
So, I look forward to finding how to install in this system^^
I would like to know if it is possible to install PHP with OAS(web server)...

Please help me...  





Hello,

I am running PHP4.0.2 on Red Hat Linux 5.0.2 with sendmail-8.9.3-14 and
apache-1.3.14-2.5.x .

The mail() function in my PHP did not work right from day one although
everything seems to be
in order, although it returns no error but no mail is being send out.

Additionally, this information from my phpinfo() function shows that
sendmail is working properly -->

Regex Library Bundled library enabled
Dynamic Library Support enabled
***Path to sendmail /usr/sbin/sendmail -t -i

***sendmail_from
 no value no value
***sendmail_path
 /usr/sbin/sendmail -t -i  /usr/sbin/sendmail -t -i


When i contacted my servers providers their reply was;

The mail() function actually does not appear to be working on your
server although it does not return any errors. The issue here is where
the exact problem lies. There does not seem to be any reason why this
would not work properly.

In order to fully troubleshoot this issue, the following areas would
probably have to be examined:
(1)Apache installation
(2)Sendmail Installation
(3)PHP configuration.

I thought some out here can be of help troubleshooting this issue.

Any help is most welcome!

Thanks,
Vivek
India








Hi,

I install Apache 1.3.12, PHP-4.0.6 & MYSQL on Solaris 2.6 server.
Everything work fine.
Only I cannot get the Top & Side Bar with PHP scripts.

Please, does somebody know how to enable the SSI features with PHP scripts?

Thanks for your time,


Atif







I am trying to build php 4.0.6 but am getting this sentence at
the end of it " Something is likely to be messed up here, ...".

config options...



* BEGIN DEBUG FILE *

CONFIGURE:   './configure' '--with-zlib' '--with-mm' '--with-mysql' 
'--with-imap=../imap' '--with-gettext' '--enable-ftp' '--with-mcrypt' 
'--enable-versioning' '--prefix=/usr/local/php' 
'--with-config-file-path=/usr/local/php/conf' '--with-apxs=/usr/local/apache/bin/apxs' 
'--with-ndbm' '--with-gdbm' '--with-db'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:    -DLINUX=2 -DMOD_SSL=204105 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -DSUPPORT_UTF8
CXX:
CXXFLAGS:
INCLUDES:    -I/usr/local/apache/include  -I$(top_builddir)/Zend -I/usr/local/include  
-I/home/ottem/php/imap -I/home/ottem/php/php-4.0.6/ext/mysql/libmysql
LDFLAGS:     -Wl,-rpath,/usr/local/lib -L/usr/local/lib 
-Wl,-rpath,/home/ottem/php/imap/lib -L/home/ottem/php/imap/lib
LIBS:       -lmm -lmcrypt -lltdl -lpam -lintl -lgdbm -lz -lm -ldl
DLIBS:      -lc-client
SAPI:       apache
PHP_RPATHS:  /usr/local/lib /home/ottem/php/imap/lib
uname -a:   Linux mail 2.2.18 #1 SMP Wed Feb 7 07:13:38 CST 2001 i686 unknown

gcc -o conftest -g -O2  -DLINUX=2 -DMOD_SSL=204105 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT 
-DSUPPORT_UTF8  -Wl,-rpath,/usr/local/lib -L/usr/local/lib 
-Wl,-rpath,/home/ottem/php/imap/lib -L/home/ottem/php/imap/lib conftest.c -lmm 
-lmcrypt -lltdl -lpam -lintl -lgdbm -lz -lm -ldl  1>&5
ld: warning: libc.so.6, needed by /lib/libpam.so, may conflict with libc.so.5
ld: warning: libdl.so.2, needed by /lib/libpam.so, may conflict with libdl.so.1
./configure: line 47823:  4287 Segmentation fault      ./conftest
* END DEBUG FILE *

-- 
Kris Ottem                                   SENDIT Technology Services
[EMAIL PROTECTED]                       North Dakota State University
[EMAIL PROTECTED]                 Fargo, ND USA
voice: 701-231-9465   "Strange women lying in ponds distributing swords is
fax:   701-231-8541    no basis for a system of government."- Monty Python





Hi
all new to this...

I have installed PhpTriad found at Download. com, it works great..
everything starts up and I have managed to get MySQLAdmin up & running. But
nothing else, I have written a small PHP script but this won't work. I have
checked source and noting has been intepreted. What have I done wrong.
Best regards
Johan




Reply via email to