Changes between Initial Version and Version 1 of Ticket #19523


Ignore:
Timestamp:
May 3, 2009, 3:07:11 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Please use Wiki formatting in the future.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19523

    • Property Priority changed from High to Normal
  • Ticket #19523 – Description

    initial v1  
    55I have had no success with either
    66
     7{{{
    78 '--with-iconv=/opt/local' \
    89 '--with-iconv-dir=/opt/local' \
     
    1112'--with-iconv=shared, /usr' \
    1213'--with-iconv=shared,/opt/local' \
     14}}}
    1315
    1416Though
    1517
     18{{{
    1619'--with-openssl=shared,/opt/local' \
     20}}}
    1721
    1822seems to work versus none below:
    1923
     24{{{
    2025'--with-openssl=/opt/local' \
    2126'--with-openssl=/usr' \
    2227'--with-openssl-dir=/opt/local' \
    2328'--with-openssl-dir=/usr' \
     29}}}
    2430
    2531Here is my current config with the resulting error:
     
    2733ERROR
    2834
     35{{{
    2936Undefined symbols:
    3037  "_libiconv", referenced from:
     
    3744collect2: ld returned 1 exit status
    3845make: *** [libs/libphp5.bundle] Error 1
    39 
     46}}}
    4047
    4148CONFIG
    4249
     50{{{
    4351MACOSX_DEPLOYMENT_TARGET=10.5 \
    4452CFLAGS="-arch x86_64 -g -Os -pipe -no-cpp-precomp" \
     
    8896'--enable-pcntl' \
    8997'--enable-posix'
     98}}}
    9099
    91100I have the following ports installed:
    92101
     102{{{
    93103curl @7.19.4_0+universal (active)
    94104  expat @2.0.1_0+universal (active)
     
    104114  openssl @0.9.8k_0+universal (active)
    105115  zlib @1.2.3_2+universal (active)
     116}}}
    106117
    107118Any ideas?