[PHP-INSTALL] php5 install problem on OSX 10.3.4

2004-08-25 Thread gohaku
Some INFO: php version: 4.3.7 apache version: 1.3.29 osx version: 10.3.4 Hi everyone, I am currently experiencing problems installing/upgrading to php5 from php4.3.7 Here is what I have tried so far: configure, make, and make install php5 from sources Installed php5 with Marc Lyniage's PHP5 packa

[PHP-INSTALL] Re: Installing PHP5

2004-08-25 Thread Brad Kowalczyk
hi, while searching the archives for a solution to my prob installing php5 on apache2 as a DSO i came across a mail with a similar prob. ie no libphp5.so being created I found this solution and thought I'd share it here for the interested: after running ./configure edit the libtool file and look

[PHP-INSTALL] Gettext and libintl-1.dll

2004-08-25 Thread Don Martin
We are trying to install and test a PHP application, knowledgeTree, that uses gettext. Instructions to implemet gettext require that libintl-1.dll should be installed in the %SYSTEMDIR%. We have looked everywhere for libintl-1.dll and not found it. Our search started at the gnu site. Can anyon

Re: [PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Jürgen
Hi Harold. It's kinda weird it didn't work (I used it in a computer that had win 98 before but setting up the CGI binary) I'm asumming you are using apache. If you are, have you copied the 2 lines of code in your apache httpd.conf so you can set up the CGI binary? ScriptAlias /php/ "c:/php/" Add

Re: [PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Harold
[EMAIL PROTECTED] wrote: Hi Harold. There is a nice tutorial that will help you at http://www.mattjacob.org/server/index.html Thank you, Jurgen. Unfortunately it specifically says "definitely not Windows 98." Still, I followed it anyway, and found a reference to doc_root, so I set doc_root = "c:

Re: [PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Jürgen
Hi Harold. There is a nice tutorial that will help you at http://www.mattjacob.org/server/index.html Hope it helps Best regards --- Harold <[EMAIL PROTECTED]> wrote: > Good morning, > > I hope someone can help be get started; I'm at > ground zero and not > making any progress. The goal is

[PHP-INSTALL] How I can unsuscribe?

2004-08-25 Thread ALTAIR -
I tryed to unsuscribe in the web, but the confirmation menssage is no send to my mail. _ ¿Estás pensando en cambiar de coche? Todas los modelos de serie y extras en MSN Motor. http://motor.msn.es/researchcentre/

[PHP-INSTALL] PHP does not seem to be configured correctly

2004-08-25 Thread Harold
Good morning, I hope someone can help be get started; I'm at ground zero and not making any progress. The goal is MySQL with PHP support. I have a simple test page which says -- Hello from HTML. -- but only the HTML line appears. There seems to be no connection between the page and PHP. T

[PHP-INSTALL] PHP static linked

2004-08-25 Thread Patrik Moberg
How do you compile and link PHP 5.0.1 with static libraries instead of dynamic ones? Any configure parameter available or how do you go about? /Patrik