Just as a data point, my team (3 of us) develop on OS X using Solr
with no problems. Two of us are on MacBook Pro's and one poor soul
is on a PowerBook. I know that doesn't help, and I do recall
stumbling into this particular issue or one very much like it a long
while ago (not Solr related) on my previous PowerBook system but I
don't, unfortunately, recall how I resolved it. I remember having
some growing pains when switching from JDK 1.4 to 1.5 and how to
ensure the environment is configured appropriately - might that be it?
Erik
On Aug 15, 2006, at 8:24 AM, Mike Baranczak wrote:
A .dylib file isn't a zip or a jar at all, it's a native OS X
shared library. I have absolutely NO idea why Solr is trying to
open it. Are you deploying just the stock version, or did you add
some of your own code to it?
-MB
On Aug 15, 2006, at 2:06 AM, Ross McDonald wrote:
Thanks for the quick response guys,
I am using jdk 1.5, and am ensuring use of this jdk by typing the
full path.
As regards doing an 'unzip -l' on the file it indeed generates an
error..
/usr/local/lib rossputin$ unzip -l libsvnjavahl-1.0.0.0.dylib
Archive: libsvnjavahl-1.0.0.0.dylib
End-of-central-directory signature not found. Either this file
is not
a zipfile, or it constitutes one disk of a multi-part archive.
In the
latter case the central directory and zipfile comment will be
found on
the last disk(s) of this archive.
note: libsvnjavahl-1.0.0.0.dylib may be a plain executable, not
an archive
unzip: cannot find zipfile directory in one of
libsvnjavahl-1.0.0.0.dylib or
libsvnjavahl-1.0.0.0.dylib.zip, and cannot find
libsvnjavahl-1.0.0.0.dylib.ZIP, period.
oh dear.. maybe this is corrupt?
A 'jar tvf' generates no output, once again indicating that the
file is not a valid jar,
regards,
Ross.