| Summary: | configuring mod_php fails at checking if gcc works | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Markus Nigbur (RETIRED) <pYrania> |
| Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
| Status: | RESOLVED INVALID | ||
| Severity: | blocker | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Markus Nigbur (RETIRED)
2003-11-08 10:37:50 UTC
please post the config.log from the build. Heh, yes. I just noticed it's ssl related and wanted to provide you this
information :)
Nice how things go some time..
# cat /var/tmp/portage/mod_php-4.3.4/work/php-4.3.4/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1638: checking host system type
configure:1726: checking for gcc
configure:1839: checking whether the C compiler (gcc -march=athlon-tbird
-O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -falign-functions=4
-maccumulate-outgoing-args ) works
configure:1855: gcc -o conftest -march=athlon-tbird -O3 -pipe -fforce-addr
-fomit-frame-pointer -funroll-loops -falign-functions=4 -maccumulate-outgoing-args
conftest.c -lxmlparse -lxmltok 1>&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld:
warning: libssl.so.0.9.6, needed by /usr/lib/libmysqlclient.so.12, not found
(try using -rpath or -rpath-link)
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld:
warning: libcrypto.so.0.9.6, needed by /usr/lib/libmysqlclient.so.12, not
found (try using -rpath or -rpath-link)
/usr/lib/libmysqlclient.so.12: undefined reference to `OpenSSL_add_all_algorithms'
collect2: ld returned 1 exit status
distcc[10844] ERROR: compile on localhost failed
configure: failed program was:
#line 1850 "configure"
#include "confdefs.h"
main(){return(0);}
revdep-rebuild and it'll go away. |