On my Macbook pro running OSX 10.8, I have same problem with the binary
from download section of website, but I have XCodes and I've compile latest
version from trunk with no problem. And according to the "./configure", it
found readline.

If you want, I can send you this executable.. (if you trust me.. :-)

Here my ./configure and otools -L outputs:
-------------------------------------------------------------

$ ./configure
Host System...x86_64-apple-darwin12.1.0
Build System...x86_64-apple-darwin12.1.0
C compiler... cc -g -O2
C++ compiler... c++ -g -O2
Build C compiler...cc
Checking for stdlib.h...ok
Checking for uint32_t...ok
Checking for uint16_t...ok
Checking for int16_t...ok
Checking for uint8_t...ok
Checking for pread...ok
Checking for tclsh...ok
Checking for zlib.h...ok
Checking libs for inflateEnd...-lz
Checking for system ssl...ok
HTTP support enabled
Checking for readline/readline.h...ok
Checking libs for readline...-lreadline
Using readline for line editing
Checking libs for gethostbyname...none needed
Checking libs for socket...none needed
Checking for getpassphrase...not found
Checking libs for getpass...none needed
Created Makefile from Makefile.in
autoconfig.h is unchanged


$ otools -L fossil
fossil:
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
/usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version
47.0.0)
/usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current
version 47.0.0)
/usr/lib/libedit.3.dylib (compatibility version 2.0.0, current version
3.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
169.3.0)

-- 
Martin G.



On Sun, Sep 9, 2012 at 1:45 PM, <fossil....@9ox.net> wrote:

> Hello,
>
> Still no luck this end.  Report from our team member is as follows (as
> unfortunately I do not have  a Macbook to test it on):
>
> Unfortunately there is no change
>>
>> unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ sudo cp
>> ~/Downloads/fossil /usr/local/bin
>> Password:
>> unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ ls /usr/local/bin
>> fossil git-receive-pack git-upload-pack
>> git git-shell gitk
>> git-cvsserver git-upload-archive
>> unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$ fossil help
>> dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
>>   Referenced from: /usr/local/bin/fossil
>>   Reason: image not found
>> Trace/BPT trap: 5
>> unknown-68-a8-6d-4a-bc-2e:Downloads philandrew$
>>
>
> What surprises me is that there is still a reference to the libreadline in
> this error message.
>
> Is there more detail I can give to make further checks.   The Macbook is a
> private machine with a very generic and out of the box configuration.
>
> BR/ Nigel
>
>
> On 4 September 2012 18:52, Richard Hipp - d...@sqlite.org <
> +fossil+nrb+4c1d029458.drh#sqlite....@spamgourmet.com> wrote:
>
>>
>>
>> On Tue, Sep 4, 2012 at 1:45 PM, <fossil....@9ox.net> wrote:
>>
>>> Hello all,
>>>
>>> I have 'discovered' Fossil and am proposing to make use of it for a new
>>> project.
>>>
>>> (It is really great BTW.)
>>>
>>> One of the team members has a Mac, the others are on Ubuntu 12.04,
>>> including me.
>>>
>>> We have a problem running the downloaded binary for the Mac, from:
>>>
>>> http://www.fossil-scm.org/download.html
>>>
>>> at
>>>
>>> http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip
>>>
>>> gives:
>>>
>>> $ fossil help
>>> dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
>>>   Referenced from: /usr/local/bin/fossil
>>>   Reason: image not found
>>> Trace/BPT trap: 5
>>>
>>
>> I uploaded a new build of this binary with the --disable-readline option
>> on ./configure.  Please give it a try and let me know if it works any
>> better for you.
>>
>> Or, just grab the source tarball and do the usual "./configure; make"
>>
>>
>>>
>>>
>>> on:
>>> http://support.apple.com/kb/SP645?viewlocale=en_US
>>>
>>> Its not my Mac and I can't find an obvious way forward and cannot
>>> 'experiment' with this machine.
>>>
>>> Any help on a way forward would be much appreciated.
>>>
>>> BR/ Nigel
>>>
>>> _______________________________________________
>>> fossil-users mailing list
>>> fossil-users@lists.fossil-scm.org
>>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>>
>>>
>>
>>
>> --
>> D. Richard Hipp
>> d...@sqlite.org
>>
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to