Re: [PHP-INST] Re: unique install, having problem

2003-02-06 Thread Goetz Lohmann
t; explicitly (usually =/usr is adequate for me). That may solve your compile > problem. As for your PEAR issue, that sounds weird. Good luck on that! good luck to all hacking in the weird, from me too ;-) -- @ Goetz Lohmann, Germany | Web-Developer & Sys-Admin \/ --

Re: [PHP-INST] unique install, having problem

2003-02-06 Thread Goetz Lohmann
Mitch Pirtle schrieb: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thursday 06 February 2003 14:32, Goetz Lohmann wrote: > >>Mitch Pirtle schrieb: >> >>>-BEGIN PGP SIGNED MESSAGE- >>>Hash: SHA1 >>> >>

[PHP-INST] Re: unique install, having problem

2003-02-06 Thread Goetz Lohmann
for each function it appears in.) > make[3]: *** [sapi_apache.lo] Error 1 > make[3]: Leaving directory `/root/php-4.0.6/sapi/apache' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/php-4.0.6/sapi/apache' > make[1]: *** [all-recursive] Error 1 &

Re: [PHP-INST] unique install, having problem

2003-02-06 Thread Goetz Lohmann
ot alone with this problem. > maybe no one answer cause nobody know the question, is busy, or just think this question isn't worth a line to note ... maybe you could find a php-4.3.0 RPM at the link below which mean it is possible to compile it on redhat 8 ! http://rpm.pbone.net/index.php

[PHP-INST] Re: Is there a area for general php Questions?

2003-02-06 Thread Goetz Lohmann
irect me to the right > forum. > > Thanks > [EMAIL PROTECTED] -- @ Goetz Lohmann, Germany | Web-Developer & Sys-Admin \/ -- () He's the fellow that people wonder what he does and || why the company needs him,

Re: [PHP-INST] Re: php files not being parsed -

2003-02-06 Thread Goetz Lohmann
ed to 127.0.0.1 in the hosts file like 127.0.0.1 localhost cause all is done by IP ... also your browser use the IP, only for human beings are the domain names and if the system can't resolve localhost to 127.0.0.1 it wouldn't find anything on it. by the way, default port for http is 8

[PHP-INST] Re: Installing php-4.2.1 on Solaris 8 Server - zend.h:55:19: unix.h:No such

2003-02-04 Thread Goetz Lohmann
`zend_language_parser.lo' > Current working directory /apps/php-4.2.1/Zend > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > did you have a unix.h ??? ... maybe ./configure goes wrong ... maybe should tell him that its not Unix but Solaris

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Goetz Lohmann
t;>> >>> maybe the AddType application/x-httpd-php .php is inside of a Tag which define this only for that instead in ??? maybe you could also put in in a VirtualHost tag if you using them like: ... AddTypetext/html .shtml AddType application/x-httpd-php .php3 AddT