#12095 closed defect (duplicate)
PHP 5.2.3 fails to compile on OS X Server 10.3.9
Reported by: | ovidiu@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.4.40 |
Keywords: | Cc: | ovidiu@…,ryandesign (Ryan Carsten Schmidt),jyrkiwahlstedt | |
Port: |
Description
I cannot get PHP 5.2.3 (latest port version + sync) to compile with IMAP support on OS X 10.3.9 Server. /opt/local/include/c-client is in the path (and appended to cppflags) and I have tried to add in php-5.2.3/ext/imap/php_imap.c this: #include "utf8.h" - this file should contain U8T_CANONICAL definition. Can you help please? Thank you!
Snippet from error log:
checking for IMAP support... yes checking for IMAP Kerberos support... /usr checking for IMAP SSL support... /opt/local checking for utf8_mime2text signature... new checking for U8T_CANONICAL... no configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.
Warning: the following items did not execute (for php5): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing.
Change History (4)
comment:1 Changed 17 years ago by ovidiu@…
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ovidiu@… jwa@… added |
---|---|
Owner: | changed from jwa@… to ryandesign@… |
Duplicate of #11993 which I fixed last night.
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Meanwhile I have found the problem: utf8aux.h from /opt/local/include/c-client was missing causing php compile error. The problem existed in "cclient" port, but it seems fixed now.