|
From: Andy B. <aba...@ca...> - 2005-09-07 17:52:47
|
Andy,
I am the "official" builder of the Mac OS X wrapper distribution, as
Leif doesn't have access to a Mac. The 3.1.2 version has been out
for quite some time, so obviously it wasn't built on the latest Mac
OS X 10.4.2, but I can't say for sure what version of Mac OS X it was
originally built on.
Since I primarily use the Solaris version in my everyday work, I
decided to try out my application on my Mac again and sure enough I
am seeing the same error you are reporting:
> The application wrapper-macosx quit unexpectedly.
>
> 2005-09-07 11:31:16 -0500
>
> Link (dyld) error:
>
> Symbol not found: _ftime
> Referenced from: /scratch0/re/cmtk/bin/wrapper-macosx
> Expected in: /usr/lib/libcrypto.0.9.7.dylib
Regarding Apple's site not having information, I tried googling for
"libcrypto ftime" and came across this:
http://www.mail-archive.com/ope...@op.../msg10544.html
That makes me think that a solution may just be to download the
source distribution and compile the wrapper yourself under your
version of Mac OS X. I will try to do the same and report my results
back here.
Cheers,
~Andy
On Sep 5, 2005, at 7:41 PM, Andy Pols wrote:
> Hi I've been using the Java Service wrapper for ages and it's
> always worked fine.
>
> But I'm now getting the the following error if I run it in Mac OSX
>
> <snip>
> dyld: lazy symbol binding failed: Symbol not found: _ftime
> Referenced from: /Applications/beetlejuice_0.3.26.4/bin/wrapper
> Expected in: /usr/lib/libcrypto.0.9.7.dylib
>
> dyld: Symbol not found: _ftime
> Referenced from: /Applications/beetlejuice_0.3.26.4/bin/wrapper
> Expected in: /usr/lib/libcrypto.0.9.7.dylib
>
> Trace/BPT trap
> </snip>
>
> Does anyone know why this is suddenly happening? I assume one of
> the OSX patches has broken something? I can't find any info on
> Apple's site either.
> (the same thing happens when I run the osx testwrapper app that
> comes with the service wrapper)
>
> Cheers
> Andy
|