php-install Digest 23 Mar 2001 18:25:34 -0000 Issue 232

Topics (messages 2561 through 2567):

multiple php installs?
        2561 by: Jeff Dickison

test
        2562 by: joc

Re: Not able to install PHP with LDAP
        2563 by: Jani Taskinen

php on netware enterprise webserver
        2564 by: Sven Hartmann

Mailing list
        2565 by: alex

Sablotron support from PHP RPM
        2566 by: matt.thebackpacker.com

Win95/Apache - Internal Server Error
        2567 by: Heiko Wöhr

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]


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


Hello everyone,
        I was wondering if it would be possible to have multiple php
installs on a server that would be running Netscape and Apache.  I already
have php/Netscape installed and would like to convert over to apache/php.
What concerns me is in the Install doc it wants to to a make install and I
am thinking that it would wipe out my current install and break Netscape.
Is there any way I can have both of these beasts on the same box?

Thanks!
Jeff


==                                                                   ==
The nice thing about Windows is - It does not just crash, it displays a
dialog box and lets you press 'OK' first.





test




On Thu, 22 Mar 2001, Bernd Muent wrote:

>My System:
>Suse Linux 7.0, Apache 1.3.12 in /usr/local/apache, openldap 2 in
>/usr/local/openldap
>
>The ldap-server is working, ldapsearch, ldapadd etc. is possible.
>
>in /usr/lib there are the modules: libldap.a, libldap.so, libldap.so.1 and
>libldap.so.1.00
>in /usr/local/lib there are : libldap.a, libldap.la,libldap.so, libldap.so.2,
>libldap_r.a, libldap_r.la and libldap_r.so

Uh..you have libs in different place than header files?
Or what? Try with --with-ldap=/usr/local/openldap if you have
both header files and libs under that directory.
(i.e. in /usr/local/openldap/lib/ and /usr/local/openldap/include/)

>So did a new ./configure --with-apxs for php. [I also tried 2 times with:
>--with-ldap and --with-apache. It seems that with Apache and with apxs is
>impossible (Problem : PHP as module or PHP as CGI]
>Then make clean, make, make install
>With the Option --with-apxs the line: LoadModule php4_module
>/usr/lib/apache/libphp4.so was insertet in my httpd.conf, but restarting apache
>was not possible ("Configuration broken"), although /usr/lib/apache/libphp4.so
>really exists.

Might help if you'd tell what the error message is..

--Jani





hi,

has anybody installed php4 on a netware enterprise webserver on netware 5.1
????






aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa





Is there a way to turn on Sablotron when php is installed from an RPM?
I am a newbie at RH 7, so my PHP is installed from an RPM.  I have tried
to figure out a way to install Sablotron, but everything I found talks
about compiling PHP from the source.  So I have downloaded expat and
sablot and tried to compile, but keep getting the error
"cannot find -lxmltok"

What do I need to do in order to get this running?


Matt





Hi,

I've installed PHP4 on Win95. It should work with Apache like my
Perl/CGI scripts..
When I try to load a page i get an INTERNAL SERVER ERROR.

[Fri Mar 23 18:49:02 2001] [error] [client 127.0.0.1]
c:/develop/php4/seminar/hello.php is not executable; ensure interpreted
scripts have "#!" first line
[Fri Mar 23 18:49:02 2001] [error] [client 127.0.0.1] (2)No such file or
directory: couldn't spawn child process:
c:/develop/php4/seminar/hello.php

I tried to add a file extension mapping to the registry like I did with
Perl/CGI.
.pl       "c:\develop\perl4\bin\perl.exe %s %s"
.php    "c:\develop\php4\php.exe %s %s"

Unfortunately the same happened.

I added a unix-like first line
#!c:/develop/php4/php.exe

It works!

.. but this line also appears in my browser.

Any help for a satisfying configuration appreciated.

Heiko



Reply via email to