Changes between Version 1 and Version 2 of Ticket #48780, comment 3


Ignore:
Timestamp:
Sep 7, 2015, 5:28:29 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48780, comment 3

    v1 v2  
    1 Thanks for the quick reply, [[BR]]
    2 [[BR]]
     1Thanks for the quick reply,
     2
    33I do have latest curl from ports,[[BR]]
    44/opt/local/lib/libcurl.4.dylib [[BR]]
    5 which is indeed 9.0.0 (verified by otool)[[BR]]
    6 [[BR]]
    7 That was very confusing but I've figured out what had happened here:[[BR]]
    8 some other software has set up:[[BR]]
    9  export DYLD_LIBRARY_PATH=/some/other/path[[BR]]
    10 pointing to a directory with libcurl 7.42 (8.0.0)[[BR]]
    11 so when I was running cmake it was actually loading libcurl from that directory, however, the most confusing thing is that the error message was stating it was trying to load libcurl from /opt/local/lib/libcurl.4.dylib [[BR]]
     5which is indeed 9.0.0 (verified by otool)
     6
     7That was very confusing but I've figured out what had happened here:
     8some other software has set up:
     9{{{
     10 export DYLD_LIBRARY_PATH=/some/other/path
     11}}}
     12pointing to a directory with libcurl 7.42 (8.0.0)
     13so when I was running cmake it was actually loading libcurl from that directory, however, the most confusing thing is that the error message was stating it was trying to load libcurl from /opt/local/lib/libcurl.4.dylib
    1214
    1315{{{
     
    1719}}}
    1820
    19 Sorry for have filed this ticket anyway,
     21Sorry for have filed this ticket anyway, [[br]]
    2022Regards