RE: [PHP-INSTALL] Problem with php.ini

2007-08-30 Thread j . kaluza
This was a problem with the PHPRC value =-) Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 27 Fax : + 32 (0)2 371 35 23 [EMAIL PROTECTED] http://www.transfusion.be

[PHP-INSTALL] RE [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-05 Thread j . kaluza
Hello try to add a backslash at the end of your extension_dir config line in your php.ini like : C:\php\extensions\ and reload ur phpinfo script to see what's the result Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél.

Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-06 Thread j . kaluza
Hi Rory, Yes actually the php.ini file should always be taken from the windows directory, but i think you can also put it in a place that is in the PATH variable. I use windows2K here and the ini file is in the WINNT folder. Copuld you tell us if your mysql is worker with the command line clien

[PHP-INSTALL] ./configure error -- oci8

2007-12-12 Thread j . kaluza
Hello nikhil, type ./configure --help to check if your configure options are in it. Also what unix/linux version are you using to install your apache/php ENV ? Make sure the oracle environment variables are set ORACLE_HOME, ORACLE_SID, LD_PRELOAD, LD_LIBRARY_PATH, NLS_LANG, ORA_NLS33, Thes

RE: [PHP-INSTALL] ./configure error -- oci8

2007-12-13 Thread j . kaluza
check if you have libnnz10.so i had a similar problem but i am using the database software on the same machine, but php was installed with a package manager so i had to add the oci8 support manually afterwards, i used this paper to guide myself : http://en.opensuse.org/Howto_build_oci8_extensio

[PHP-INSTALL] RE [PHP-INSTALL] Problem during installation-blank screen!

2007-12-26 Thread j . kaluza
Hi David, i got this error already, in my case it was because i had an error but the directive display_errors was off, so check in your php.ini file if this is it to off or on. if you want a simple and easy install to get started with php i suggest you to have a look to WAMP wich will install e

Re: [PHP-INSTALL] Are you kidding me?

2008-02-27 Thread j . kaluza
many spam, replys from abuse, for a long time already, i had to define a rule to filter all mails coming from that abuse department :/ Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 27 Fax : + 32 (

[PHP-INSTALL] development environment parallel to stable php install

2008-04-30 Thread j . kaluza
i might be wrong but the --with-config-file-path should point to a directory containing a file with the name like 'php-config' Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 27 Fax : + 32 (0)2 371 35

[PHP-INSTALL] RE [PHP-INSTALL] upload_tmp_dir and open_basedir

2008-06-12 Thread j . kaluza
Check that the user under wich apache runs have writing permission for the upload directory, remember to use move_uploaded_file function after, or ur uploaded file might disapear in the end of your php script Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stall

[PHP-INSTALL] RE [PHP-INSTALL] OCIEnvNlsCreate() failed

2008-06-20 Thread j . kaluza
When you su root to start apache check your environment variables, i usually log in as oracle user then i use su command so the root user still possess the env variables needed, but right now i have an issue that LD_LIBRARY_PATH is simply erased when i su, i don't know why and this block me fro

[PHP-INSTALL] install package PDO_OCI

2008-06-25 Thread j . kaluza
Hi everyone, While trying to install PDO_OCI package with the command "pear install PDO_OCI-1.0.tgz" my configure fails at trying to find PDO includes, i noticed that it comes from some hardcoded directory lookup in configure script so copy my /usr/include/php5 to /usr/include/php to bypass tha

[PHP-INSTALL] RE [PHP-INSTALL] PHP, Apache and OCI8 issue

2008-08-31 Thread j . kaluza
Hi jack, the command line might use your php 'cli' config can u paste php.ini? what did you use to install php on your machine ?

[PHP-INSTALL] PHP installing on LINUX

2008-09-07 Thread j . kaluza
Hi, Normally you just need to download and unzip lamp and you will be ready to use (it has been the case when i tried it some months ago) Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 05 GSM : +32

[PHP-INSTALL] RE [PHP-INSTALL] Error when installing 5.2.8 on Win XP

2009-02-09 Thread j . kaluza
Did you try to install from zip archive also ? I had same problem on windows vista and i used zip php package and it worked fine. Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 05 GSM : +32 (0)473 80

[PHP-INSTALL] RE [PHP-INSTALL] Error when installing PHP 4.3.2. on Win XP

2009-02-11 Thread j . kaluza
check that php4apache.dll is in c:\php. Looks like apache script parser cannot locate that dll file. If this file is in a different folder, just copy paste it and make sure to change windows "\" to apache config format "/" Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgiq

Re: [PHP-INSTALL] php-5.2.12, php-5.3.0 & php-5.3.1 fail to build on latest Ubuntu

2009-12-21 Thread j . kaluza
I think David don't ask if it's working on any Ubuntu karnic but just ask help about how to fix his issue with the compiling errors (looks like his source got source code errors. Could you paste your cinfigure script results David so the experts here can help you more :) Rasmus Lerdorf

[PHP-INSTALL] PDO_OCI install

2010-01-11 Thread j . kaluza
Hello, I am trying to install the pecl package PDO_OCI but i have some issue, i tried many things, such has create symlinks, copy of directory after reading the part of the configure script wich doesn't pass. I get this error message : checking for oci.h... configure: error: I'm too dumb to fi