php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6790 ./configure script error
Submitted: 2000-09-17 10:41 UTC Modified: 2000-10-12 08:27 UTC
From: lawrenceong at optushome dot com dot au Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.2 OS: Linux (Debian)
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: lawrenceong at optushome dot com dot au
New email:
PHP Version: OS:

 

 [2000-09-17 10:41 UTC] lawrenceong at optushome dot com dot au
Hi,

When i do "./configure --with-mcrypt" this is what i get:

...
checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... yes
...

and it all goes fine.

When i do

'./configure' '--with-regex=system' '--with-config-file-path=/etc/php4/apache' '--enable-filepro' '--enable-ftp' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--disable-debug' '--disable-static' '--with-gd=shared' '--with-jpeg-dir=/usr' '--with-mm' '--with-mhash=shared' '--with-mysql=shared,/usr' '--with-pcre-regex=/usr' '--with-snmp=shared' '--with-ttf' '--enable-freetype-4bit-antialias-hack' '--with-t1lib''--with-xml=shared,/usr' '--with-xpm-dir=/usr/X11R6' '--with-yp' '--with-zlib' '--with-mcrypt'

this is what i get:

...
checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry

I think there's something wrong with the installation script somewhere.  Can't be bothered debugging it.  In fact, i do have init_mcrypt as well in -lmcrypt.  Tested it using a small C file.

Cheers,
Lawrence Ong

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-18 05:52 UTC] derick@php.net
I think this is fixed in cvs... could you try?
 [2000-10-12 08:27 UTC] sniper@php.net
No feedback. And should be fixed in PHP 4.0.3.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 18:01:35 2024 UTC