php-install Digest 22 Jan 2003 02:31:31 -0000 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 doesn't find libjpeg
9756 by: akorthaus.web.de
Re: PostgreSQL and PHP - install problem OSX
9758 by: Mario Ruggier
How to install in my own web server?
9759 by: Quique
GD configure error.
9760 by: Jose D. Raffucci
9761 by: Matt Schroebel
9762 by: Jose D. Raffucci
9763 by: Matt Schroebel
9764 by: Jose D. Raffucci
phpPgAdmin - Safari bug
9765 by: Mario Ruggier
9767 by: John Moore
php4 with Oreilly?
9766 by: OneBadDJ.aol.com
SQL
9768 by: mon.aiseni.com
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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-t1lib=/usr/local/lib --enable-track-vars --enable-calendar
When I run make, I see it:
...
...
...
Output line too long.
make: Fatal error: Don't know how to make target
`/usr/local/src/apache_perl/php-4.3.0/sapi/cli/php_cli.c'
The problem is when I try add --with-gd...
There is any bug with it ?
Any suggestion as to how to proceed are greatly appreciated.
Best regards,
Frank
--- End Message ---
--- Begin Message ---
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-t1lib=/usr/local/lib --enable-track-vars --enable-calendar
When I run make, I see it:
...
...
...
Output line too long.
make: Fatal error: Don't know how to make target
`/usr/local/src/apache_perl/php-4.3.0/sapi/cli/php_cli.c'
The problem is when I try add --with-gd...
There is any bug with it ?
Any suggestion as to how to proceed are greatly appreciated.
Best regards,
Frank
--- End Message ---
--- Begin Message ---
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 all .php files works correct. This problem occured only
when I add .html files parsing to httpd.conf.
In httpd.conf:
AddType application/x-httpd-php .php - this works correct
AddType application/x-httpd-php .php .html - the dialog "open/save" shown
only with .html, .php still working
thx in advance
--- End Message ---
--- Begin Message ---
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 libjpeg.(a|so)"
I tried "find -name libjepeg.*"
and I found
/usr/lib/libjpeg.so.62
/usr/lib/libjpeg.so.62.0.0
So I tried to use --with-jpeg-dir=/usr/lib
but I got the same error.
So I downloaded the whole jpeg-library again(from given link in php-manual),
and put libjepeg.a to
/usr/local/share, and tried --with-jpeg-dir=/usr/local/share, also without
success(same error-message). Before each configure I deleted the php-4.3.0
DIR and extracted it again from the archiv.
What could be the problem? I don't know what to do now. If I don't
use --with-jpeg
PHP works fine, but I need it!
Thank you!
kind regards,
Andreas
--- End Message ---
--- Begin Message ---
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 article suggested?
shell> sudo ranlib /usr/local/pgsql/lib/libpq.a
-j
On Tuesday, January 21, 2003, at 07:29 AM, Mario Ruggier wrote:
Hello,
I am trying to install PostgreSQL on OSX, as wonderfully laid out at:
http://developer.apple.com/internet/macosx/postgres.html
_______________________________________________
web-development mailing list | [EMAIL PROTECTED]
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.
--- End Message ---
--- Begin Message ---
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 would ask it.
Many thanks
Enrique Guerra
--- End Message ---
--- Begin Message ---
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 when
it was configuring it says:
checking for location of libpng ... yes.
I did get php to compile without gd.
I am stuck any suggestions.
-Jose
--- End Message ---
--- Begin Message ---
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
>
> 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 when
> it was configuring it says:
> checking for location of libpng ... yes.
>
> I did get php to compile without gd.
>
> I am stuck any suggestions.
>
> -Jose
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
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
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] GD configure error.
>
>
> 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 when
> it was configuring it says:
> checking for location of libpng ... yes.
>
> I did get php to compile without gd.
>
> I am stuck any suggestions.
>
> -Jose
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
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-----
> From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 21, 2003 2:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] GD configure error.
>
>
> 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
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-INST] GD configure error.
> >
> >
> > 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 when
> > it was configuring it says:
> > checking for location of libpng ... yes.
> >
> > I did get php to compile without gd.
> >
> > I am stuck any suggestions.
> >
> > -Jose
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
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 \
--with-zlib=/usr/local \
--enable-inline-optimization \
--with-freetype-dir=/usr/local \
--with-apxs=/www/bin/apxs
> -----Original Message-----
> From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 21, 2003 2:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] GD configure error.
>
>
> 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
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-INST] GD configure error.
> >
> >
> > 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 when
> > it was configuring it says:
> > checking for location of libpng ... yes.
> >
> > I did get php to compile without gd.
> >
> > I am stuck any suggestions.
> >
> > -Jose
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
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 login page. On IE 5.2, the resulting page is
what you would expect.
Anyone has an installation of phpPgAdmin that can check this behaviour?
mario
--- End Message ---
--- Begin Message ---
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/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 login page. On IE 5.2, the resulting page is
what you would expect.
Anyone has an installation of phpPgAdmin that can check this behaviour?
mario
_______________________________________________
web-development mailing list | [EMAIL PROTECTED]
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.
Pikes Peak Technology and Computer Services
http://www.pikespeaktech.com/
--- End Message ---
--- Begin Message ---
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?
Thanks,
Tim Hayes
--- End Message ---
--- Begin Message ---
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
--- End Message ---