ID:               31028
 Comment by:       gentoo at slave dot umbr dot cas dot cz
 Reported By:      meuk at zwaremetalen dot com
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: Gentoo Linux
 PHP Version:      4.3.10RC2
 New Comment:

My problem was in missing libjvm.so. I use blackdown-jre on my Gentoo
and I have setup for LDPATH only for
/opt/blackdown-jdk-1.4.2.01/jre/lib/i386/{,native_threads,classic}. 
But the libjvm.so is in
/opt/blackdown-jdk-1.4.2.01/jre/lib/i386/{client,server} directories.
And while configuring php-cgi, it links with some library, which
requires libjvm.so. And I had a problem that there was neither
lib/i386/client nor lib/i386/server in /etc/ld.so.conf. I have updated
my system, now I have these paths in ld.so.conf and configure script
works.
Problem was while compilation C program to get version of Sabltron (see
end of config.log). Try to copy this C program to some file, delete
#include "conftest.h" and try to compile using the last gcc command in
config.log and than try to run the result of compilation. It should say
what library it is missing. I hope it will help.


Previous Comments:
------------------------------------------------------------------------

[2004-12-22 11:46:31] meuk at zwaremetalen dot com

This configure is a lot smaller and throws the error:

./configure  \
--with-apache=../apache_1.3.33 \
--with-gd=/opt/libgd2 \
--with-xslt-sablot=/usr \
--enable-xslt \
--with-jpeg-dir=/usr \
--with-java=/opt/j2sdk1.4.2

------------------------------------------------------------------------

[2004-12-22 05:10:55] [EMAIL PROTECTED]

What is the shortest possible configure line with which you can
reproduce this?


------------------------------------------------------------------------

[2004-12-21 09:10:52] meuk at zwaremetalen dot com

I've just done a manual install of sablotron. Did the configure again
but then with the option --with-xslt-sablot=/opt/sablot and still I get
the same error. So it has nothing to do with Gentoo.

------------------------------------------------------------------------

[2004-12-21 09:00:33] meuk at zwaremetalen dot com

I used gentoos packagemanager "emerge" to install Sablotron.

Somehow I have the idea it isn't really a sablotron issue. Maybe it has
something to do with the combination of configure parameters. Replacing
certain parameters which have nothing to do with Sabloton can result in
the Sablot-version-error.

I will do a manual install of sablotron to check if the gentoo
packagemanager has done something strange.

------------------------------------------------------------------------

[2004-12-21 08:02:39] [EMAIL PROTECTED]

Exactly HOW do you install sablotron?


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/31028

-- 
Edit this bug report at http://bugs.php.net/?id=31028&edit=1

Reply via email to