Jack L. Stone writes:

>  >Some programs will not run because of a library version bump. Those
>  >programs will need to be recompiled, i.e. rebuild all ports.
>  >
>  >You can check this by running 'ldd' on the specific program. Let's
>  >assume that you have zip installed:
>  
>  Thanks for that tip. Here's output of one of the programs that doesn't run:
>  ldd /usr/local/bin/fastest_cvsup
>  ldd: /usr/local/bin/fastest_cvsup: not a dynamic executable
>  
>  BUT, it is executable and using the exact path to the program
>  still gives this error: 

        No, it's a script - perl, to be exact - and does not count for
the purposes of ldd.
        Compare "more /usr/local/ bin/fastest_cvsup" and "more
/usr/bin/csup".


                        Robert Huff

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to