php-install Digest 10 Jul 2001 15:30:44 -0000 Issue 355

Topics (messages 3477 through 3487):

php & apache 1.3.6 & freebsd 2.2.8
        3477 by: Donald Dahlman

hiring someone to install
        3478 by: Donald Dahlman
        3486 by: Johannes Janson

PHP won't compile on Solaris 8
        3479 by: Jose Gracia Neto

php.ini - include path directive
        3480 by: Robert Posiadala

--enable-sigchild
        3481 by: Stefan Siefert
        3482 by: Thies C. Arntzen

Installing PHP 4.0.6 on IIS5 under W2K
        3483 by: David Zinzius
        3484 by: Stefan Siefert
        3485 by: David Zinzius

TE INFORMAMOS
        3487 by: COFOR

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]


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


I have tried to install php on my 2.2.8 Free BSD machine
I am running Apache 1.3.6, Mysql and I can run configure,
make and make install fine, but when I try to initiate the so
module under apache it gives me an error of
_finiate error module not loaded.
Can someone tell me what I need to do to install php4.xx under
apache 1.3.6 and freebsd 2.2.8
Thanks.





I would like to hire someone to install php 4.xx on to my
apache 1.3.6 with mysql installed and running on a freebsd 2.2.8
machine.
Thanks






Hi,

> I would like to hire someone to install php 4.xx on to my
> apache 1.3.6 with mysql installed and running on a freebsd 2.2.8
> machine.

no need to hire someone. There's enough documentation on this.
Would be a waste of money. It's not that hard. Even I managed
that on my Linux box and I'm coming from windoze.
Here's an article that might be helpful:
http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/

hope it works out
Johannes







Hi,

    I am trying to compile PHP on a sun sparc running Solaris 8. Here's the
screen dump:

# make
Making all in Zend
make[1]: Entering directory `/opt/src/php4/Zend'
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main   -D_POSIX_PTHREAD_SEMANTICS -DSUPPORT
_UTF8 -DXML_BYTE_ORDER=21  -o2 -I/opt/local/openssl/include -c
zend_language_scanner.c
In file included from ../main/php_config.h:1919,
                 from zend_config.h:1,
                 from zend.h:44,
                 from zend_language_scanner.c:2719:
/usr/include/stdlib.h:165: conflicting types for `getsubopt'
/usr/include/stdio.h:267: previous declaration of `getsubopt'
/usr/include/stdlib.h:189: conflicting types for `getopt'
/usr/include/stdio.h:265: previous declaration of `getopt'
In file included from /usr/include/string.h:18,
                 from ../main/php_config.h:1931,
                 from zend_config.h:1,
                 from zend.h:44,
                 from zend_language_scanner.c:2719:
/usr/include/iso/string_iso.h:60: warning: conflicting types for built-in
function `memcmp'
/usr/include/iso/string_iso.h:61: warning: conflicting types for built-in
function `memcpy'
/usr/include/iso/string_iso.h:65: warning: conflicting types for built-in
function `strcmp'
/usr/include/iso/string_iso.h:66: warning: conflicting types for built-in
function `strcpy'
In file included from zend_language_scanner.c:2749:
/usr/include/unistd.h:382: conflicting types for `rename'
/usr/include/iso/stdio_iso.h:165: previous declaration of `rename'
zend_language_scanner.c:5441: conflicting types for `zend_scan_string'
zend_language_scanner.c:256: previous declaration of `zend_scan_string'
zend_language_scanner.c:5459: conflicting types for `zend_scan_bytes'
zend_language_scanner.c:257: previous declaration of `zend_scan_bytes'
zend_language_scanner.c:5552: conflicting types for `yy_fatal_error'
zend_language_scanner.c:293: previous declaration of `yy_fatal_error'
make[1]: *** [zend_language_scanner.lo] Error 1
make[1]: Leaving directory `/opt/src/php4/Zend'
make: *** [all-recursive] Error 1

Can anyone help me? I am sure I have the required versions of gcc, bison
etc.

Thanks,

Jose






Hi,
I have a big problem with upgrading my system from php3 to php4.
The problem is very simple ;).
In php3 I could use include path directive directly in virtual host section in apache 
config file. It was very good beacuse I could configure each virtual www in different 
way.
In php4 include path can be set only in php.ini file.
Does any body know to solve this problem.

Thanks for any answers.

Robert
Gammanet








Hi,

does anyone know what the PHP SigChild Handler is? I only find it together
with Oracle usage in the web... does it make sense to use it? What do you
think about the handler?

Thanks,

Stefan





On Tue, Jul 10, 2001 at 12:27:45PM +0200, Stefan Siefert wrote:
> Hi,
> 
> does anyone know what the PHP SigChild Handler is? I only find it together
> with Oracle usage in the web... does it make sense to use it? What do you
> think about the handler?

    you only need it if you connect to oracle > 8.1.0 via the
    bequeeze interface.

    tc
> 
> Thanks,
> 
> Stefan
> 
> 
> -- 
> 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]
> 




Hi,

I have a small problem with my installation. If I install PHP as CGI Skript
like the install.txt I always get

the cgi application misbehaved by not returning a full set of http headers,
the headers it did not return are:

If I install it with ISAPI I always get:

Warning: Failed opening 'C:\Inetpub\dev\energiemarkt\test.php' for inclusion
(include_path='.\;c:\php; c:\php\sap; c:\php\extensions\; c:\php\dlls') in
Unknown on line 0

I have read the install.txt and tried everything in there, but nothing
helps....

Can't anybody help me plz?


--
---
Existenz ist die Perfektion der Illusion






Hi,

hm, did you (in ISAPI) enter php.exe %s %s ? Cause if you do not so (e.g.
only php.exe) this could be the reason for this error ... :-)

Stefan

-----Ursprüngliche Nachricht-----
Von: David Zinzius [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 10. Juli 2001 13:09
An: [EMAIL PROTECTED]
Betreff: [PHP-INST] Installing PHP 4.0.6 on IIS5 under W2K


Hi,

I have a small problem with my installation. If I install PHP as CGI Skript
like the install.txt I always get

the cgi application misbehaved by not returning a full set of http headers,
the headers it did not return are:

If I install it with ISAPI I always get:

Warning: Failed opening 'C:\Inetpub\dev\energiemarkt\test.php' for inclusion
(include_path='.\;c:\php; c:\php\sap; c:\php\extensions\; c:\php\dlls') in
Unknown on line 0

I have read the install.txt and tried everything in there, but nothing
helps....

Can't anybody help me plz?


--
---
Existenz ist die Perfektion der Illusion



--
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]







> hm, did you (in ISAPI) enter php.exe %s %s ? Cause if you do not so (e.g.
> only php.exe) this could be the reason for this error ... :-)

Hmm i tried entering as CGI [PATH]\php.exe %s %s then I got the CGI
Error.... In ISAPI I tried it now with [PATH]\php4isapi.dll %s %s now I get
the error message:

Das angegebene Modul wurde nicht gefunden.

translation to englisch (or a near translation ;-) ):

The module wasn't found

I hate windows....

Greetings,

David








Jacarilla 8.7.2001.Publicidad/Enseñanza a Distancia 
 
 
      Hola que tal:
 
      El motivo de la presente carta es informarte de la posibilidad de poder 
realizar algún curso a distancia de tu interés, cursos relacionados con tu 
trabajo inquietudes  y ocio.ect.El conocimiento es el mayor patrimonio de 
que podemos disponer.
 
      Nos dedicamos desde 1996.a impartir cursos a distancia disponemos 
de una amplia variedad de cursos sencillos  para poder seguirlos 
comodamente desde cualquier parte del mundo y a unos precios muy 
competitivos.
      
 
NET
------------
Comercio Electrónico
Redes y Sistemas
Sistemas Servers
Diseño Web
Direccion Empresa Net
Management  Business
 
BUSSINES
------------
Gestor Comercial y Marketing
Marketing Mix 
Relaciones Publicas
Dirección Planificación de Empresa
Recursos Humanos
Comercio Exterior
Direccion Comercial
Gestión Medio Ambiental
Control de Calidad
 Management  Bussines
Dirección de Restaurantes
----------------------------------
 
SALUD SUPERACION PERSONAL
-------------------------------------
Superación de Estrés
Psicoterapia
Dietética y Nutrición
Dieta Mediterránea 
Nutrí terapia y Salud
Nutrición y Deporte
Cocina Sana
Monitor Aeróbic-Fittnes
Monitor Yoga Tai-Chi
Hipnoterapia
Quiromasaje y Reflexoterapia
Aromaterapia
Cosmética Natural
Hierbas Medicinales
Balnoterapia y Salud
--------------------------------------
Los cursos  son de 200.horas lectivas el precio standar por curso es de 
35.000.pts.España a plazos.Iberoamerica 150.usa dolar aplazados.
El Diploma:
 "Técnico Especialista"
 El tiempo aproximado por curso dependiendo de los conocimientos en 
areas similares de que se disponga,es entre 2-6.meses.aprox.
 
Si desean que les ampliemos información pueden enviar un e-mail les 
contestaremos con la mayor brevedad y les indicaremos nuestro espacio 
web que se encuentra en reformas.
 
Envie e-mail:
      [EMAIL PROTECTED]
     [EMAIL PROTECTED] 
 
Sin otra que rogarte me envies un e-mail si estas interesado/a
Te enviamos un saludo.
 Merce Sanchez 
Gestión Integral 1.S.L
 C/ Virgen de Belén, 30
 03310 Jacarilla  (Alicante)ESPAÑA
 
Si desea no recibir mas  e-mail.  [EMAIL PROTECTED]
                                                                                       
                             
                                     

 
 
 
 
 
      


Reply via email to