[PHP-INST] 4.2.0 wont compile

2002-04-22 Thread Mefistofeles
I've compile Apache 2.0.35 with --enable-so then in the php directory done ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs and make which gives me In file included from libmysql.c:5: global.h:256: warning: redefinition of `uint' /usr/include/sys/types.h:152: warning: `uint' p

[PHP-INST] 4.2.0 install error

2002-04-22 Thread Michael
I get this error when trying to restart apache after install. OS: Redhat 7.2 Line 237 is the loadmodule line Anyone else experiencing this problem? [root@www php-4.2.0]# apachectl start Syntax error on line 237 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp

Re: RE: [PHP-INST] Re: FreeBSD + gd + PHP4.1.2

2002-04-22 Thread Adam Voigt
Just out of curiosity, change /usr/local/lib/gd to /usr/local, you don't have to specify the lib path, like if you do --with-mysql=/usr/local/mysql it will know the libs are in the path you specified with lib at the end, which would be /usr/local/mysql/lib, so give just /usr/local a try. Adam

php-install Digest 22 Apr 2002 21:34:55 -0000 Issue 801

2002-04-22 Thread php-install-digest-help
php-install Digest 22 Apr 2002 21:34:55 - Issue 801 Topics (messages 6708 through 6718): [WIN2k][APACHE 2] Problem loading php4apache.dll 6708 by: Myster Cool 6714 by: Bryan Thoreson problems to configure php update 6709 by: Daniel Liebig Re: Installing PHP for com

RE: [PHP-INST] Re: FreeBSD + gd + PHP4.1.2

2002-04-22 Thread Jonathan Hilgeman
Why don't you just use the ports system on FreeBSD to set up PHP? It would be much cleaner and a lot faster. To address your problem, it seems as though it can't find your gd.h file in the include paths. What happens when you run "locate gd.h" ? - Jonathan -Original Message- From: Batch

[PHP-INST] Error during Make file...need help.

2002-04-22 Thread Batch
Hi guys. I am getting this nasty little error when I try to build the make file. I am trying to install PHP 4.1.2 with RH 7.2 Not really sure what is going on here and any help is greatly appreciated. Here is the error: /usr/local/src/php-4.1.2/ext/gd/php_gd.h:33:16: gd.h: No such file or dire

[PHP-INST] Re: FreeBSD + gd + PHP4.1.2

2002-04-22 Thread Batch
Anyone know what this problem is? I am getting the exact same problem under RedHat 7.2 Thanks. "Kasper" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have some problems with GD and php4.1.2. > > I have FreeBSD and i have gd zlib freetype jpeg and all that

[PHP-INST] PHP 4.1.2 problem with IE

2002-04-22 Thread Dave Sugar
A client of ours has recently upgraded from PHP 4.0.6 to PHP 4.1.2 and now they are receiving complaints from users of their website that they frequently are getting 'Page Not found' errors when going to the website. The Website was developed under PHP 4.0.6. And the index.html file is just

Re: [PHP-INST] [WIN2k][APACHE 2] Problem loading php4apache.dll

2002-04-22 Thread Bryan Thoreson
Hi, PHP 4.1.x php4apache.dll WILL NOT WORK with Apache 2. You can download the PHP 4.2RC4 and there is an experimental dll in the experimental folder of the download that works with Apache 2. Apache 2 is configured the same in the conf file just replace php4apache.dll with the experimental dll

RE: [PHP-INST] Viewing Php code

2002-04-22 Thread Jonathan Hilgeman
Most PHP files will be like regular text files, and you can use any standard viewer to see them, as long as you have the SOURCE (original) file. You can't get a php file by just going to that file on the web and getting it. If you saw an interesting message board that was programmed in PHP, you co

Re: [PHP-INST] RE: Installing PHP for command-line use

2002-04-22 Thread Sam
In order to not affect your current Apache (or whatever) setup, I find it best to not run "make install" after building -- instead, just manually copy the php binary (it's somewhere in the build tree, I forget where) into /usr/bin or /usr/local/bin. That way apache is left using the Apache module

Re: [PHP-INST] RE: Installing PHP for command-line use

2002-04-22 Thread Sam
In order to not affect your current Apache (or whatever) setup, I find it best to not run "make install" after building -- instead, just manually copy the php binary (it's somewhere in the build tree, I forget where) into /usr/bin or /usr/local/bin. That way apache is left using the Apache module

[PHP-INST] RE: Installing PHP for command-line use

2002-04-22 Thread Dr CHEUNG Ngai Tseung
Build php without the -apxs command -Original Message- From: webmaster [mailto:[EMAIL PROTECTED]] Sent: Monday, 22 April 2002 17:33 To: phpinstall Subject: Installing PHP for command-line use Hi all, working with my website I have ofund it would be practical to be able to run PHP from t

[PHP-INST] problems to configure php update

2002-04-22 Thread Daniel Liebig
Hi out there, i seem to have a bigger problem with the compilation of PHP 4.1.2 on a SuSe Linux 7.0 standard installation. I have currently running an Apache 1.3.12 with PHP 4.0.0 as module and MySQL 3.22.23. They came with the distribution, i just installed the packages and they do all work f

[PHP-INST] [WIN2k][APACHE 2] Problem loading php4apache.dll

2002-04-22 Thread Myster Cool
Hi ! I've got a big problem while trying to load this damend library in order to make php working as module :( I've copied the php4ts.dll in the winnt\system32 directory I've set in my httpd.ini : * LoadModule php4_module "c:/php/sapi/php4apache.dll" * AddType application/x-httpd-php .php i've se

php-install Digest 22 Apr 2002 09:30:00 -0000 Issue 800

2002-04-22 Thread php-install-digest-help
php-install Digest 22 Apr 2002 09:30:00 - Issue 800 Topics (messages 6705 through 6707): ignored by Apache 6705 by: R.J.Peach 6706 by: Rasmus Lerdorf Installing PHP for command-line use 6707 by: webmaster Administrivia: To subscribe to the digest, e-mail:

[PHP-INST] Installing PHP for command-line use

2002-04-22 Thread webmaster
Hi all, working with my website I have ofund it would be practical to be able to run PHP from the command-line. This would be nice when it comes to writing "at"-jobs etc, where now I have to use PERL. It would be so much easier to do that kind of work if I could just write it in PHP. I have he