php-install Digest 7 Jul 2003 16:36:43 -0000 Issue 1452
Topics (messages 11236 through 11241):
UNSUBSCRIBE ME
11236 by: Ravi Mohan Sahay
Authentication IIS 6 (win server 2003) & PHP
11237 by: Xavier Mertens
11238 by: Xavier Mertens
4.3.1 compile fail: libiconv
11239 by: Joseph Glass
11241 by: Yann Larrivee
Access Violation with oci8.dll
11240 by: Eduardo Koelln
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 ---
________________________________________________________________________
Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/
--- End Message ---
--- Begin Message ---
Hi,
I did all the steps from this tutorial
(http://mccammon.org/php/iis6_install.php) on how to install PHP on IIS 6.
when I call for example http://localhost/test.php IE asks for a password
authentication. I verified the security settings for I_USER and everything
seems te be right to me.
But I still can't view a .php page. Authentification with a existing login
and password doesn't show the page neither.
What step am I missing?
thx in advanve,
greetings
Mertens X
--- End Message ---
--- Begin Message ---
Hi,
I did all the steps from this tutorial
(http://mccammon.org/php/iis6_install.php) on how to install PHP on IIS 6.
when I call for example http://localhost/test.php IE asks for a password
authentication. I verified the security settings for I_USER and everything
seems te be right to me.
But I still can't view a .php page. Authentification with a existing login
and password doesn't show the page neither.
What step am I missing?
thx in advanve,
greetings
Mertens X
--- End Message ---
--- Begin Message ---
Hi everyone,
I'm trying compile install php 4.3.1 on a RedHat 6.2 system. Whenever I
try to add support for flash or xslt, it dies with libiconv errors (see
below.) I've removed older versions of libiconv and installed the
newest version, 1.9.1. Does anyone have any suggestions or ideas?
Below is my configure line. Any help is greatly appreciated.
Thank you in advance,
Joseph Glass
Liquid Web Inc.
./configure --prefix=/usr --with-xml --enable-bcmath --enable-calendar
--with-curl --enable-ftp --with-gd=../gd-2.0.11
--with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6
--with-imap --with-kerberos --enable-mbstring --enable-mbstr-enc-trans
--enable-mbregex --with-mcrypt --with-ming=../ming-0.2a
--enable-magic-quotes --with-mysql=/usr --with-pear --enable-xslt
--enable-sockets --enable-track-vars $ttfopts --enable-versioning
--with-zlib
--- Snip ---
-lmcrypt -lltdl -lcrypt -lpam -lttf -lX11 -lXpm -lpng -lz -ljpeg
-lcurl -lz -lcrypt -lresolv -lm -ldl -lnsl -lcrypt -lcurl -lz -ldl -lz
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o sapi/cli/php
/usr/local/flash/lib/libswf.a(swfimage.o): In function `swf_definebitmap':
swfimage.o(.text+0x672): the use of `mktemp' is dangerous, better use
`mkstemp'
/usr/lib/libsablot.so: undefined reference to `libiconv_open'
/usr/lib/libsablot.so: undefined reference to `libiconv_close'
/usr/lib/libsablot.so: undefined reference to `libiconv'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
--- End Message ---
--- Begin Message ---
Try --with-iconv-dir=/usr/local/ and add --with-xslt-sablot=/usr/local/
if you want xslt support unless you are going to get a "No backend
specified for XSLT extension" error
Here is a tutorial on how to compile php, sablotron, domxml, ...
http://protonicdesign.com/tutorial/sablot_and_php.php
yann
On Mon, 2003-07-07 at 11:10, Joseph Glass wrote:
> Hi everyone,
>
> I'm trying compile install php 4.3.1 on a RedHat 6.2 system. Whenever I
> try to add support for flash or xslt, it dies with libiconv errors (see
> below.) I've removed older versions of libiconv and installed the
> newest version, 1.9.1. Does anyone have any suggestions or ideas?
> Below is my configure line. Any help is greatly appreciated.
>
> Thank you in advance,
> Joseph Glass
> Liquid Web Inc.
>
> ./configure --prefix=/usr --with-xml --enable-bcmath --enable-calendar
> --with-curl --enable-ftp --with-gd=../gd-2.0.11
> --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6
> --with-imap --with-kerberos --enable-mbstring --enable-mbstr-enc-trans
> --enable-mbregex --with-mcrypt --with-ming=../ming-0.2a
> --enable-magic-quotes --with-mysql=/usr --with-pear --enable-xslt
> --enable-sockets --enable-track-vars $ttfopts --enable-versioning
> --with-zlib
>
>
> --- Snip ---
> -lmcrypt -lltdl -lcrypt -lpam -lttf -lX11 -lXpm -lpng -lz -ljpeg
> -lcurl -lz -lcrypt -lresolv -lm -ldl -lnsl -lcrypt -lcurl -lz -ldl -lz
> -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -o sapi/cli/php
> /usr/local/flash/lib/libswf.a(swfimage.o): In function `swf_definebitmap':
> swfimage.o(.text+0x672): the use of `mktemp' is dangerous, better use
> `mkstemp'
> /usr/lib/libsablot.so: undefined reference to `libiconv_open'
> /usr/lib/libsablot.so: undefined reference to `libiconv_close'
> /usr/lib/libsablot.so: undefined reference to `libiconv'
> collect2: ld returned 1 exit status
> make: *** [sapi/cli/php] Error 1
--
Yann Larrivee <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
Hello!
I am running PHP 4.3.2 under Win2k Adv Srv and IIS 5, in CGI mode.
When I run any script,i.e. with a simple line: phpinfo(), itself generates an error.
I detect that the problem only appears when the oci8.dll module is on.
I have an complete and functional Oracle 8i installed on
machine.
Others modules, i.e., php_cpdf.dll and php_exif.dll, can run normally.
my php.ini:
doc_root = C:\Inetpub\wwwroot
extension_dir = "C:\intranet-apps\php4\extensions\"
First, an windows error message show (my translate):
"unknown make errors and will be closed by Windows. You will need to
restart the program.
An error log will be created."
After click on OK buttom of window message, the message above is
appended to the end of the php's page result:
"ERROR: could not get the task list "
On the Event Viewer is created an log:
Tipo de evento: Erro
Origem do evento: Perflib
Categoria do evento: Nenhuma
Id. do evento: 1000
Data: 3/7/2003
Hora: 16:35:27
Usuário: N/A
Computador: WEB-TO
Descrição:
Foi negado o acesso aos dados de desempenho para IUSR_WEB-TO, tentado
por meio de C:\WINNT\System32\drwtsn32.exe
Translate:
" Access denied to performance's data to IUSR_WEB-TO, called by
C:\WINNT\System32\drwtsn32.exe "
Always, everybody enter the site, the message is showed on the server.
Thanks!
Eduardo Koelln
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.495 / Virus Database: 294 - Release Date: 30/6/2003
--- End Message ---