I am trying to build PHP4.1.12 with Sablotron support "--enable-xslt
--with-xslt-sablot", using Sablotron-0.9 and with js-1.5rc4 installed, but
when I launch Apache I get the following error:
"Cannot load /etc/httpd/modules/libphp4.so into server:
/usr//lib/libsablot.so.0: undefined symbol: JS_Pr
On Tue, 19 Mar 2002, Jonathan Ohlrich wrote:
> Date: Tue, 19 Mar 2002 16:37:23 -0500
> From: Jonathan Ohlrich <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] prob install gd 1.8.4 jpeg-6b php 4.1.12
>
> Freebsd 4.3
> apache 1.3.23
> gd-1.8.4
> jpeg-6b
> libpng-1.2.1
> zlib-1.1.
Why can't you get --with-apxs to work? It works everywhere.
-Rasmus
On Tue, 19 Mar 2002, Shane wrote:
> I have tired every-other combination, but I think --with-apxs should be
> used. Unfortenity i couldn't get this way to work away. Maybe by now,
> php-cvs is updated enough to fix the --with-
I have tired every-other combination, but I think --with-apxs should be
used. Unfortenity i couldn't get this way to work away. Maybe by now,
php-cvs is updated enough to fix the --with-apache error. :-)
"Austin Gonyou" <[EMAIL PROTECTED]> wrote in message
1015265582.21938.3.camel@UberGeek">news:
I'm having a weird problem trying to build php4.1.2 on redhat6. I am
configuring with xml, xmlrpc and xslt:
./configure \
--with-config-file-path=/etc/httpd/conf --enable-rule=EAPI \
--with-xmlrpc --enable-xslt --with-xslt-sablot \
--enable-memory-limit --prefix=/usr/local
php-install Digest 19 Mar 2002 21:38:42 - Issue 752
Topics (messages 6410 through 6416):
Re: GD/Zlib install problems
6410 by: Jürgen Schoch
Apache Make
6411 by: Andrews, Max
6412 by: Rasmus Lerdorf
6413 by: Neil Lincoln
6414 by: Kai Schaetzl
ext/ja
Freebsd 4.3
apache 1.3.23
gd-1.8.4
jpeg-6b
libpng-1.2.1
zlib-1.1.3
Compile options:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --enable-ftp
--with-mm=/usr/local/lib --with-gd=/home/uploads/gd-1.8.4 --with-jpeg-dir=/
usr/local --with-png-dir=/usr/local --with-zlib --with-con
Hello,
I've been trying to compile the java extension on linux. Everythign compiles
fine but instead of producing a shared .so file it creates a static .a file
what am i doing wrong here. I've searched alot and i found somepeople were
having the same problem but there was no response to them. Hop
Your message of Tue, 19 Mar 2002 10:26:10 -0500:
> my_compress.o(.text+0x13a): undefined reference to `compress'
>
I think you have to configure "--with-zlib", has been mentioned
several times on this list in the recent past.
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conactive Int
Yes we need several tools to help see what is going on with the system.
-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 9:43 AM
To: Andrews, Max
Cc: '[EMAIL PROTECTED]'
Subject: Re: [PHP-INST] Apache Make
Add --with-zlib to the PHP configu
Add --with-zlib to the PHP configure line
On Tue, 19 Mar 2002, Andrews, Max wrote:
> Having problems compiling httpd with php4 module activated. I am using PHP
> 4.1.2, Apache 1.3.22 and MySQL 3.23.49a on Linux Red Hat 6.0.
>
> Error reads,
> -o httpd buildmark.o modules.o modules/standard
Having problems compiling httpd with php4 module activated. I am using PHP
4.1.2, Apache 1.3.22 and MySQL 3.23.49a on Linux Red Hat 6.0.
Error reads,
-o httpd buildmark.o modules.o modules/standard/libstandard.a
modules/php4/libphp4.a main/libmain.a ./os/unix/libos.a ap/libap.a
lib/expat-li
A workaround is compilation of php 4.1.2 as dynamic module (DSO) for apache:
First in apache :
make clean
./configure --enable-module=so
make
make install
Then in php:
make clean
./configure --with-apxs=/usr/local/apache1.3.23/bin/apxs \
--enable-track-vars \
--enable-force-cgi-redirect --enab
php-install Digest 19 Mar 2002 08:52:54 - Issue 751
Topics (messages 6405 through 6409):
Re: Problem compiling php 4.1.2, help, anyone?
6405 by: Kai Schaetzl
Apache/SAPI compile problem:
6406 by: Alex Black
buildconf generates broken configure script (4.1.2)
6407 b
When I make request at http://localhost/scripts/info.php
PHP returns the following:
Security Alert! PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means
that a page will only be served up if the REDIRECT_STATUS CGI variable is
set. This
15 matches
Mail list logo