Changes between Initial Version and Version 1 of Ticket #52123, comment 2


Ignore:
Timestamp:
Nov 24, 2017, 5:32:34 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52123, comment 2

    initial v1  
    44I wanted to replace macport's rtmpdump with the current one, so I modified the PREFIX= in the Makefile from /usr/local to /opt/local, and did the same thing in the rtmplib/Makefile as well.
    55
    6 Compiled (make SYS=darwin) no problem (lots of warnings)
    7 "sudo make install" worked, and put everything into /opt/local.
     6Compiled (`make SYS=darwin`) no problem (lots of warnings)\\
     7`sudo make install` worked, and put everything into /opt/local.
    88
    99But trying to run it gives
     10{{{
    1011keybounceMBP:FrozenPlanet michael$ rtmpdump --version
    1112dyld: Library not loaded: /usr/local/lib/librtmp.1.dylib
     
    1314  Reason: image not found
    1415Trace/BPT trap: 5
     16}}}
    1517
    1618How do I make it reference /opt/local/lib instead of /usr/local/lib, given that I've modified the prefix -- and verified that the compilation/installation of the library is using /opt/local/lib?