Summary: | dev-php4/pecl-zip-1.0 compile failure w/ USE=concurrentmodphp | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexander Marks <aomarks> |
Component: | New packages | Assignee: | PHP Bugs <php-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aksansai, alquaknaa |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
pecl-zip emerge log
config.log |
Description
Alexander Marks
2007-01-09 05:27:55 UTC
> See `config.log' for more details.
Attach the log and reopen then; thanks.
Created attachment 106261 [details]
pecl-zip emerge log
Not sure if this is the config.log referred to by the error message (no such 'config.log' is actually generated), but hope it helps
reopening Well, the part that is interesting in config.log (not the one you posted) is: configure:2650: checking for C compiler default output file name configure:2677: gcc -O2 -mtune=i686 -pipe -Wl,--version-script=//var/lib/php-pkg/dev-lang/php-4.4.4-r6/php4-ldvs -Wl,--allow-shlib-undefi ned -L/usr/lib/apache2/modules/ -lphp4 conftest.c >&5 configure:2680: $? = 0 configure:2718: result: a.out configure:2735: checking whether the C compiler works configure:2745: ./a.out ./a.out: error while loading shared libraries: libphp4.so: cannot open shared object file: No such file or directory I hope that someone who understands the "concurrentmodphp" magic will try to fix it - I don't understand, yet want to use it. With -concurrentmodphp it works. If I link /usr/lib/apache2/modules/libphp4.so (which IS there) to /usr/lib, it compiles. Still I know it is not the work it should work and it will probably break the concurrentmodphp thing. Hope this helps. Created attachment 106796 [details]
config.log
config.log itselfs
/me notes that USE=concurrentmodphp is not supported. Does this mean this bug will not be resolved? If so, shouldn't the concurrentmodphp USE flag be removed from the stable branch? *** Bug 163392 has been marked as a duplicate of this bug. *** Fixed, various fixes for concurrentmodphp went into dev-lang/php 4.4.6, 5.1.6-r11 and 5.2.1-r3, and I can confirm pecl-zip-1.8.6 emerging fine. Best regards, CHTEKK. |