RE: [PHP-INST] Problem w/ RH Linux 7, PHP 4, Apache, MySQL

2001-01-16 Thread The Big Ugly
Jud, Sorry but I pretty much exhausted my knowledge of PHP/Apache configuration with that first message :). I am a newbie to Linux, Apache and PHP and had to get help with my own install. The only suggestion I have is to check if there are IfModule or IfDefine statements bracketing your AddType

[PHP-INST] Re: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread lsiewfat
Hi. May I know how come php3 works for imagecreatefromgif() with gd... as I only can find libgd.a in my /usr/lib. Any advise? Thanks. - Original Message - From: "Jani Taskinen" <[EMAIL PROTECTED]> To: "lsiewfat" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001

[PHP-INST] Re: imagecreatefromgif() becomes an undefined function afterupgrading to php4

2001-01-16 Thread Jani Taskinen
On Wed, 17 Jan 2001, lsiewfat wrote: >Hi. When you says with --with-gd. Does it actually create some kind of >library files somewhere..? No, you need to have GD library in your system. And GIF support isn't included in versions > 1.5 of GD library. Do the other image functions work? --Jani --

Re: [PHP-INST] Problem with PHP/Apache/MySQL on fresh RH7 install

2001-01-16 Thread George P. Taylor IX
Homer, I have had a similar problem. Were you able to solve it? If so, what steps did you take? When I attempt to start httpd, it balks, and reports that there is a syntax error on line 207 of httpd.conf, which consists of LoadModule php4=modulelibexec/libphp4.so Webmaster replied to your

[PHP-INST] JSDK 2.0 & PHP

2001-01-16 Thread Ashley M. Kirchner
I've installed JSDK onto my system, and compiled PHP 4.0.4 with the --with-java=/usr/java flag. When I look in php.ini, I see the following references to java: [Java] ;java.class.path = .\php_java.jar ;java.home = c:\jdk ;java.library = c:\jdk\jre\bin\hotspot\jvm.dll ;java.library.path = .\

Re: [PHP-INST] it must be me....

2001-01-16 Thread Rasmus Lerdorf
Which configure flags did you use? On Tue, 16 Jan 2001, Otis wrote: > ...or is it microsoft?? Oh %*$§$%, I'm working under Linux... > I give up. I got a Linux 7.0 Apache 1.3.12 mashine (no need to say I'm > not a pro under Linux, sadly). I get PHP working with the distributed > 4.0.0. But since

[PHP-INST] PHP mime type trouble

2001-01-16 Thread Todd Goldenbaum
Hi, I'm installing apache 1.3.9 with php 4 (and mysql support, and some other modules) and after configuring and compiling everything successfully, I alter the apache httpd.conf file for the two php4 mime types, yet when I hit a page of one of those types on my server (such as .html) my browser b

[PHP-INST] it must be me....

2001-01-16 Thread Otis
...or is it microsoft?? Oh %*$§$%, I'm working under Linux... I give up. I got a Linux 7.0 Apache 1.3.12 mashine (no need to say I'm not a pro under Linux, sadly). I get PHP working with the distributed 4.0.0. But since 4.0.4 was released I wanted to upgrade. I compiled PHP, 'maked' it and 'make i

RE: [PHP-INST] OSX 1.2

2001-01-16 Thread Andrew Hill
Hmm really! If that is the case, I wonder if you are starting a different instance, or you have forgotton the AddType headers in your httpd.conf file. How do you know it's not working? Regards, Andrew Andrew Hill Director Technology Evangelis

[PHP-INST] Problems Compiling LDAP in 4.0.2

2001-01-16 Thread Bill . Hoffman
Here is my environment: System Linux [EMAIL PROTECTED] 2.2.5-15 #1 Mon Apr 19 22:21:09 EDT 1999 i586 unknown Build Date Sep 7 2000 Configure Command './configure' '--with-apxs=/usr/local/apache/bin/apxs' ' --with-config-file-path=/usr/local/apache/conf' '--enable-versioning' ' --with-mysql' '--en

[PHP-INST] oh..my god!PHP cant execute!!!!help!!!!

2001-01-16 Thread Mervin Joe
hello.all.i am a newbie for PHP. i install Apache 1.3.12 +PHP4+MySQL based Windows 95 OEM. and now i have a problem about installing. now test.php can't execute,i added follow lines in my httpd.conf *ScriptAlias /php/ "d:/php/" *AddType application/x-httpd-php .php *AddHandler php .php *Action app

[PHP-INST] so many PHP4 and MySQL problems . . .

2001-01-16 Thread root
After browsing through this list, I've noticed a large number of people having problems with PHP and MySQL. I'm running RH7 and have also had problems. I've read through many docs covering various versions and packages, and I'm amazed. Red Hat offers various RPMs like PHP, PHP-MySQL, MOD_PHP4 etc,

[PHP-INST] Installation problem

2001-01-16 Thread Asaf Maruf
Dear everyone Hello! I am facing problems installing PHP4.0 on my system. Following is my setup: i586 machine running Redhat 6.1? , kernel is 2.2.5-15. I have downloaded php-4.0.4 file. The version of Apache installed on my system is 1.3.12 with mod-so.c also installed. I have Perl 5.005_03

[PHP-INST] libphp4.so nowhere to be found

2001-01-16 Thread Revista Electrónica de Visión porComputador
Rasmus Lerdorf wrote: > > Did you do a 'make install' ? > OK, it's just that everyone I asked told me to compile apache before php. Your answer worked :)) The problem is that I restarted the server and it still doesn't process php properly, and libphp4.so which should apparently be in the mo

Re: [PHP-INST] php not creating appropriate files

2001-01-16 Thread Rasmus Lerdorf
Did you do a 'make install' ? On Tue, 16 Jan 2001, Revista [iso-8859-1] Electrónica de [iso-8859-1] Visión por Computador wrote: > I'm trying to compile the php source code to have apache 1.3.14 accept > it, but it is not creating the appropriate files in the apache > src/modules/php4 directory

[PHP-INST] php not creating appropriate files

2001-01-16 Thread Revista Electrónica de Visión porComputador
I'm trying to compile the php source code to have apache 1.3.14 accept it, but it is not creating the appropriate files in the apache src/modules/php4 directory, and indeed no files at all, and hence apache will not compile. I am using ./confiure --with apache=/(I have here the correct path)/apa