php-install Digest 7 Oct 2001 00:44:53 -0000 Issue 493
Topics (messages 4530 through 4535):
Re: zend_language_parser (make install error)
4530 by: Smirnov
gettext problem
4531 by: Xavier
Did anyone try to compile PHP 4.0.6 under Win32?
4532 by: Sergei P. Bombic
CGI Error.The specified CGI program misbehaved by not returning a complete set of HTTP
headers
4533 by: Andrew Olden
4534 by: Andrew Olden
Re: php problems
4535 by: Arthur Geraerts
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]
----------------------------------------------------------------------
--- Begin Message ---
Thanks a lot for your explanation !
I had exactly the same problem, but by following these guidelines, it
works !
In article <[EMAIL PROTECTED]>, "Craig O'Brien"
<[EMAIL PROTECTED]> wrote:
> Craig O'Brien wrote:
>
> I figured this out. During my configure phase I found that flex was not
> installed. I installed it, deleted the untar'd php package, and
> started over. Not good enough!
>
> If you are making > 2nd time:
>
> make clean make make install
>
> duhhhh.
>
> Cheers, Craig
--- End Message ---
--- Begin Message ---
Hi,
I get the last gettext and configuring/compiling/installing fine with:
./configure --prefix=/usr --disable-nls
After I tried to configure PHP 4.0.6 (after 4.0CVS and it was the same
result) with this
command line:
./configure --with-imap --with-mysql --with-apxs=/usr/local/apache/bin/apxs
--with-openssl --with-zlib --enable-ctype --enable-ftp --with-gd --enable-so
ckets
--enable-sysvsem --enable-sysvshm --enable-memory-limit --with-png-dir=/usr/
lib
--with-gettext
The error reproduces even if write --with-gettext=/usr
My conf:
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.4.1 (ok)
I was really disapointed with this problem and all my research were without
any
solutions.
Ho i forget the errors, they are:
checking whether to include GNU gettext support... yes
checking for bindtextdomain in -lintl... no
checking for bindtextdomain in -lc... no
configure: error: Unable to find required gettext library
I checked header of libintl and I find the function bindtextdomain...
Thanks,
--- End Message ---
--- Begin Message ---
Hello all,
I'm trying to recompile PHP to support apache EAPI (I'm using
mod_ssl with apache compiled as EAPI), but geting alot of error
while trying to compile it.
Does anyone made it? Or can anyone direct me where I can take
PHP compiled as Apache .so module and with support for EAPI
Thanks in advance
P.S. I'm stunned... can't believe that no one tried to recompile it
--
Best regards, ICQ: 108599255
Sergei mailto:[EMAIL PROTECTED]
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--- End Message ---
--- Begin Message ---
I'm trying to set up PHP 4.0.6 on Win200K Advanced Server with IIS5.
The install seems to go fine, the Mapping in Home Directory are working and
i've set extenstion_dir to php4ts.dll (which i've copied into the
winnt\systemroot directory, with php.ini going into winnt.
but when i try to access any php code, the following error is returned:
CGI Error.
The specified CGI program misbehaved by not returning a complete set of HTTP
headers. The Headers it did return where: ** NO TEXT APPEARS **.
Any ideas on what could be causing this?
drew
--- End Message ---
--- Begin Message ---
I Sorted out the problem,
My text editor (notepad) was calling the files *.php.txt and so the system
couln't find them.
drew
"Andrew Olden" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm trying to set up PHP 4.0.6 on Win200K Advanced Server with IIS5.
>
> The install seems to go fine, the Mapping in Home Directory are working
and
> i've set extenstion_dir to php4ts.dll (which i've copied into the
> winnt\systemroot directory, with php.ini going into winnt.
>
> but when i try to access any php code, the following error is returned:
>
> CGI Error.
> The specified CGI program misbehaved by not returning a complete set of
HTTP
> headers. The Headers it did return where: ** NO TEXT APPEARS **.
>
> Any ideas on what could be causing this?
>
> drew
>
>
--- End Message ---
--- Begin Message ---
check your security setting for the directory you are aiming for.
grtz,
arthur
"Imran Anwar" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> HI Dear PHP team,
> you people are really doing great job. I have just
started learing php. i downloaded php.exe from php.net site and installed it
on c:\ drive of my system.I have already installed "personal web server".I
am using windows-98 on my system.
>
> i also made changes in the windows-reg according to the instructions in
the in php-install file.
>
> i made a test.php file with code...
>
> <?php phpinfo();?>
>
> and save it to the personal web server's directory
C:\Inetpub\wwwroot\test.php,
>
> then i opened the my browser and gave it the address
"http://localhost/test.php" and found a error message..
> ------------------------------------------
>
> HTTP Error 403
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that does not allow programs to be
executed.
>
> Please contact the Web server's administrator if the problem persists.
>
> ------------------------------------------
>
> please inform me that if i have followed the right steps in installing and
configuring web server.If not than what right steps i should take to run php
files properly.
>
>
>
> --
>
> _______________________________________________
> Talk More, Pay Less with Net2Phone Direct(R), up to 1500 minutes free!
> http://www.net2phone.com/cgi-bin/link.cgi?143
>
>
>
--- End Message ---