Re: [PHP-INST] error in configure apx sand mysql with php

2003-06-19 Thread Jim Thome
Add the path to the apxs switch... --with-apxs=/path/to/apxs >>> saad al-hajeri <[EMAIL PROTECTED]> 06/19/03 02:45PM >>> while I issue this command to configure mysql ./configure --with-mysql --with-apxs it gave this error ./configure :line 3096:apxs :command not found configure :error :aport

Re: [PHP-INST] Error

2003-01-03 Thread Johnny Matthews
When I loaded the page on the localhost, I actually got an error. It was the force_redirect that was not set right. But, in my PHP.ini it was. So I did a little looking, and somehow another php.ini in a different location on my machine was messing up my c:\winnt\php.ini. So I deleted the other on

Re: [PHP-INST] Error

2003-01-03 Thread toby -
hi can u share ur code with us toby _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

Re: [PHP-INST] Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Stephen Edmonds
The most likely problem is that php_mcrypt.dll is not in the directory c:\php-4.3.0-Win32\extensions. Check the directory and see if you can find it. If not, then you will need to find a version for php 4.3.0 and place it in the extensions folder before you can use it. Good Luck Stephen - Or

RE: [PHP-INST] error making php

2002-07-08 Thread leandro asnaghi-nicastro
On This Day, in the Year of Our Lord 8 Jul 02, at 9:57, thus spake Jonathan Thomas : > Since you're compiling with apache2 are you using --with-apxs2 ? I am, but I get a similar error as Abdel is getting. leandro ___ leandro asnaghi-nicastro - editor in chief capital of nasty - http://co

Re: [PHP-INST] Réf. : [PHP-INST] Réf. : RE: [PHP-INST] error making php

2002-07-08 Thread Chris Hewitt
Abdel, If you want PHP as an Apache module then apxs (or apxs2 if using Apache2) is needed. If you want PHP as a CGI then it is not. We do not know anything about your operating system, php version or what errors you are getting. I have not used Apache2 so I may not be able to help, but I'm s

[PHP-INST] Réf. : [PHP-INST] Réf. : RE: [PHP-INST] error making php

2002-07-08 Thread abdel . ramli
So if apxs has to be used, then I'm in serious trouble as I'm not able to make it work. Please help if u can. What may be the possible reason which fail my php make when I specify --with-apxs2=/path/to/apxs Thanx \\\___/// \\

[PHP-INST] Réf. : RE: [PHP-INST] error making php

2002-07-08 Thread abdel . ramli
Newbie question :D'U know if it is possible to get apache work with php as DSO without using apxs ? Thanx \\\___/// \\ _ _ // ( @ @ ) +---oOOo-(_)-oOOo+ Abdel RAMLI [EMAIL P

RE: [PHP-INST] error making php

2002-07-08 Thread Jonathan Thomas
Since you're compiling with apache2 are you using --with-apxs2=/path/to/apxs/binary ? Thanks, JT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 9:40 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] error making php Hi all, Trying to m

Re: [PHP-INST] error in make, where is unix.h????

2002-06-20 Thread Gustavo A. Baratto
I just ran into this problem also. comment out the line below in the files Zend/zend.h and main/php.h /* #include */ and run make again. There seems to have a problem with configure script Sung Joo-Yong wrote: > Hi ~ > > I wanna install PHP 4.2.1 on Solaris 2.5.1 > In configuring, I could s

RE: [PHP-INST] Error configuring PHP 4.1.1

2002-02-27 Thread Mikael Petterson (ERA)
Hi, What version and os are you using. Seems like your apache was not correctly built! Check log in apache. //Mikael -Original Message- From: Brett Cavé [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] Error configuring PHP

Re: [PHP-INST] Error configuring PHP 4.1.1

2002-02-26 Thread Rasmus Lerdorf
Ack, big-time RTFM here. Please read the INSTALL file. For --with-apache you must have the Apache source tree available. For --with-apxs you obviously need apxs. Usually in the various apache-dev packages on the various systems. If you don't have either, then yes, you can only build the cgi v

Re: [PHP-INST] error configurating php-4.1.1

2002-02-21 Thread Tomas Nicolajsen
"B. Perrine" <[EMAIL PROTECTED]> skrev i melding 1014319987.17633.20.camel@FatAgnus">news:1014319987.17633.20.camel@FatAgnus... Your configuration exit after trying to find a compilator ... Have you a compilator that suit to compile PHP on your box ??? I may sound stupid, but what is a compilato

Re: [PHP-INST] error configurating php-4.1.1

2002-02-21 Thread B. PERRINE
Your configuration exit after trying to find a compilator ... Have you a compilator that suit to compile PHP on your box ??? le mar 19-02-2002 à 19:51, Tomas Nicolajsen a écrit : > > When I try to configure php-4.1.1 with my > Apache-AdvancedExtranetServer/1.3.20 I get the following error: >

RE: [PHP-INST] (Error) Premature end of script headers

2002-02-20 Thread Hunter, Ray
Check to make sure that the apache server is looking in the correct location for your php.exe file. C:\php\php.exe Not C:php/php.exe Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: H.M. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 2:45 A

RE: [PHP-INST] Error executing PHP on Apache

2002-01-05 Thread S Chouinard
Figured it out... didn't have the proper .dll files in the same folder as the php.exe > I have PHP 4.0 on Apache 1.3.12 and I can't get PHP files to execute > properly in the browser. > > Have edited httpd.conf for Apache as indicated in install instructions. > > The error I get is this: > > php.

Re: [PHP-INST] Error: Restarting Apache w/ PHP as DSO on redhat 7.2

2001-11-28 Thread Erik Price
I don't know EXACTLY how to help you... but I think I had a similar problem that was solved (in my case) by editing the httpd.conf file. If you're already done this, disregard the following: Uncommment or add the lines AddType application/x-httpd-php .php # you may have to add the suf

Re: [PHP-INST] Error: Restarting Apache w/ PHP as DSO on redhat 7.2

2001-11-27 Thread charles
no.php this works for me.. charles - Original Message - From: "Chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 1:40 AM Subject: Re: [PHP-INST] Error: Restarting Apache w/ PHP as DSO on redhat 7.2 > Greetings Clacy, > Mind

Re: [PHP-INST] Error: Restarting Apache w/ PHP as DSO on redhat 7.2

2001-11-27 Thread Chris
Greetings Clacy, Mind you, the experience I share here is *primarily* from *BSD. However, I have a great deal of experience with Win(whatever) and Linux as well. I just blew away my "potato" install. So I can't look at it for reference. That said, let's go. Read further down... > Heres what I ha

Re: [PHP-INST] Error in "make"

2001-10-02 Thread Augusto Cesar Castoldi
OK. so I have to install C again? and what do you mean with " > * to be honest, we use apache > 1.3.20+mod_ssl+php4.0.4pl1+jserv in prod. " see you, Augusto --- "B. PERRINE" <[EMAIL PROTECTED]> escreveu: > le mar 02-10-2001 at 16:00 Augusto Cesar Castoldi a > écrit : > > Hi... I really need h

Re: [PHP-INST] Error in "make"

2001-10-02 Thread B. PERRINE
le mar 02-10-2001 at 16:00 Augusto Cesar Castoldi a écrit : > Hi... I really need help for compile PHP. I have to > compile because the previous compiling didn't have > "-with-dom" option. > > I "./configure" my php-4.0.6 in RedHat 6.2 with this > command line: > "./configure --with-mysql > --wi

Re: [PHP-INST] Error 400 - Bad Request

2001-09-08 Thread Julie Meloni
Saturday, September 08, 2001, 1:11:41 PM, you wrote: BW> I'm running Apache web server as a service on win2k, I manually installed, BW> and the files are in C:\php2\. Here is the php part of my srm.conf: BW> ScriptAlias /php/ "c:/php2/" BW> AddType application/x-httpd-php .php BW> AddType applic

Re: [PHP-INST] Error connecting to MySQL with PHP4

2001-08-04 Thread Rasmus Lerdorf
> However, when I try to run the following simple script to connect to > MySQL on localhost, I get the baffling error: 'undefined function'. I > thought that MySQL connections were standard baked in PHP4. Unless specifically compiled to not have MySQL support, it is standard. Check phpinfo() and

Re: [PHP-INST] Error Starting PHP4 Under NES 3.6 SP3

2001-06-22 Thread Daryl DuLong
Thank you for the suggestion! I apparently forgot that step. However, I added LD_LIBRARY_PATH=/usr/lib to my start script and I got the same error. Is it correct that I want to map to libstdc++.so.. ? Should I, instead, try to map to the libraries only relevant to Netscape Enterprise (/va

Re: [PHP-INST] Error Starting PHP4 Under NES 3.6 SP3

2001-06-21 Thread Alfred Lerch
Hi Daryl, have you added LD_LIBRARY_PATH= to your Netscape server startup script ? see http://benoit.noss.free.fr/php/install-php4.html regards alfred > Daryl DuLong wrote: > > Hi All, > > I've searched through the archives for an answer to this error and I > can't seem to come up with one.

Re: [PHP-INST] Error on php4.05-installer.exe (Windows Installer)

2001-05-14 Thread Phil Driscoll
On Monday 14 May 2001 09:23, Jack wrote: > I had downloaded the php4.05-installer.exe (Windows Installer) from > php.net, after i install the program, there is one error in event viewer: > "The HTTP Filter DLL c:\PHP\php4ts.dll failed to load. The data is the > error" > Did anyone had the same cas

Re: [PHP-INST] Error configuring PHP for build

2001-04-03 Thread B. van Ouwerkerk
>I am trying to install PHP on a Red Hat Linux system and get an error which >seems to complain about not finding the mySql client software. both mySql >and Apache are installed and working correctly. Can anyone help point me in >the right direction with this. I have attached the debug.log fil

Re: [PHP-INST] Error: "Premature end of script headers: /u01/httpd/cgi-bin/test.php"

2001-03-27 Thread A.T.Z.
>/u01/httpd/cgi-bin/test.php" in the Apache error_log file with a simple test >file. Any suggestions? Put it somewhere else. NOT in your cgi-bin but in your www root, htdocs or however you call it. Bye, B. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

Re: [PHP-INST] Error while installing php with ldap

2001-03-20 Thread Jani Taskinen
You're not giving enough info..platform? ldap libraries used (openldap?) etc. And I tried to address some problems in CVS just a few days ago. So please try with latest CVS snapshot from http://snaps.php.net/ --Jani On Tue, 20 Mar 2001, kate wrote: >Hi all, >I install php with ldap enable as

Re: [PHP-INST] Error while installing php with ldap

2001-03-20 Thread DT
Dear Kate, what platform are u using? the default directory is /usr/local/ldap, did u installed ldap to another directory? cheers, dennis kate wrote: > Hi all, > I install php with ldap enable as follow, but got some erros.. please > help > > thanks > > Kate > > #./configure --with-ldap

Re: [PHP-INST] Error when start httpd after Compiling PHP4

2001-02-19 Thread Kai Schaetzl
> --with-kerberos > --with-kerberos --with-imap --with-imap-ssl see recent threads. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com IE-Center: http://ie5.de & http://msie.winware.org ClubWin - Help for Windows Users: http://www.clubw

Re: [PHP-INST] Error when start httpd after Compiling PHP4

2001-02-18 Thread Jani Taskinen
On Mon, 19 Feb 2001, The Net wrote: >./configure --with-apxs=/usr/sbin/apxs --with-mysql --with-xml >--with-imap --enable-track-vars --with-kerberos -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] error with win2k/IIS/ASP pages

2001-01-14 Thread Phil Driscoll
>I just installed php 4.0.4, works fine with a , BUT, after >running it, I can no longer run any .ASP pages. Anything I try to run an >ASP page that accesses our SQL server7 database, it pops up just some >numbers at the top of the screen, no results are show. I have to restart >the web server t