Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201143 - PHP fails with imap USE flag
Summary: PHP fails with imap USE flag
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-03 20:16 UTC by RoLo
Modified: 2007-12-03 20:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RoLo 2007-12-03 20:16:35 UTC
checking for crypt in -lcrypt... yes
configure: error: Cannot find imap library (libc-client.a). Please check your c-client installation.
 * 
 * ERROR: dev-lang/php-5.2.5 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called src_compile
 *             environment, line 4407:  Called src_compile_fastbuild
 *             environment, line 4455:  Called php5_2-sapi_src_compile
 *             environment, line 3445:  Called die
 * The specific snippet of code:
 *       ./configure --prefix=${destdir} --host=${CHOST} --mandir=${destdir}/man --infodir=${destdir}/info --sysconfdir=/etc --cache-file=./config.cache ${my_conf} ${EXTRA_ECONF} || diefunc "$FUNCNAME" "$LINENO" "$?" "configure failed";
 *  The die message:
 *   configure failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-lang/php-5.2.5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/php-5.2.5/temp/environment'.
 * 


I have c-client installed:
$ ls -lh /usr/lib/*c-client.a 
-rw-r--r-- 1 root root 996K Oct 19 12:55 /usr/lib/c-client.a
lrwxrwxrwx 1 root root   10 Oct 19 12:55 /usr/lib/libc-client.a -> c-client.a

This problem has been ocurring for months now, I have found no solution on the forum or here... I have been able to install it only by disabling the imap flag.. but I would like to have it enable to make a couple of scripts with imap.


Reproducible: Always

Steps to Reproduce:
1.emerge php
2. ...
3.profit?... noo... it fails

Actual Results:  
stop compiling

Expected Results:  
compile and install
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-12-03 20:20:08 UTC
Reopen with emerge -pv php, config.log and emerge --info.