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)
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]
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
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
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
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
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
Hi,
Has anyone been sucessful running mcrypt with php installed over win32?
Thanks
Kev.
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
Hi,
Is anyone sucessfully using Apache, PHP and PGP together?
Thanks,
-Kev.
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
|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
12 matches
Mail list logo