[swift-users] Getting Started - swift.org - Ubuntu 14.04 installation - dependencies - libicu-dev

Mish Awadah mawadah at apple.com
Fri Dec 4 17:36:31 CST 2015


This must be a 14.04 thing, I didn’t have a problem with ICU on 15.10. 

- mish

> On Dec 4, 2015, at 3:35 PM, Daniel Dunbar <daniel_dunbar at apple.com> wrote:
> 
> Thanks Dale, this is a good suggestion we will look into it.
> 
>  - Daniel
> 
>> On Dec 4, 2015, at 3:24 PM, Musser, Dale <musserda at missouri.edu <mailto:musserda at missouri.edu>> wrote:
>> 
>> I installed Swift on Ubuntu 14.04 according to the instructions on https://swift.org/getting-started <https://swift.org/getting-started>/ and ran into the following when running “swift”:
>> 
>> error while loading shared libraries: libicuuc.so.52: cannot open shared object file: No such file or directory
>> 
>> This was resolved by doing:
>> 
>> sudo apt-get install libicu-dev
>> 
>> I think it would be a good idea to add this (and any other dependencies and how to resolve them) on the getting started page on swift.org <http://swift.org/>.
>> 
>> Students (a good audience for open source swift) are likely to run into this problem and it would be good to make it as easy as possible for them to get swift up and running.  The Ubuntu 14.04 was an instance I installed on Linode that had been set up as a web server and I did not as a matter of course have libicu-dev installed.  And, googling  libicuuc.so.52 or the error didn’t immediately get me to the package leading me to believe users make have to work to find how to resolve the missing library.
>> 
>> Dale
>> 
>> -- 
>> Dale Musser, Ph.D.
>> Associate Teaching Professor
>> Computer Science Department
>> College of Engineering
>> University of Missouri
>> 201 Engineering Building West (mail)
>> Columbia, MO  65211
>> 573.864.4230 cell (voice/text)
>> musserda at missouri.edu <mailto:musserda at missouri.edu>
>> http://engineering.missouri.edu/cs <http://engineering.missouri.edu/cs>/
>> https://www.facebook.com/mizzoucs <https://www.facebook.com/mizzoucs>
>> https://www.facebook.com/mizzouit <https://www.facebook.com/mizzouit>
>> 
>> Engineering Building North is called Old Student Health Center on the MU maps.  Here is a link to the campus interactive map for the Old Student Health Center:
>> http://map.missouri.edu/index.html?bldg=37133 <http://map.missouri.edu/index.html?bldg=37133>
>> 
>> 
>> 
>> _______________________________________________
>> swift-users mailing list
>> swift-users at swift.org <mailto:swift-users at swift.org>
>> https://lists.swift.org/mailman/listinfo/swift-users
> 
> 
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20151204/c9e7836e/attachment-0001.html>


More information about the swift-users mailing list