php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15676 Problems with mcrypt and java
Submitted: 2002-02-22 08:25 UTC Modified: 2002-02-22 08:34 UTC
From: sann at cibes dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.1.1 OS: Linux RedHat 7.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sann at cibes dot de
New email:
PHP Version: OS:

 

 [2002-02-22 08:25 UTC] sann at cibes dot de
When I configure my PHP without "--with-java" the following configure-command is successful:

./configure --bindir=/u/own/php-bin/php411 --with-config-file-path=/u/own/php-bin/php411 --enable-force-cgi-redirect --without-pear --with-zlib --with-bz2 --enable-calendar --with-curl --enable-ftp --with-gd=/usr --enable-gd-native-ttf --with-imap=/usr/local/src/imap-2001.BETA.SNAP-0105042209 --with-mcrypt --with-mhash --with-mysql=/usr --enable-shmop --enable-sockets --enable-sysvshm --enable-sysvshm --with-vpopmail --enable-wddx --enable-versioning --enable-memory-limit --enable-track-vars --with-xml --with-ttf --with-openssl

But when I add "--with-java=/usr/local/jdk" to the configure-command the script fails with:

checking for ircg support... no
checking for Java support... yes
checking whether to include LDAP support... no
checking whether to enable mailparse support... no
checking whether to enable multibyte string support... no
checking whether to enable japanese encoding translation... no
checking for MCAL support... no
checking for mcrypt support... yes
checking for mcrypt_module_open in -lmcrypt... no
checking for init_mcrypt in -lmcrypt... no
configure: error: Sorry

It's funny that the configure-script complains about mcrypt while it doesn't complain about it without java!??

Best regards
Stephan Sann

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-22 08:34 UTC] mfischer@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC