[PHP] install/config error - please help

2004-06-30 Thread Nguyen, Long P (Mission Systems)
any ideas with this install/config error? [EMAIL PROTECTED] php-4.3.7]# ./configure --with-mysql=/usr/local/mysql creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation

RE: [PHP] install/config error - please help

2004-06-30 Thread Nguyen, Long P (Mission Systems)
to `main' collect2: ld returned 1 exit status -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] install/config error - please help * Thus wrote Nguyen, Long P (Mission Systems): any ideas

[PHP] make: *** [sapi/cgi/php] Error 1

2004-06-29 Thread Nguyen, Long P (Mission Systems)
I am getting these errors when I run a 'make'. Any ideas why? ./configure --with-mysql make /tmp/dres/php-4.3.7/ext/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dangerous, better use `mkstemp' ext/standard/image.o(.text+0x6b0): In function `php_handle_swc':

[PHP] php-4.3.7 installation error

2004-06-29 Thread Nguyen, Long P (Mission Systems)
I ran the following: ./configure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --- came back OK make - and got the following . olv -lm -ldl -lnsl -lcrypt -lcrypt -o libphp4.la ext/ctype/ctype.lo: file not recognized: File truncated collect2: ld returned

RE: [PHP] recompile your PHP installation with --with-mysql optio n

2004-06-22 Thread Nguyen, Long P (Mission Systems)
: Monday, June 21, 2004 10:56 PM To: php-general Mailing List Subject: Re: [PHP] recompile your PHP installation with --with-mysql optio n * Thus wrote Nguyen, Long P (Mission Systems): I recompiled PHP with --with-mysql=/usr/local/sql and still got the following errors: Checking PHP configuration

[PHP] error with PHP MySQL extension

2004-06-22 Thread Nguyen, Long P (Mission Systems)
This is where I am stuck at with this DRES installation, it's complaining about the mysql extension. I tried ./configure --with-mysql=/usr/local/mysql; make; make install and still the same error: Checking PHP

RE: [PHP] error with PHP MySQL extension

2004-06-22 Thread Nguyen, Long P (Mission Systems)
- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 10:33 AM To: php-general Mailing List Subject: Re: [PHP] error with PHP MySQL extension Nguyen, Long P (Mission Systems) wrote: This is where I am stuck at with this DRES installation, it's complaining about the mysql

RE: [PHP] error with PHP MySQL extension

2004-06-22 Thread Nguyen, Long P (Mission Systems)
' '--with-apxs2=/usr/sbin/apxs' -Original Message- From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 10:04 AM To: Nguyen, Long P (Mission Systems) Cc: John Nichel; php-general Mailing List Subject: RE: [PHP] error with PHP MySQL extension Quoting Nguyen, Long P (Mission

[PHP] recompile your PHP installation with --with-mysql option

2004-06-21 Thread Nguyen, Long P (Mission Systems)
How do you recompile your PHP installation with --with-mysql option?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] recompile your PHP installation with --with-mysql optio n

2004-06-21 Thread Nguyen, Long P (Mission Systems)
with --with-mysql option -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 1:58 PM To: php-general Mailing List Subject: Re: [PHP] recompile your PHP installation with --with-mysql option Nguyen, Long P (Mission Systems) wrote: How do you recompile your

[PHP] where can we downlaod PHP modules??

2004-06-18 Thread Nguyen, Long P (Mission Systems)
Anyone know where can I download the following PHP modules? Sablotron XSLT processor (command-line utility and PHP plugin) PHP DOMXML support compiled-in (libxml version) PHP XML support compiled-in (expat version) PHP XMLRPC support compiled-in Thank you!! -- PHP General Mailing List

RE: [PHP] index.php not loading up

2004-06-16 Thread Nguyen, Long P (Mission Systems)
16, 2004 11:22 AM To: PHP Mailing Lists Subject: Re: [PHP] index.php not loading up Nguyen, Long P (Mission Systems) wrote: this is an entry in the php.ini file: error_reporting = E_ALL ~E_NOTICE where on the machine are the error logged to? Below that will be a line like

RE: [PHP] index.php not loading up

2004-06-16 Thread Nguyen, Long P (Mission Systems)
Systems) Cc: PHP Mailing Lists Subject: Re: [PHP] index.php not loading up On Wed, 16 Jun 2004 08:33:46 -0700, Nguyen, Long P (Mission Systems) [EMAIL PROTECTED] wrote: so going back to your original question - yes error set to display on, but I don't think I am seeing errors - where

RE: [PHP] index.php not loading up

2004-06-16 Thread Nguyen, Long P (Mission Systems)
: Wednesday, June 16, 2004 12:26 PM To: PHP Mailing Lists Subject: RE: [PHP] index.php not loading up Quoting Nguyen, Long P (Mission Systems) [EMAIL PROTECTED]: apache - and I would think that mine would also be /var/log/apache but that path does not exist - was this created automatically when

RE: [PHP] index.php not loading up

2004-06-16 Thread Nguyen, Long P (Mission Systems)
Doesn't look like it.. DocumentRoot /var/www/html -Original Message- From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 1:10 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] index.php not loading up Quoting Nguyen, Long P (Mission Systems) [EMAIL PROTECTED

[PHP] index.php not loading up

2004-06-15 Thread Nguyen, Long P (Mission Systems)
I am able to bring up a test.php file, but when I try to bring up this index.php file, the page does not load but the syntaxes below load up. Any ideas? Thank you. http://158.114.148.90/? echo $sys_graphics . alt=Keystone 2 / _ setCols(2); $loginBox-addRow('Username');

RE: [PHP] index.php not loading up

2004-06-15 Thread Nguyen, Long P (Mission Systems)
. Check http://www.php.net/manual/en/install.apache.php for more details. On Jun 15, 2004, at 10:05 AM, Nguyen, Long P (Mission Systems) wrote: I am able to bring up a test.php file, but when I try to bring up this index.php file, the page does not load but the syntaxes below load up. Any

[PHP] source code display

2004-06-07 Thread Nguyen, Long P (Mission Systems)
Hi - When I try to bring up an index.php3 file on a browser, what display are source codes. And when I tried to bring up the same index.php file, I get the following: http://158.114.148.90/? echo $sys_graphics . alt=Keystone 2 / _ setCols(2); $loginBox-addRow('Username');

RE: [PHP] source code display

2004-06-07 Thread Nguyen, Long P (Mission Systems)
Yes. AddType application/x-httpd-php php php3 -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 9:49 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] source code display Nguyen, Long P (Mission Systems) wrote: Hi - When I try to bring up

RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
PROTECTED] Sent: Wednesday, June 02, 2004 4:51 PM Cc: [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Quoting Nguyen, Long P (Mission Systems) [EMAIL PROTECTED]: could it be something in my httpd.conf file? Remove the line AddType application/x-httpd-php .php and add Files *.php

RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
-- and specified the path to /tmp/php/test.php Please let me know, thank you. -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:46 AM To: Nguyen, Long P (Mission Systems) Subject: Re: [PHP] php installation verification I also noticed that you're using

RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
OK - thanks for all the help everyone!! -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:02 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] php installation verification Yes, you should be accessing it through http://localhost/test.php That's

[PHP] FW: Your Request

2004-06-03 Thread Nguyen, Long P (Mission Systems)
Is anyone else getting this email whenever you send an email to the [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] list? I get this whenever I send a post. -Original Message- From: Information Desk [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:09 AM To: Nguyen, Long P

[PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
I am new to php and was tasked with installing php v.4.3.6. I installed it on redhat with apache v2.0.48. I read in the doc that you can create a test file called test.php with some php tags such as ?phpinfo()?. Could someone post a test.php file as an example? Thanks for the help. --

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
. -Original Message- From: Steve Douville [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:39 PM To: Nguyen, Long P (Mission Systems); [EMAIL PROTECTED] Subject: Re: [PHP] php installation verification Open a file. Put this code in there: ? phpinfo(); ? Save as test.php

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
Yes. -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:51 PM To: Nguyen, Long P (Mission Systems) Cc: Steve Douville; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Have you stopped and restarted the web server? OK

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
I get the source display on the browser as: ?php phpinfo(); ? -Original Message- From: Scot L. Harris [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:53 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification On Wed, 2004-06-02 at 16:47, Nguyen, Long P

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
The content of my test.php file has: ?php phpinfo(); ? -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:59 PM To: Nguyen, Long P (Mission Systems) Cc: [EMAIL PROTECTED]; Steve Douville; [EMAIL PROTECTED] Subject: RE: [PHP] php installation

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
redhat and apache -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 5:02 PM To: Nguyen, Long P (Mission Systems) Cc: Scot L. Harris; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Running Apache? Windows? I get

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
/include/php/ Installing helper programs: /usr/local/bin/ program: phpize program: php-config program: phpextdist [EMAIL PROTECTED] php-4.3.6]# -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 5:02 PM To: Nguyen, Long P (Mission