php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4960 Cannot find imap library. Typo in configure script - have bugfix
Submitted: 2000-06-11 17:34 UTC Modified: 2000-06-11 20:22 UTC
From: joost at telekabel dot nl Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: linux (RedHat 6.2)
Private report: No CVE-ID: None
 [2000-06-11 17:34 UTC] joost at telekabel dot nl
This is the same bug as bug #4834(RC2). It is not fixed in the 4.0.0 release, so I submit this again with a bugfix.
There is one 'lib' too many in the configure script. Here is the diff output:

14964c14964
<               str="$IMAP_DIR/lib/lib$lib.*"
---
>               str="$IMAP_DIR/lib/$lib.*"


My configure line:

./configure --with-apxs=/usr/sbin/apxs \
            --prefix=/usr \
            --exec-prefix=/usr \
            --with-config-file-path=/etc/httpd \
            --disable-debug \
            --with-gd \
            --with-mysql \
            --with-zlib \
            --with-jpeg-dir=/usr \
            --with-imap=/usr
 
This is the same bug that caused my configure problems in RC1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-11 20:22 UTC] joost at telekabel dot nl
It was not the configure script. Symlinking c-client to libc-client solved the problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 12:01:34 2024 UTC