Skip navigation.
 
mlDynamic linking of perl library in Panther vs. Tiger
FROM : Nils Hjelte
DATE : Sun Apr 24 19:27:12 2005

Hi!

My app links against OS X's perl library, and I start receiving 
feedback that the app won't start in Tiger because of the new perl 
version included. If I run 'otool -L' on the Panther build I get

/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/
libperl.dylib (compatibility version 5.8.0, current version 5.8.1)

whereas the version in Tiger apparently is 5.8.6.

How do I handle this without distributing the app as two different 
binaries (one for Panther, and one for Tiger).

// Nils

Related mailsAuthorDate
mlDynamic linking of perl library in Panther vs. Tiger Nils Hjelte Apr 24, 19:27
mlRe: Dynamic linking of perl library in Panther vs. Tiger Sherm Pendley Apr 24, 19:54
mlRe: Dynamic linking of perl library in Panther vs. Tiger Bob Ippolito Apr 24, 23:12