[PHP-INST] Re: Problem compiling PHP 4.3.0 with Apache 1.3.27 on SuSE Linux7.3

2003-01-21 Thread Manuel Cramer
Hi, i have a huge Problem compiling PHP. I've used the same params as i used with PHP 4.2.1, 4.2.2 and 4.2.3. after recompiling PHP about 30 times, i noticed that the option --with-qtdom creates this error. But why? In all previous Versions it worked. Why not in PHP 4.3.0? My installed Versi

[PHP-INST] Compile: cannot find lib.pq

2003-01-21 Thread Jean-Christian Imbeault
I am trying to compile PHP with the --with-pgsql flag but I get the following error: configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path I do not have Postgres installed on this machine. The DB is on another machine. What do I need to do in order to g

[PHP-INST] PostgreSQL and PHP - install problem OSX

2003-01-21 Thread Mario Ruggier
Hello, I am trying to install PostgreSQL on OSX, as wonderfully laid out at: http://developer.apple.com/internet/macosx/postgres.html All steps until User Access and Authentication go exactly as described. I have skipped the sections on installing access from Perl and from Java, and jumped to Po

php-install Digest 21 Jan 2003 12:29:18 -0000 Issue 1211

2003-01-21 Thread php-install-digest-help
php-install Digest 21 Jan 2003 12:29:18 - Issue 1211 Topics (messages 9747 through 9753): Re: PHP seems to be garbled? 9747 by: Rasmus Lerdorf Re: Unable to load dynamic library php_oci8.dll on Windows XP SPK1 9748 by: Edin Kadribasic php instal problem 9749 by: mon

[PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-21 Thread frankv
Hi I'm installing php 4.3.0 with apache 1.3.27, Solaris 8. My configure command is: ./configure --prefix=/usr/local/php-4.3.0 --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-openssl=/usr/local/ssl --with-gd --with-zlib --enable-exif --with-ttf=/usr/local/lib --with-t1

[PHP-INST] Don't know how to parse *.html with PHP

2003-01-21 Thread Vitaly Voropinov
Hi folks, PHP 4.2.2, APACHE 1.3.27, MOD_SSL 2.8.12-1.3.27, OPENSSL 0.9.7-beta3, MySQL 3.23.47 on FreeBSD 4.5 Whenever I configure Apache for PHP-parsing of .html-files, all HTML-files don't get parsed, instead the dialog "open/save" are shown when I try to view any .html-page. At the same time al

[PHP-INST] configure doesn't find libjpeg

2003-01-21 Thread akorthaus
Hello! I'm trying to compile PHP 4.3.0 for the first time by myself. My OS is RedHat Linux 8.0, Webserver Apache 2.0.37. I want use php as Apache-Module. This worked fine with original RedHat Version of PHP(4.2.2). I configure --with-jpeg-dir=/usr. If I do so, I get "configure error, can't find

[PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-21 Thread frankv
Hi I'm installing php 4.3.0 with apache 1.3.27, Solaris 8. My configure command is: ./configure --prefix=/usr/local/php-4.3.0 --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-openssl=/usr/local/ssl --with-gd --with-zlib --enable-exif --with-ttf=/usr/local/lib --with-t1

[PHP-INST] Re: PostgreSQL and PHP - install problem OSX

2003-01-21 Thread Mario Ruggier
Ah! I had missed that little suggestion as it is inside the installation of perl section, which i skipped. But, after running this, it works just fine! Many thanks, Mario Ruggier On mardi, jan 21, 2003, at 15:34 Europe/Amsterdam, Jay Greenspan wrote: Did you run the ranlib command, as the art

[PHP-INST] How to install in my own web server?

2003-01-21 Thread Quique
Hello I have a web server developed for us, but I would like to do it work with php, can you explain me how I make do it? If is necessary I modify source code of the server, it isn't problem, I have it. If it isn't the correct place to ask it, sorry me, and I'll be greateful if you say me where I

[PHP-INST] GD configure error.

2003-01-21 Thread Jose D. Raffucci
Using Red Hat 8.0, Apache 1.3.27, PHP 4.3.0 Configuration line: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-inter base=/opt/interbase --with-gd I get this error: configure error libpng not found. I did a locate and found the library in /usr/lib. Interesting enough w

RE: [PHP-INST] GD configure error.

2003-01-21 Thread Matt Schroebel
Try adding --with-png-dir=/path/to/libpng > -Original Message- > From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 11:13 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] GD configure error. > > > Using Red Hat 8.0, Apache 1.3.27, PHP 4.3.0 > > Configur

Re: [PHP-INST] GD configure error.

2003-01-21 Thread Jose D. Raffucci
I tried that but still fails. "Matt Schroebel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Try adding --with-png-dir=/path/to/libpng > -Original Message- > From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 11:13 AM >

RE: [PHP-INST] GD configure error.

2003-01-21 Thread Matt Schroebel
As /usr/local? This works for me on Redhat 7.3: ./configure --with-mysql=/usr/local \ --with-gd \ --with-png-dir=/usr/local \ --with-jpeg-dir=/usr/local \ --with-zlib=/usr/local \ --enable-inline-optimization \ --with-freetype-dir=/usr/local \ --with-apxs=/www/bin/apxs > -Original Message-

Re: [PHP-INST] GD configure error.

2003-01-21 Thread Jose D. Raffucci
It seems that this is a red hat 8.0 problem. "Matt Schroebel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... As /usr/local? This works for me on Redhat 7.3: ./configure --with-mysql=/usr/local \ --with-gd \ --with-png-dir=/usr/local \ --with-jpeg-dir=/usr/local \

[PHP-INST] phpPgAdmin - Safari bug

2003-01-21 Thread Mario Ruggier
Following the instructions on http://developer.apple.com/internet/macosx/postgres.html, i have successfully installed postgres + php access + phpPgAdmin. However, logging in (name/password are accepted) to phpPgAdmin with Safari b51, the resulting page is a bizarre double frames of the same logi

[PHP-INST] php4 with Oreilly?

2003-01-21 Thread OneBadDJ
I've just attempted to install php4 on my WinXP machine running O'Reilly 2.0 Website Pro. I'm getting an error concerning the Redirect_status cgi variable. I've looked around the archives, and saw that this is a common error, but I didn't find a solution to my problem. Can anyone help me here

[PHP-INST] Re: phpPgAdmin - Safari bug

2003-01-21 Thread John Moore
No -- everything looks OK on my install using phpPgAdmin 2.3.1 and Safari v51. John Pikes Peak Technology and Computer Services http://www.pikespeaktech.com/ On Tuesday, January 21, 2003, at 01:24 PM, Mario Ruggier wrote: Following the instructions on http://developer.apple.com/internet/macos

[PHP-INST] SQL

2003-01-21 Thread mon
hi sorry for bothering you again. where can i get a suitable MySQL sever so i can download it in my PC, ive got mysql-31.23.54-win but i dont know how to use it with apache2 and PHP4 any ideas. thanks -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

php-install Digest 22 Jan 2003 02:31:31 -0000 Issue 1212

2003-01-21 Thread php-install-digest-help
php-install Digest 22 Jan 2003 02:31:31 - Issue 1212 Topics (messages 9754 through 9768): Problem compiling PHP 4.3.0 with GD 9754 by: frankv.cecalc.ula.ve 9757 by: frankv.cecalc.ula.ve Don't know how to parse *.html with PHP 9755 by: Vitaly Voropinov configure does

RE: [PHP-INST] SQL

2003-01-21 Thread Timothy Hitchens \(HiTCHO\)
Please clarify your request you have MySQL and don't know how to use it or you can't get it to work with Apache2/PHP4?? Timothy Hitchens (HiTCHO) Open Source Consulting e-mail: [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday,

RE: [PHP-INST] SQL

2003-01-21 Thread Luke Woollard
try mysql.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 22 January 2003 1:27 PM To: Subject: [PHP-INST] SQL hi sorry for bothering you again. where can i get a suitable MySQL sever so i can download it in my PC, ive got mysql-31.23.54-win b

Re: [PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-21 Thread toby -
hi you need tow extra libraries for gd support tiff and jpeg you will hae to down load these, put them in ur php folder and configure php.ini to work --with both hope dis helps . good luck toby . _ Add photos to your

Re: [PHP-INST] GD configure error.

2003-01-21 Thread toby -
jose are ur jpeg and other libries in php folder ? try moving them round . good luck toby . _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- PHP In