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
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
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
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
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
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
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
\\\___///
\\
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
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
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
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
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
"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
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:
>
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
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.
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
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
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
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
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
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
> 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
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
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.
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
>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
>/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
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
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
> --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
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]
>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
33 matches
Mail list logo