On Wed, Apr 9, 2014 at 4:20 PM, Jody Garnett <[email protected]> wrote:

> That does skip over the test, so I can close the issue.
>
> What is needed for spatialite to work on OSX? When running from eclipse
> the link failure for /Users/opengeo/tmp/local/lib/libgeos_c.1.dylib
> appeared to be checking for a file on your hard drive?
>

You need the gdal and proj libraries in a resolvable location. The path
that shows up here is just where the libraries were when they were linked
on the build server where the spatialite library was built. On a system
where they are resolvable the right paths will get used. Ie, you can ignore
it.

>
>
> Jody Garnett
>
>
> On Thu, Apr 10, 2014 at 12:44 AM, Justin Deoliveira <
> [email protected]> wrote:
>
>> Pushed a change that should fix this problem Jody. If you can confirm can
>> you resolve GEOT-4761. Thanks.
>>
>>
>> On Tue, Apr 8, 2014 at 7:54 PM, Jody Garnett <[email protected]>wrote:
>>
>>>
>>> 2) I also have a failure for spatial-lite:
>>>>
>>>
>>> Created an issue https://jira.codehaus.org/browse/GEOT-4761 for this
>>> one as I have no leads.
>>>
>>> Running in eclipse shows a clear failure with:
>>>
>>>             try {
>>>                 db = (DB)
>>> Class.forName("org.sqlite.NestedDB").newInstance();
>>>             }
>>>             catch (Exception e) {
>>>                 throw new SQLException("no SQLite library found");
>>>             }
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Put Bad Developers to Shame
>>> Dominate Development with Jenkins Continuous Integration
>>> Continuously Automate Build, Test & Deployment
>>> Start a new project now. Try Jenkins in the cloud.
>>> http://p.sf.net/sfu/13600_Cloudbees
>>> _______________________________________________
>>> GeoTools-Devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>>
>>>
>>
>>
>> --
>> *Justin Deoliveira*
>> Vice President, Engineering | Boundless
>> [email protected]
>> @j_deolive <https://twitter.com/j_deolive>
>>
>
>


-- 
*Justin Deoliveira*
Vice President, Engineering | Boundless
[email protected]
@j_deolive <https://twitter.com/j_deolive>
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to