| Summary: | PHP fails with imap USE flag | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | RoLo <rolosworld> |
| Component: | [OLD] Development | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Reopen with emerge -pv php, config.log and emerge --info. |
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