Re: [PHP-INSTALL] Building 5.2.12 w/MySQL on RedHat 64bit

2010-02-23 Thread Rob Tanner
Header files are in /usr/include/mysql and the libraries are in /usr/lib64/mysql - Rob On 2/23/10 2:21 PM, "Rasmus Lerdorf" wrote: > Where are the header files? If you don't have the libs and headers > under a single top dir, then you will have to munge the > ext/mys

[PHP-INSTALL] Building 5.2.12 w/MySQL on RedHat 64bit

2010-02-23 Thread Rob Tanner
anymore! The libmysqlclient libs are in /usr/lib64 and not /usr/lib (which contains 32 bit libs). I have tried simply ‹with-mysql, ‹with-mysql=/usr/lib64 and ‹with-mysql=/usr/lib64/mysql. Any idea how to successfully tell configure where to look? Thanks, Rob Rob Tanner UNIX Services Manager

[PHP-INSTALL] Configuring PHP 5.2.3 on Fedora Core 5, 64-bit for compilation

2007-09-20 Thread Rob Egan
How do you configure PHP 5.2.3 to look under /usr/lib64 for the libjpeg.soand libpng.so files, and under /usr/include for gd.h and png.h? I have tried setting the --prefix, --exec-prefix, --includedir, --libdir, and --with-libdir flags to the right values, but it seems to always want to look for th

[PHP-INSTALL] ?PHP/SQL Server 2005 Config

2006-09-13 Thread Rob Oates
) doesn't not report the mssql parameters. Any suggestions appreciated. Rob Oates

[PHP-INSTALL] ?php/MS SQL Server 2005 install prob.

2006-09-12 Thread Rob Oates
I'm running php5.1.6(isapi) on WinXPPro sp1 HP laptop(P4 w/1GB) w/IIS 5.1 and MS SQL Server 2000 w/ .\%SYSTEMROOT%\SYSTEM32\ntwdblib.dll (2000.80.194.0).  This setup works fine!I'm now working to replicate that onto another HP laptop(P4 w/1GB) w/WinXPPro sp2; IIS5.1 and MS SQL Server 2005.PHP and I

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-28 Thread Rob
that links against the new libxml2 and then use: --with-libxml-dr=/path/to/new/libxml2 --with-xsl=/path/to/new/libxslt Rob

[PHP-INSTALL] Library path/configure problems building PHP5 on RedHat AMD64 system

2005-12-23 Thread Rob Tanner
don't think that that's what the parameter is for). How can I rebuild the configure script to understand that the base directory for system libs is /usr/lib64. Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College, McMinnville OR begin:vcard fn:Rob Tanner n:Tanner;Rob

[PHP-INSTALL] APC installation under Windows

2005-12-03 Thread Rob C
osed to use C:\tmp? I have PHP installed in E:\Server\PHP\ which is probably why it's filling my temporary directory on E: with junk. Any tips? Thanks, Rob

[PHP-INSTALL] Installing 4.3.0 for Apache 2.0.54 DSO

2005-09-07 Thread Rob Tanner
nable-so (and when I invoke apache with the -l option to list the built-in modules, mod.so.c shows up). So, having satisfied myself that reasons 1 thru 3 don't apply, any idea what else might be causing this problem? Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College, McMinnville OR

[PHP-INSTALL] PHP 4.3.4 can't make

2005-08-01 Thread Rob Lloyd
past on other Red Hat 9 machines and that's how I built on this machine. I get the following error: make: *** No rule to make target `/root/source_library/php-4.3.4/ext/session/session.c', needed by `ext/session/session.lo'. Stop. Ultimately I want gd to work with jpeg support. Thanks, -rob

[PHP-INSTALL] Changing the Config Path on Win2K

2004-07-29 Thread Rob Young
Hi, Is there a way to do this? It's currently looking in c:\WINNT\php.ini but I want it looking in c:\Webserver\php5\php.ini Thanks Rob

Re: [PHP-INSTALL] Unsuscribe

2004-05-20 Thread Rob
UNSUBSCRIBE -- === Robert McDonnell [EMAIL PROTECTED] http://www.cacophonic.net "There are 10 kinds of people in the world. Those who understand binary and those who don't."

Re: [PHP-INSTALL] Re: Problems building 4.3.6 with IMAP

2004-04-27 Thread Rob Tanner
fter doing the configure, I renamed the library and the make failed at exactly the same spot with exactly the same set of errors, and it didn't complain that it couldn't find the library. Could this be a bug in the extension? -- Rob --On Tuesday, April 27, 2004 02:50:12 PM -0700 Rob Tann

Re: [PHP-INSTALL] Re: Problems building 4.3.6 with IMAP

2004-04-27 Thread Rob Tanner
Roman, Yep, except my distro is RH Advanced Server. Otherwise it's the same scenario. When I let imap-2002e compile with ssl, the make gets a number of parse errors in /usr/include/openssl/kssl.h, and then aborts. -- Rob --On Tuesday, April 27, 2004 10:05:33 PM +0200 roman <[EMAIL P

[PHP-INSTALL] Problems building 4.3.6 with IMAP

2004-04-27 Thread Rob Tanner
\ --enable-sysvsem=yes \ --enable-safe-mode=yes \ --enable-force-cgi-redirect \ --with-apxs2=/usr/local/apache2/bin/apxs Any ideas as to what's going on? Thanks, Rob _ _ _ _ __ _ _ _ _ /\_\_\_\_\/\_\ /\_\_\_\_\_\ /\/_

[PHP-INSTALL] PHP, Apache and Mason

2004-02-16 Thread Rob Saunders
the Mason handler is not applied to the document root, a script containing the basic works just fine, so I don't think that the php installation is suspect, just the configuration hopefully!) Thanks in advance Rob Th

[PHP-INSTALL] compile php with openssl problem

2004-01-22 Thread Rob
help on this one. Rob

[PHP-INSTALL] Re: configure: error: libpng.(a|so) not found

2003-12-12 Thread Rob Lloyd
&5 configure:29797: warning: conflicting types for built-in function `fabsf' configure:29785: checking for floorf configure:29813: gcc -o conftest -g -O2 conftest.c -lz -lresolv -lm -ldl -lnsl 1>&5 Rob Lloyd wrote: > > Newbie trying to install php 4.3.4 on RH9 w/ apache

[PHP-INSTALL] configure: error: libpng.(a|so) not found

2003-12-12 Thread Rob Lloyd
. No idea what is causing this because all of the libraries seem to be there when I check /usr/lib any pointers would be most helpful. Thanks, rob lloyd

[PHP-INSTALL] openssl problem

2003-10-29 Thread Rob Ruth
I am trying trying to compile PHP w/ OpenSSL support w/ the following command: ./configure \ --with-mysql \ --with-gd \ --with-zlib \ --with-dom \ --with-openssl \ --with-apxs=/usr/local/apache/bin/apxs \ --with-pfpro=/usr/local/verisign/payflowpro/linux/lib \ --enable-track-vars \ --enable-ftp \

RE: [PHP-INSTALL] $PHP_SELF

2003-09-30 Thread Rob A Brooks
Try $_SERVER['PHP_SELF'] If you don't have 'register_globals = on' setting in your php.ini file then you must reference these special server variables in this way. It's generally a good idea to leave 'register_globals = off' and identify the global variables either by $_SERVER['varname'] or $_POS

[PHP-INST] GD - JPEG install question.

2003-03-18 Thread Rob
is not available (/home/sites/home/users/robert/web/gallery/albums/111802-Darrington/dar1.jpg) [No such file or directory]. convert: Missing an image file name. Any help would be appreciated! Thanks, Rob __ Do you Yahoo!? Yahoo! Platinum - Wat

[PHP-INST] php crashes iplanet

2003-02-19 Thread Rob
d. Thanks --- Rob ****** Rob Cherry mailto:[EMAIL PROTECTED] +27 21 447 7440 Jam Warehouse RSA Smart Business Innovation http://www.jamwarehouse.com ** -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] 1st time setup

2003-01-25 Thread Rob - Webmaster of Designisle
php.exe and php4ts.dll I then followed the install .txt instructions as best I could. Please advise Rob -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php with mime magic?

2003-01-10 Thread Rob Brandt
I'm trying to get php compiled with mime magic, and it doesn't appear to be working. Here's my phpinfo page, showing the parameters I've used to compile; it does show that I used '--enable-mime-magic' as instructed in the docs at php.net: http://horde.csd-bes.net/horde/test.php?mode=phpinfo (I ne

[PHP-INST] Compiling mime-magic into php

2003-01-04 Thread Rob Brandt
is. If someone has an easy answer that's great; I would also like to know just how to diagnose problems like this. Ideas? Rob -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] installing PHP 4.2.3 with IMAP

2002-11-08 Thread Rob Millerd
Hi, I've been trying to install PHP 4.2.3 with IMAP and some other options and for some reason IMAP will not install. Configure works fine, make works fine, make install works fine, No fatal errors anywhere. but then when I run phpinfo() there is no IMAP section. I'm trying to build on RedHat 7

[PHP-INST] force-cgi-redirect error

2002-06-04 Thread rob ARMSTRONG
Running PWS 4.0 on windows 98 and getting the following error with php 4.2.1 any idea where I can set this variable ? 'This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Act

[PHP-INST] Cannot make 4.2.1 on FreeBSD with domxml

2002-05-17 Thread Rob Richards
ach undeclared identifier is reported only once php_domxml.c:3309: for each function it appears in.) php_domxml.c:3325: `xmlLoadExtDtdDefaultValue' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.2.1/ext/domxml. Thanks, Rob -- PHP Insta

[PHP-INST] pgsql.so

2002-04-09 Thread Rob Dege
x27;make'. I included --with-pgsql in my configure parameters. What am I missing? -Rob -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] urgent: need help!

2002-02-25 Thread Rob
install from the RPM's too without any hassles. Rob. -Original Message- From: Cees van den Acker [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 9:39 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] urgent: need help! Hi, What version of PHP is better 3 or 4 for a raq3 server?

RE: [PHP-INST] Re: Call to undefined function: mysql_connect()

2001-12-06 Thread Rob Round
t install this. Can I add it after the fact or do I need to reinstall PHP from scratch? Thanks again. Rob. './configure' '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug' '--enable-pic' '--enable-shared' '--enable

[PHP-INST] Call to undefined function: mysql_connect()

2001-12-05 Thread Rob Round
Hello, I have a standard RedHat7.2 install. In the installation I specified every mysql, PHP and apache module available. PHP works, mysql works and so does Apache. Unfortunately, I get this error when trying to make a mysql connection through a PHP page "Call to undefined function: mysql_conn

[PHP-INST] Debug.log

2001-09-23 Thread Rob Walker
Hi I've attached the debug.log which was created while I was installing PHP onto my 400MHz Pentium PC, running Linux (and DOS on another partition) with a MySQL database and an Apache web server. Please can you help. When testing to view a PHP file requesting phpinfo( ) on the Netsacpe brows

[PHP-INST] Warnings using php on win98se using pws or apache

2001-09-14 Thread rOb
Hi im using win98se with apache and have also tried pws. Im using all latest versions of the software. When im using any scripts downloaded from the internet such as auction scripts i get the following warning messages throughout the pages Warning: Use of undefined constant getSessionVars - ass

[PHP-INST] 4.0.5 - Upgrade to GD & MySQL????

2001-06-26 Thread Rob Beckett
rror 1 make[1]: Leaving directory `/usr/src/php-4.0.5/ext' make: *** [all-recursive] Error 1 -- And here's me, again thinking "What the hell?" no changes have been made to MySQL or any of it's libraries since it was built with the old GD less than 3 hours ago. Anyone know what

Re: [PHP-INST] PHP 4.0.6- problem with apxs

2001-06-26 Thread Rob Beckett
o a bit more than that, so anyone have any ideas? Have fun, Rob Beckett. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] Configuration Problem

2001-06-24 Thread Rob Beckett
etc, and if your browser is trying to download it, then it's not receiving the right output from Apache/PHP, assuming the file is even being pre-processed. Hopefully someone can agree or disagree here. Have fun, Rob Beckett. [EMAIL PROTECTED] [NP: Da Hool - Meet Her At The Love Parade (N

[PHP-INST] PHP 4.0.6 & GD

2001-06-24 Thread Rob Beckett
sion of GD thats too old? Help would be really appreciated on this one, please cc to my email @ [EMAIL PROTECTED] Thanks, Rob Beckett. [EMAIL PROTECTED] www.subwolf.org -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

[PHP-INST] Apache won't start after PHP install

2001-05-14 Thread Rob James
I have RedHat 6.1, Linux 2.2.12-20, Apache 1.3.9, PHP 4.0.5, MySQL 3.23.37 When I start apache, I get the following error message Starting httpd: Syntax error on line 132 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefine

[PHP-INST] tforum

2001-04-24 Thread Rob Wilks
I'm probably out of my depth here, but please have a look at my forum at http://forum.celinestar.org.uk. The error messages are like this: Warning: 0 is not a MySQL result index in functions.php on line 16 Warning: 0 is not a MySQL result index in functions.php on line 21 Warning: Oops, php3_

[PHP-INST] xmltok??

2001-02-07 Thread Rob Root
HI Folks, This is from my debug.log. Where is the xmltok lib supposed to be? I built expat and it didn't produce it. I see stuff in $PHP_SRC/ext/xml/expat/xmltok, but that doesn't seem to help. Regards, Rob Root gcc -o conftest -g -O2 -DLINUX=22 -DMOD_SSL=208100 -DUSE_HSRE

[PHP-INST] php4isapi.dll "The specified procedure could not be found."

2001-01-23 Thread Rob Dias
I installed everything as described in the installation notes and readme files. When I add a script mapping to "php.exe" everything works fine. When I add a script mapping to "php4isapi.dll" I get a message that says: The specified procedure could not be found. Everything works great when using