[PHP-INST] compiling apache after compiling the php module.

2001-02-14 Thread Andrew Culver
I've just finished installing mysql, php, and am now running make for apache and I get this error: /usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_uncompress': my_compress.o(.text+0x9a): undefined reference to `uncompress' /usr/local/mysql/lib/libmysqlclient.a(my_compress.o)

Re: [PHP-INST] AIX, PHP4 and core dump

2001-02-14 Thread Alex Akilov
Dave Rather than setting HAVE_ALLOCA try setting CFLAGS="-ma". Alex -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] PHP & JAVA Install

2001-02-14 Thread Alex Akilov
Stanton, Check if libphp_java.so is in the following location: extension_dir=/home/stanton/apache/php-4.0.4pl1/modules extension=libphp_java.so If it is, try running ldd libphp_java.so and see what you get. If you can't find some of the jdk libraries, set LD_LIBRARY_PATH to contain the same en

[PHP-INST] Redhat, IMAP, and PHP problem

2001-02-14 Thread Ron Chinn
I have tried installing the past three releases of PHP on both Redhat 6.2 and Redhat 7.0 boxes. I cannot get the compiled Apache module to run if I try to compile with imap support. I use: ./configure --with-mysql --with-imap --with-apxs --with-kerberos and then compile and install. When I

[PHP-INST] Debug.log Installation Problem

2001-02-14 Thread mmap
Hello, I got freebsd 4.2-stable and I don't know why php is getting invalid LDFLAGS, it's not /usr/local/lib/lib, its just /usr/local/lib... thanks CONFIGURE: './configure' '--with-apache=../apache_1.3.17' '--with-config-file-path=/etc' '--with-debug=no' '--with-gd' '--with-ttf=/usr/lo

[PHP-INST] AIX, PHP4 and core dump

2001-02-14 Thread Dave Brooks, BCS Systems
Hi there, We are trying to build PHP4 under AIX 4.3.3 using gcc ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/HTTPServer/bin/apxs make make install It all compiles and installs. However httpd core dumps with a segmentation fault. We then tried (as per a posting on the list) build

RE: [PHP-INST] Warning: Undefined variable:

2001-02-14 Thread Michael Richardson
Mr. Ericksen: That looks like there are probably statements in the code where the variable is used without being set first: if( $variable == 'blah' ) ... but $variable hasn't been set... This is ok in php, as long as the code can handle the variable being blank ... you can get rid of the warn

[PHP-INST] php, win32 and mcrypt!

2001-02-14 Thread Kevin Connolly
Hi, Has anyone been sucessful running mcrypt with php installed over win32? Thanks Kev.

[PHP-INST] Warning: Undefined variable:

2001-02-14 Thread Wayne B. Ericksen, P.E.
The following is the basic outline of the errors I keep getting whenever I try to run php scripts that I have downloaded: Error - Warning: Undefined variable: variablename in \path in line xx where variablename is many different variables. I get many of these undefined variable warnings. I

[PHP-INST] Apache, PHP and PGP!

2001-02-14 Thread Kevin Connolly
Hi, Is anyone sucessfully using Apache, PHP and PGP together? Thanks, -Kev.

[PHP-INST] Apache & php

2001-02-14 Thread ited
help! i want to get started! how do configure Apache to work with PHP? apparently it is not because my browser will not "find" the test files.php. please help me to test it. thank you. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP-INST] Problems compiling PHP 4.0.4pl1

2001-02-14 Thread Are Westby
|System: RedHat7, kernel 2.4.1, mysql 3.23.22, apache 1.3.17, libxml |2.3.0-1/devel2.3.0-1 | |Trying to compile php 4.0.4pl1 with the following statement: | |sh configure --enable-trans-sid --with-mysql --with-magic-quotes --with-apxs |--with-dom | |The configure script runs through. On make, the