Re: [PHP-INSTALL] problems setting php.ini

2010-03-22 Thread Nilesh Govindarajan
On 03/23/2010 01:21 AM, Tamer Higazi wrote: Hi people! usually this is not a problem, but I have never seen something like that before. After I compiled php 5.3.2 from source, and running phpinfo(), the info page told me that it didn't parse the php.ini file. the php.ini file had been placed fro

Re: [PHP-INSTALL] problems setting php.ini

2010-03-22 Thread Nilesh Govindarajan
On 03/23/2010 01:21 AM, Tamer Higazi wrote: Hi people! usually this is not a problem, but I have never seen something like that before. After I compiled php 5.3.2 from source, and running phpinfo(), the info page told me that it didn't parse the php.ini file. the php.ini file had been placed fro

Re: [PHP-INSTALL] Problems building 5.3 with apache2 support

2009-07-19 Thread Keith Roberts
-install@lists.php.net From: troels knak-nielsen Subject: Re: [PHP-INSTALL] Problems building 5.3 with apache2 support That did the trick - Thanks for your help. In case anyone else is having trouble building on Ubuntu, I found this guide: http://www.brandonsavage.net/installing-php-5-3-on-ubuntu

Re: [PHP-INSTALL] Problems building 5.3 with apache2 support

2009-07-19 Thread troels knak-nielsen
ote: > >> To: php-install@lists.php.net >> From: troels knak-nielsen >> Subject: Re: [PHP-INSTALL] Problems building 5.3 with apache2 support >> >> On Sat, Jul 18, 2009 at 9:30 AM, Keith Roberts wrote: >>> >>> Is this the standard prefork apach

Re: [PHP-INSTALL] Problems building 5.3 with apache2 support

2009-07-18 Thread Keith Roberts
On Sat, 18 Jul 2009, troels knak-nielsen wrote: To: php-install@lists.php.net From: troels knak-nielsen Subject: Re: [PHP-INSTALL] Problems building 5.3 with apache2 support On Sat, Jul 18, 2009 at 9:30 AM, Keith Roberts wrote: Is this the standard prefork apache module for Ubuntu

Re: [PHP-INSTALL] Problems building 5.3 with apache2 support

2009-07-18 Thread troels knak-nielsen
On Sat, Jul 18, 2009 at 9:30 AM, Keith Roberts wrote: > Is this the standard prefork apache module for Ubuntu? Probably not. There are two packages available: apache2-prefork-dev - Apache development headers - non-threaded MPM apache2-threaded-dev - Apache development headers - threaded MPM Shoi

Re: [PHP-INSTALL] Problems building 5.3 with apache2 support

2009-07-18 Thread Keith Roberts
On Sat, 18 Jul 2009, troels knak-nielsen wrote: To: php-install@lists.php.net From: troels knak-nielsen Subject: [PHP-INSTALL] Problems building 5.3 with apache2 support Hi list. I'm trying to build php 5.3 on Ubuntu. I have installed apache2-threaded-dev and used the following configure sett

Re: [PHP-INSTALL] Problems with php_openssl.php on Windows Server 2003 R2

2007-06-06 Thread Arnis Juraga
Yes, I putted almost EVERYONE / ALL PERMISSIONS. As other librarys stays in the same folder, and, mysql for example. loads normally. ""Robert Wolfe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Have you checked the permissions on the files? > > -Original Message- > Fro

RE: [PHP-INSTALL] Problems with php_openssl.php on Windows Server 2003 R2

2007-06-06 Thread Robert Wolfe
Have you checked the permissions on the files? -Original Message- From: Arnis Juraga [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 3:20 AM To: php-install@lists.php.net Subject: [PHP-INSTALL] Problems with php_openssl.php on Windows Server 2003 R2 Hello! - PHP version: latest

Re: [PHP-INSTALL] Problems

2006-11-15 Thread Christian Flothmann
It seems that you don't have enabled the MySQL-extension as described on http://de.php.net/manual/en/ref.mysql.php#AEN111289 after installing PHP 5.

Re: [PHP-INSTALL] problems compiling php on OS X (libxml)

2006-10-12 Thread Peter Hodge
Hello, You have added this to youre ./configure command: --with-libxml-dir=/sw/include/libxml2/ but make is using: -I/usr/include/libxml2 Did you do your first ./configure before installing the new libxml? If so, you need to rm config.cache, otherwise PHP will keep trying to compile usi

Re: [PHP-INSTALL] problems with jpegsuppurt --> very urgent !!! <---

2006-03-09 Thread Ruprecht Helms
Mark Galbreath wrote: Perhaps your jpeg dynamic libraries are not registered in /etc/ld.so.conf? Try the ldconfig command to regenerate the shared library cache in /etc/ld.so.cache from the ld.so search path /etc >ldconfig and /usr/lib>ldconfig brings not the result I need. I configured my ph

Re: [PHP-INSTALL] problems with jpegsuppurt --> very urgent !!! <---

2006-03-09 Thread Mark Galbreath
Perhaps your jpeg dynamic libraries are not registered in /etc/ld.so.conf?  Try the ldconfig command to regenerate the shared library cache in /etc/ld.so.cache from the ld.so search path.  mark >>> Ruprecht Helms <[EMAIL PROTECTED]> 09-Mar-06 04:51:46 AM >>> Hi,I have problems with the jpegsuppor

Re: [PHP-INSTALL] Problems installing PHP 5 with Apache 2

2005-05-17 Thread Petar Nedyalkov
On Monday 16 May 2005 23:53, StÃphane Bruno wrote: > Hello, > > I have apache 2.0.54 running on Fedora Core 1. I installed PHP5 with the > following command: > > ./configure --with-config-file-path=/etc --with-mysql=/usr/lib/mysql Add this: --with-apxs2=/usr/sbin/apxs > make > make install > > Th

Re: [PHP-INSTALL] Problems installing PHP 5 with Apache 2

2005-05-16 Thread Michael W.
I had a similar problem when installing PHP 5. libphp5.so is created by the compilation, but it is not created unless you tell it to. Add the following option to your ./configure command, and it should work: "--with-apxs2=/path/to/apache/bin/apxs" (minus the quotes). StÃphane Bruno wrote: Hell

Re: [PHP-INSTALL] problems with php and MySQL (still)

2005-04-22 Thread David Bo Jensen
= 0 > > [Ingres II] > ; Allow or prevent persistent links. > ingres.allow_persistent = On > > ; Maximum number of persistent links. -1 means no limit. > ingres.max_persistent = -1 > > ; Maximum number of links, including persistents. -1 means no limit. > ingre

Re: [PHP-INSTALL] problems with php and MySQL (still)

2005-04-21 Thread Dave Moore
ing ; given by corresponding encode setting. When empty mbstring.internal_encoding ; is used. For the decode settings you can distinguish between motorola and ; intel byte order. A decode setting cannot be empty. ;exif.encode_unicode = ISO-8859-15 ;exif.decode_unicode_motorola = UCS-2BE ;exif.decod

Re: [PHP-INSTALL] problems with php and MySQL

2005-04-20 Thread Janet Valade
Dave Moore wrote: Hi, I have a php_mysql.dll file in my PHP directory at D:\PHP5\ext. I've tried copying this to C:\Windows\SYSTEM but this make no difference. There is no reference to SQL when running phpinfo() - the output is pasted below. As per the documentation, I took php.ini-recomme

Re: [PHP-INSTALL] problems with php and MySQL

2005-04-20 Thread list_php_config
The MySQL module isn't running or you would see it in your phpinfo. Make sure: extension=php_mysql.dll doesn't have a semicolon in front of it. Make sure you restart your webserver if you make any changes. Also in your php.ini file: include_path .;C:\php5\pear .;C:\php5\pear you dont need this

Re: [PHP-INSTALL] problems with php and MySQL

2005-04-20 Thread Dave Moore
Hi,     I have a php_mysql.dll file in my PHP directory at D:\PHP5\ext. I've tried copying this to C:\Windows\SYSTEM but this make no difference. There is no reference to SQL when running phpinfo() - the output is pasted below.   As per the documentation, I took php.ini-recommend and copied

Re: [PHP-INSTALL] problems with php and MySQL

2005-04-20 Thread David Bo Jensen
Where do you have the php_mysql.dll. Please send us a copy of the php.ini file. How many php.ini files do you have and whats the location of these? -- David Bo Jensen "List Php Config" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Does your phpinfo() show the mysql information? You

Re: [PHP-INSTALL] problems with php mail()

2005-03-18 Thread Brad Kowalczyk
Hex Star wrote: Hello, I'm running a webserver on [url=http://www.yellowdoglinux.com]YellowDog Linux 4.0.1[/url] with Apache 2.0.51, php 4 and mysql but no local mail serverI am hosting some people and they'd like to be able to use the php mail() function...is there a way for me to configure it

Re: [PHP-INSTALL] Problems with installation

2005-03-07 Thread Brad Kowalczyk
Arild Reiten wrote: Have just installed PHP 4.3.9 and Apache 1.3 on a WinXP computer. Everything seems ok, but i can not transfer variables with PHP With this call in IE http://127.0.0.1/test.php?a=1 And test.php looking like this: It just prints a= Any ideas ?? Your code requires register globals

Re: [PHP-INSTALL] Problems compiling PHP 5.0.2 on Fedora Core 3

2004-11-22 Thread Andrew Lee Paul
Hello again I have tried to remove the --enable-soap part of the configure. This time, the make terminates with: yte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_obje

Re: [PHP-INSTALL] Problems installing PHP..

2004-10-04 Thread ciberflash
lczyk" <[EMAIL PROTECTED]> To: "ciberflash" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 6:54 PM Subject: Re: [PHP-INSTALL] Problems installing PHP.. > ciberflash wrote:> > >  > > I just installed Apache 1.3.31 on my W2K

Re: [PHP-INSTALL] Problems installing PHP..

2004-10-04 Thread Brad Kowalczyk
ciberflash wrote: I just installed Apache 1.3.31 on my W2K SP4 computer. The installation of Apache 1.3.31 went well. I can use my browser to reach the root directory belonging to Apache. I downloaded PHP 4.3.9. I used the instructions to setup PHP by Julie C. Melloni. I am using her book to

Re: [PHP-INSTALL] Problems with one Script

2004-07-27 Thread Frank Bax
At 07:23 AM 7/27/04, Andreas Schulz wrote: I use a Netware 6.5 Server with Apache 2 and PHP 4.2.4-dev. I can use the phpinfo and then can I see the configuration. An other Script is not running then becomes the follwed error message: Warning: open_basedir restriction in effect. File is in wrong

Re: [PHP-INSTALL] Problems setting up PHP/Apache and LDAP authentication to Windows 2003

2004-05-21 Thread Chris Hewitt
Margaret E. Mast wrote: I am having a problem with PHP / Apache / and LDAP authentication. WE have a UNIX server Solaris 2.8. Until recently, we had been running PHP 4.0.4 and apache 1.3.23 and we were authenticating using the ldap module to Windows 2000. Our PC group upgraded the server to

Re: [PHP-INSTALL] problems at install: zlib error

2004-03-27 Thread Andrew Wills
Klaus wrote: Hi Mike, thanks for your response. Initially I just took: ./configure --with-apache=... --with-mysql=... --with-mcrypt=... The trials including --with-zlib-dir=... or --with-zlib=... also failed. Do you or anyone else have an idea? Greetings Klaus "Mike Beck" <[EMAIL PROTECTED]

Re: [PHP-INSTALL] problems at install: zlib error

2004-03-27 Thread Andrew Wills
Klaus wrote: Hi Mike, thanks for your response. Initially I just took: ./configure --with-apache=... --with-mysql=... --with-mcrypt=... The trials including --with-zlib-dir=... or --with-zlib=... also failed. Do you or anyone else have an idea? Greetings Klaus "Mike Beck" <[EMAIL PROTECTED]

Re: [PHP-INSTALL] problems at install: zlib error

2004-03-26 Thread Chris Hewitt
klaus wrote: Hi Chris, I started to study the config.log file more in deep. The kick-out error was: conftest.c -lmysqlclient -lmcrypt -lltdl -lresolv -lm -ldl -lnsl 1>&5 /usr/bin/ld: cannot find -lltdl Then I visited http://mcrypt.hellug.gr/mcrypt/index.html an learned that I have to

Re: [PHP-INSTALL] problems at install: zlib error

2004-03-26 Thread klaus
Hi Chris, I started to study the config.log file more in deep. The kick-out error was: conftest.c -lmysqlclient -lmcrypt -lltdl -lresolv -lm -ldl -lnsl 1>&5 /usr/bin/ld: cannot find -lltdl Then I visited http://mcrypt.hellug.gr/mcrypt/index.html an learned that I have to install not

Re: [PHP-INSTALL] problems at install: zlib error

2004-03-26 Thread klaus
Hi Mike, I started to study the config.log file more in deep. The kick-out error was: conftest.c -lmysqlclient -lmcrypt -lltdl -lresolv -lm -ldl -lnsl 1>&5 /usr/bin/ld: cannot find -lltdl Then I visited http://mcrypt.hellug.gr/mcrypt/index.html an learned that I have to install not o

Re: [PHP-INSTALL] problems at install: zlib error

2004-03-26 Thread Chris Hewitt
Bottom posting... klaus wrote: Hi Mike, thanks for your response. Initially I just took: ./configure --with-apache=... --with-mysql=... --with-mcrypt=... The trials including --with-zlib-dir=... or --with-zlib=... also failed. Do you or anyone else have an idea? Greetings Klaus "Mike Beck" <[

RE: [PHP-INSTALL] problems at install: zlib error

2004-03-26 Thread Beck, Mike
klaus wrote: > Hi Mike, > > thanks for your response. > > Initially I just took: > ./configure --with-apache=... --with-mysql=... --with-mcrypt=... > > The trials including > --with-zlib-dir=... > or > --with-zlib=... > > also failed. > > Do you or anyone else have an idea? > What do you

Re: [PHP-INSTALL] problems at install: zlib error

2004-03-25 Thread klaus
Hi Mike, thanks for your response. Initially I just took: ./configure --with-apache=... --with-mysql=... --with-mcrypt=... The trials including --with-zlib-dir=... or --with-zlib=... also failed. Do you or anyone else have an idea? Greetings Klaus "Mike Beck" <[EMAIL PROTECTED]> schrieb

RE: [PHP-INSTALL] problems at install: zlib error

2004-03-25 Thread Beck, Mike
klaus wrote: > Dear all, > > I am to set up a LAMPS system > (Red Hat 7.3, Apache 1.3.29, MySQL 4.0.18, PHP 4.3.4). > > When trying to configure PHP with the follwing command: > > ./configure --with-apache=/usr/local/apache/apache_1.3.29 > > --with-mysql=/usr/local/mysql > > --with

Re: [PHP-INSTALL] Problems in installation

2004-01-15 Thread Ben Ramsey
> John is correct - IIS3 is most unlikely to be running on XP. If you're running WinXP, you *should* have IIS5 or higher. Windows Server 2000 shipped with IIS5, and it was released before XP. -Ben

Re: [PHP-INSTALL] Problems in installation

2004-01-15 Thread Phil Driscoll
On Wednesday 14 January 2004 20:55, John Holden wrote: > IIS 3??? You're kidding, right? I don't use Windows, but my > understanding is that's really old. Didn't Windows NT 4.0 distribute > with IIS4? John is correct - IIS3 is most unlikely to be running on XP. Like John, I don't run Windows, bu

RE: [PHP-INSTALL] Problems in installation

2004-01-14 Thread John Holden
Title: Message  -Original Message-From: Yue Zhang [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 3:50 PMTo: [EMAIL PROTECTED]Subject: [PHP-INSTALL] Problems in installation I try to install Php 4.3.4 on a win xp machine. I use php434-installer.exe. Web serve

Re: [PHP-INSTALL] Problems in installation

2004-01-13 Thread Muralidhar R
Dear Yue Zhang You have download windows installer and execute on your machine. Bcos your PWS is not been linked with PHP Parser. Its available on www.php.net Download windows installer exe file Muralidhar India -- Original Message -- From: Yue Zhang <[

Re: [PHP-INSTALL] Problems with Apache 2.0 and PHP

2004-01-03 Thread choinet
Just for clarity: Is this PHP 4.3.4? Where did you put php.ini and php4ts? What did you put in your httpd.conf? What changes did you make to php.ini? Only then can we help you. --- [EMAIL PROTECTED] wrote: > Hi. I've followed all the installation guides on > the site, and I'm still > having pro

RE: [PHP-INSTALL] problems upgrading php to 4.3.4 from 4.12

2003-12-28 Thread John Holden
Dale, Try following Luc de Louw's tutorial at http://www.delouw.ch/linux/apache.phtml As long as you don't start any daemons or reboot the system, you won't affect operation of the live webserver, as far as I can imagine. You might also just get the RPMs from RedHat and use those instead; just m

Re: [PHP-INSTALL] Problems by installing php with mysql

2003-11-09 Thread Jim Thome
You didn't include your configure line, but it's likely to have --with-mysql=/path/to/mysql. PHP has MySQL support built-in, so you don't need to specify the location of the client libraries. Just drop that switch entirely. -- Jim >>> Ruprecht Helms <[EMAIL PROTECTED]> 11/09/03 09:45AM >>> Hi,

Re: [PHP-INSTALL] Re: php install problems. blank screen after install

2003-10-09 Thread Jim Price
Problem was fixed oct 8. with latest stable version. The bug# associated with the fix it was #25746 thanks neilus Thanks, Jim Michael Mauch wrote: Jim Price wrote: I have been having problems upgrading php to 4.3.3 . The compile and install seem to work fine but php scripts d

[PHP-INSTALL] Re: php install problems. blank screen after install

2003-10-07 Thread Michael Mauch
Jim Price wrote: > I have been having problems upgrading php to 4.3.3 . The compile and > install seem to work fine but php scripts do not parse and I end up with > a blank screen. Here's the weird part the same configure procedure works > on a testserver with solaris 8. I ran a truss on the p

Re: [PHP-INSTALL] Problems with $DOCUMENT_ROOT being blank

2003-08-31 Thread Edgar Bonet
On Saturday August 30, 16:03, brad e wrote: > When i echo $DOCUMENT_ROOT i get nothing (literally ''). Try using HTTP_SERVER_VARS["DOCUMENT_ROOT"], or use phpinfo() to see what is the right name of the variable. You may also try to register_globals = On on your php.ini. Edgar.

Re: [PHP-INSTALL] Problems with instalation

2003-08-21 Thread jeffrey_n_Dyke
not sure if there was a response, but an person posted this exact same issue the other day...you may want to search the archives. i know its not much, but hopefully it'll help. Jeff

[PHP-INST] Re: PHP install problems

2003-04-12 Thread John
You need a web server to use PHP. Either use Apache, or use the included personal web server which comes built into WinXP. IE (or any other browser) doesn't know anything about PHP. PHP is a server language. The web server processes the PHP code and outputs that to your browser. John "Acorn Tuto