[PHP-INSTALL] php4.x won't work under apache 1.3.x

2004-10-31 Thread Larry
first line of all my script files. i dont know if this is a more apache related question or php related? so i kinda asking help from both end. -larry

Re: [PHP-INSTALL] Re: Where is php.ini

2004-01-21 Thread Larry Rosenman
but in my case (Red Hat 9), it's /etc/php.ini. -- Rohan Parkes Melbourne Australia -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 pgp0.pgp Description: PGP signature

[PHP-INSTALL] recompile erorrs....

2004-08-21 Thread Larry Clark
these errors:   ext/gd/gd.lo: In function `zif_imagecolormatch':/home/larry/php-4.3.4/ext/gd/gd.c:797: undefined reference to `gdImageColorMatch'ext/gd/gd.lo: In function `zif_imagerotate':/home/larry/php-4.3.4/ext/gd/gd.c:1107: undefined reference to `gdImageRotate'ext/g

[PHP-INSTALL] Re: recompile erorrs....

2004-08-21 Thread Larry Clark
BTW I am using redhat 7.2, apache 1.3 and php 4.3.4 - Original Message - From: Larry Clark To: [EMAIL PROTECTED] Sent: Saturday, August 21, 2004 9:57 PM Subject: recompile erorrs I have searched for hours about this compile error. I am trying to

[PHP-INSTALL] zend optimizer

2004-08-23 Thread Larry Clark
I downloaded and installed hte latest zend optimizer, and the phpinfo page doesnt show it being in there.and my software package that I am trying to install needs it. and it too says it isn't installed. is there somethign in the php.ini file I need to do to make it start or somethign? thanks.

[PHP-INSTALL] Calling script

2005-03-22 Thread Larry Mullis
When I call a php script, the code is returned. What could be causing this?   Thanks, Larry Mullis

Re: [PHP-INST] Redhat Linux 7.2

2002-08-15 Thread Larry Sek
but when i install php-mysql rpm, it tell me that it is absent of mysqlclient.so.10 file. i don't know what to do... "Devrim Gunduz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi, > On Wed, 14 Aug 2002, Tim Haynes wrote: > > > I have just installed

[PHP-INST] php with mysql problem

2002-08-15 Thread Larry Sek
I installed MySQL 3.23.51-1 in my linux, and i found that my apache can only use php but can't use mysql command with php. That's should be my php problem which haven't configure --with-mysql. But now, what can I do to let my php connect to mysql? I can't recompile the php with ./configure --with

Re: [PHP-INST] Redhat Linux 7.2

2002-08-16 Thread Larry Sek
thanks, it work now~!! "Devrim Gunduz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi, > On Fri, 16 Aug 2002, Larry Sek wrote: > > > but when i install php-mysql rpm, it tell me that it is absent of > > m

[PHP-INST] Re: php with mysql problem

2002-08-16 Thread Larry Sek
it's sloved, thx~ "Larry Sek" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I installed MySQL 3.23.51-1 in my linux, and i found that my apache can only > use php but can't use mysql command with php. That&#x

[PHP-INST] directive setting in php.ini

2002-08-16 Thread Larry Sek
While I run phpMyAdmin in my linux redhat 7.2, it shows the following error message. The $cfgPmaAbsoluteUri directive MUST be set in your configuration file! then I try to add directive = $cfgPmaAbsoluteUri in php.ini but it still failed. What should I do to set directive in configuration file??

[PHP-INST] Re: directive setting in php.ini

2002-08-16 Thread Larry Sek
sorry, stupid question..solved~!! "Larry Sek" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > While I run phpMyAdmin in my linux redhat 7.2, it shows the following error > message. > > The $cfgPmaAbsoluteUri directi

[PHP-INST] RedHat7, PHP4

2001-02-17 Thread Larry Marshall
Using apache_1.3.17 and php-4.0.4pl1 source on a RedHat 7.0 system. I issue the following commands, with no apparent errors: cd apache_1.3.17/ ./configure --prefix=/www cd ../php-4.0.4pl1/ ./configure --with-mysql --with-apache=../apache_1.3.17/ --enable-track-vars make make install

[PHP-INST] MySQL connection problem

2001-02-19 Thread Larry Marshall
Using RedHat7, apache_1.3.17, php-4.0.4pl1 and MySQL 3.23.32. I installed MySQL from an RPM. I installed PHP and apache from source, statically. I can access MySQL from an linux prompt: mysqladmin -ulcm lists: Server version 3.23.32 Protocol version10 Connection

RE: [PHP-INST] MySQL connection problem

2001-02-19 Thread Larry Marshall
e/php" -Original Message- From: mailing-lists [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 4:06 PM To: Larry Marshall Subject: RE: [PHP-INST] MySQL connection problem What code are u using in your webpage, and did you install. Send that over, the connectio

[PHP-INST] Directory settings when running make install

2001-08-29 Thread Larry Cotton
e[1]: *** [install-recursive] Error 1 make[1]: Leaving directory '/imerge/home/lc1/php-4.06/pear' make: *** [install-recursive] Error 1 Does anyone know what I have to do change the default for this directory ? Cheers larry

[PHP-INST] Compiling php with apache

2001-08-30 Thread Larry Cotton
the files - messages something like : mod_php4.c:28: zend.h: No such file or directory mod_php4.c:28: php.h: No such file or directory . etc. This isn't surprising since these headers are under the php directory structure. Have I done something wrong here or am I supposed to copy the head

[PHP-INST] Directory structure and include paths for php and apache

2001-08-30 Thread Larry Cotton
the files - messages something like : mod_php4.c:28: zend.h: No such file or directory mod_php4.c:28: php.h: No such file or directory . etc. This isn't surprising since these headers are under the php directory structure. Have I done something wrong here or am I suppos

[PHP-INST] Compiling php4 with apache - directory stucture and include paths

2001-08-30 Thread Larry Cotton
the files - messages something like : mod_php4.c:28: zend.h: No such file or directory mod_php4.c:28: php.h: No such file or directory . etc. This isn't surprising since these headers are under the php directory structure. Have I done something wrong here or am I supposed to copy the heade

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory structure and include paths

2001-08-30 Thread Larry Cotton
the files - messages something like : mod_php4.c:28: zend.h: No such file or directory mod_php4.c:28: php.h: No such file or directory . etc. This isn't surprising since these headers are under the php directory structure. Have I done something wrong here or am I suppos

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory structure and include paths

2001-08-30 Thread Larry Cotton
the files - messages something like : mod_php4.c:28: zend.h: No such file or directory mod_php4.c:28: php.h: No such file or directory . etc. This isn't surprising since these headers are under the php directory structure. Have I done something wrong here or am I suppos

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory st ructure and include paths

2001-08-30 Thread Larry Cotton
the files - messages something like : mod_php4.c:28: zend.h: No such file or directory mod_php4.c:28: php.h: No such file or directory . etc. This isn't surprising since these headers are under the php directory structure. Have I done something wrong here or am I suppos

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory st ructure and include paths

2001-08-30 Thread Larry Cotton
the files - messages something like : mod_php4.c:28: zend.h: No such file or directory mod_php4.c:28: php.h: No such file or directory . etc. This isn't surprising since these headers are under the php directory structure. Have I done something wrong here or am I suppos

[PHP-INST] Install & Build Php4 with Apache 1.3.20 - Directory st ructure and include paths

2001-08-30 Thread Larry Cotton
Hi Previously I wrote : I've been trying to install and build php 4 with apache 1.3.20 on linux and have had a couple of minor problems. I've been following the build instructions at http://www.php.net/manual/en/install.apache.php. 1) As indicated in th

[PHP-INST] PHP extensions ...

2001-09-04 Thread Larry Cotton
be doing this for me. Anyone know what's going on here ? Cheers Larry Imerge Limited Tel :- +44 (0)1954 783600 Unit 6 Bar Hill Business Park Fax :- +44

[PHP-INST] Php built in extensiond

2001-09-05 Thread Larry Cotton
Imerge Limited Tel :- +44 (0)1954 783600 Unit 6 Bar Hill Business Park Fax :- +44 (0)1954 783601 Saxon Way Web :- http://www.imerge.co.uk Bar Hill Cambri

[PHP-INST] Php built in extensions

2001-09-05 Thread Larry Cotton
sV1.h simply declares the the exported functions using the zend macros : ZEND_MINIT_FUNCTION(phpwebinterface); ZEND_MSHUTDOWN_FUNCTION(phpwebinterface); Anyone have any idea what might be going wrong here ? Cheers Larry rtc

[PHP-INST] Php extensions - linking to external libs

2001-09-05 Thread Larry Cotton
Hi I have written a php extension which relies on external libraries. Does anyone know what I need to do to link to these libraries when building php ? Cheers Larry Imerge Limited Tel :- +44 (0

[PHP-INST] Php extensions - linking to external libraries

2001-09-05 Thread Larry Cotton
annot open -lwebprodssinterface I have LDPATH and LD_LIBRARY_PATH set to the directory containing these libraries. Anyone know how to specify the link directories and files in the php build system ? Cheers Larry Imer

[PHP-INST] Yet another Solaris 8 question

2002-10-07 Thread Larry Felton Johnson
Thanks, Larry -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php