[PHP-INST] php-mysql build problem

2003-06-13 Thread Grimes, Dean
I'm having some trouble with linking mysql-4.0.13 into php-4.3.2. I am getting following error: //usr/lib/libresolv.so.1: fatal error: symbol `_res` multiply defined in two shared objects /usr/lib/libsocket.so: size = 448; //usr/lib/libresolv.so.1: size = 512 collect2: ld returned 1 exit status ma

[PHP-INST] Configure Error - SCO OperServer 5.0.6

2003-06-10 Thread Grimes, Dean
Trying to configure php-4.3.2 on OperServer 5.0.6 using gcc 2.95.2 and gnu make 3.79. This error occurs even without specifying any options with configure. Also, configure does not stop. It keeps going and then gives you the "all OK" at the end. So you don't know you have an error situation until y

[PHP-INST] Compiling On Tru64

2002-06-03 Thread Grimes, Dean
I'm trying to compile on Tru64 5.1 using: gcc 3.1 make 3.79 php 4.0.6 apache 1.3.24 mysql 3.23.49 All compiles well except the last step - Apache. I compiled php as follows: configure --with-mysql=/usr/local/mysql \ --with-apache=../apache_1.3.24 \ --with-trans-sid \

RE: [PHP-INST] How do i allow variable passing in php4.

2001-05-22 Thread Grimes, Dean
The really is a question for the PHP-General list but there are two ways to pass information from one form to another in a somewhat transparent mode: 1. Use hidden input types in your HTML. 2. Use Session Variables. OR You can pass information in the URL like: /my_web_dir/prog.php?var1=val1&va

RE: [PHP-INST] --with-pdflib... stops on show_boxed

2001-05-03 Thread Grimes, Dean
Either the library is missing or it is not being found. If you are sure pdflib was built correct, then try use --with-pdflib=[pdflib install directory]. I had this same problem but specifying the pdflib directory fixed it. Dean -Original Message- From: Jani Taskinen [mailto:[EMAIL PROTE

RE: [PHP-INST] how co setup(configure) php at sco unix netscape service

2001-04-20 Thread Grimes, Dean
I've used both and I definitely prefer Apache. Netscape is much harder to administrate remotely, it does however, have a pretty nice web based administration tool if you are only administrating one or two servers. I have 170 remote sites that need administrating and although I had written shell sc

RE: [PHP-INST] Installing the pdf extensions

2001-04-20 Thread Grimes, Dean
Try this: Try using the new pdflib-4.0.0 It works great. Here is what you have to do: Goto: http://www.pdflib.com/pdflib/download/index.html and download the source for unix. Unzip and untar. cd to pdflib-4.0.0/bind/php/ext/pdf copy * php-4.0.4pl1/ext/pdf --- You may want to remove the

RE: [PHP-INST] Install php at sco unix

2001-04-16 Thread Grimes, Dean
Have you installed MySQL and PHP? The reason IE is prompting to download/open the file is because it doesn't recognize the file type. -Original Message- From: Em=-LN [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 15, 2001 11:50 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Install php at s

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-20 Thread Grimes, Dean
I'm not a 100% sure but I think sessions only work with php compiled as an apache module... could be wrong on that though. However, I do remember reading something somewhere about that. Anyway, have you checked that PHP was compiled with sessions tracking and that cookies are enabled in your brow

RE: [PHP-INST] Blatant PHP security issues!!!!

2001-02-22 Thread Grimes, Dean
>For instance, PHP scripts have to be world readable. Which >means that anyone who hard coded in a username and password to their mysql >database are putting their database at risk. Actually, is possible to restrict permissions. I have my permissions on some PHP scripts set to 700,750, 600 and 6