php-install Digest 3 May 2001 06:48:19 -0000 Issue 290

2001-05-02 Thread php-install-digest-help
php-install Digest 3 May 2001 06:48:19 - Issue 290 Topics (messages 2982 through 2996): Escaping from HTML 2982 by: Mike Hagan What am I doing wrong? 2983 by: Robert Staph 2984 by: B. van Ouwerkerk 2989 by: Jani Taskinen (take 2) What am I doing wrong?

[PHP-INST] PHP 4.0.5 & gd 2.0.1

2001-05-02 Thread Philip Snyder
I grabbed PHP 4.0.5 and gd 2.0.1 so I could create JPG thumbnails of files as I upload them. make install for gd went fine and the library is in /usr/lib as expected. I run configure for PHP and it gets through that without any issues. However, when I look back on the output, it says no after ev

Re: [PHP-INST] pgsql 7.1 build problem...

2001-05-02 Thread Yasuo Ohgaki
I compiled PHP4.0.5 with following config ./configure \ --with-apxs \ --disable-short-tags \ --disable-mysql \ --enable-bcmath \ --enable-ftp \ --enable-shmop \ --enable-sysvsem \ --enable-sysvshm \ --enable-socket \ --enable-mbstring \ --without-mysql \ --enable-inline-optimization \ --with-ico

Re: [PHP-INST] Install Probs with LInux/Apache/MySQL

2001-05-02 Thread Yasuo Ohgaki
If you have ld.so.conf configured and have shared lib some where. Try ./configure --with-mysql instead of ./configure --with-mysql=directory Are you sure your MySQL lib is OK? -- Yasuo Ohgaki "Charles Homan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

Re: [PHP-INST] What do I need?

2001-05-02 Thread Yasuo Ohgaki
I think you better to start from PHP manual. http://www.php.net/docs.php Then read other websites like http://www.zend.com http://www.phpbuilder.com/ Regards, -- Yasuo Ohgaki ""Stephen Donohoe"" <[EMAIL PROTECTED]> wrote in message 004101c0d188$b67740c0$[EMAIL PROTECTED]">news:004101c0d188$b67

Re: [PHP-INST] pgsql 7.1 build problem...

2001-05-02 Thread Yasuo Ohgaki
Some thing must be broken in 4.0.5. I could compile w/o error around RC5 or RC6, I think. I compiled CVS source with PostgreSQL7.1's libpq. It compiles and seems working. (There were warning regarding notice handler, though) Regards, -- Yasuo Ohgaki "Ron Patterson" <[EMAIL PROTECTED]> wrote in

Re: [PHP-INST] oracle configuration problem

2001-05-02 Thread Patrick Lai
""Patrick Lai"" <[EMAIL PROTECTED]> wrote in message 9cqh1s$h68$[EMAIL PROTECTED]">news:9cqh1s$h68$[EMAIL PROTECTED]... > I tried to use install php4.0.5 with the option--with-oci8 without having > oracle8i installed in my own machine. I get this: > checking Oracle version... configure: error: Ora

[PHP-INST] oracle configuration problem

2001-05-02 Thread Patrick Lai
I tried to use install php4.0.5 with the option--with-oci8 without having oracle8i installed in my own machine. I get this: Is this possible? Patrick -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: [PHP-INST] What am I doing wrong?

2001-05-02 Thread Jani Taskinen
On Wed, 2 May 2001, Robert Staph wrote: >While trying to install php 4.0.5 from source using: > >./configure --with-mysql --with-apache=/usr/include/apache --enable-track-vars You have to point --with-apache to the Apache SOURCES. Not to the install. If you have installed Apache from e.g. RPM, y

[PHP-INST] php 4.0.5 microtime compiler error

2001-05-02 Thread poelzi
hi, i just tried to compiler 4.0.5 with /bin/sh /usr/src/packages/apache/php-4.0.5/libtool --silent --mode=compile gcc -I. -I/usr/src/packages/apache/php-4.0.5/ext/standard -I/usr/src/packages/apache/php-4.0.5/main -I/usr/src/packages/apache/php-4.0.5 -I/usr/local/apache/include -I/usr/src/pack

[PHP-INST] gd-2.0.1

2001-05-02 Thread Dave Mariner
Hi, I need to add true-colour support to some code I'm writing, so want to build gd-2.0.1as an extension to PHP4 (currently have 4.0.4pl1). I have the gdlib building as a .so but don't know where to go from here. I'm running Mandrake Corporate Server 1.0.1, if that makes a difference.

[PHP-INST] pgsql 7.1 build problem...

2001-05-02 Thread Ron Patterson
Hi there, I'm building the new PHP-4.0.5 with support for PostgreSQL 7.1 database and get the following build error: gmake[3]: Entering directory `/net/clear1/home/rpatters/php-4.0.5/ext/pgsql' /bin/sh /net/clear1/home/rpatters/php-4.0.5/libtool --silent --mode=compile gcc -I. -I/net/clear1/home

[PHP-INST] (take 2) What am I doing wrong?

2001-05-02 Thread Robert Staph
I hope I get a slightly less elitist reply eventually. I'd try to recompile apache, but last time I tried to compile apache, it had even more errors then I'm getting now... This project is worth a good fight, but not one that will ~require~ that I recode half the kernel. On a side note, will re

Re: [PHP-INST] What am I doing wrong?

2001-05-02 Thread B. van Ouwerkerk
You might need to install Apache from source too. I'm not sure, don't like Redhat. I know the MySQL RPM on the cd has u HUGE bug.. perhaps this is also causing you one or two problems.. not sure. uhm.. it's --with-mysql=/path/to/mysql not --with-mysql Apache 1.3.12 you say thats pretty old

[PHP-INST] What am I doing wrong?

2001-05-02 Thread Robert Staph
While trying to install php 4.0.5 from source using: ./configure --with-mysql --with-apache=/usr/include/apache --enable-track-vars No matter what path I give, I always get back (with the path I gave it as the error): Configuring SAPI modules checking for AOLserver support... no checking for Ap

[PHP-INST] Escaping from HTML

2001-05-02 Thread Mike Hagan
I downloaded the latest copy PHP 4.0.5 yesterday and Installed it on: Windows NT 4.0, IIS 3.0, PHP 4.0.5 CGI There were no installation problems or errors. When I can run a .php script from Netscape and IE by entering / hello.php, everything works as expected. However, when I use the

php-install Digest 2 May 2001 18:17:04 -0000 Issue 289

2001-05-02 Thread php-install-digest-help
php-install Digest 2 May 2001 18:17:04 - Issue 289 Topics (messages 2977 through 2981): Re: does anyone have a debian httpd.conf and srm.conf 2977 by: Alex Miller Who support PHP 2978 by: staym 2979 by: Jonathan Hilgeman Install Probs with LInux/Apache/MySQL

Re: [PHP-INST] Install Probs with LInux/Apache/MySQL

2001-05-02 Thread B. van Ouwerkerk
>I get the infamouse attention message after I try to configure. I have the >right paths to mysql. I have the libmysqlclient files in >/usr/local/mysql/lib/mysql and symbolic linked to /usr/local/mysql >ld.so.conf is correct. Please before I loose the rest of my hair help! Think I remembe

[PHP-INST] Install Probs with LInux/Apache/MySQL

2001-05-02 Thread Charles Homan
Have tried a thousand suggestions from lists all over. Please help me. I am begging. Here's my debug.log; verona:/usr/local/src/php-4.0.4pl1# cat debug.log CONFIGURE: './configure' '--with-apxs=/www/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-pdflib=/usr/local/src/pdflib-4.0.0' '--enab

RE: [PHP-INST] Who support PHP

2001-05-02 Thread Jonathan Hilgeman
Try http://hosting.datablocks.net/ It gives you a free plan with a mySQL database, PHP hosting, and a subdomain (name.datablocks.net). Jonathan -Original Message- From: staym [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 8:46 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] Who

[PHP-INST] Who support PHP

2001-05-02 Thread staym
Could you help me Please. I need to build my homepage on the internet but i need free homepages that support php. kinds regards staym -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-INST] does anyone have a debian httpd.conf and srm.conf

2001-05-02 Thread Alex Miller
On Tuesday 01 May 2001 06:42 am, B. van Ouwerkerk wrote: > At 00:51 1-5-01 -0400, Alex Miller wrote: > >I would like to look at it. > > > >My package installation did not leave any > >AddType or AddHandler Directives. > > No. I'm running Slackware. I doubt the difference is big when it comes to >