libclang1 does not install .so
Bug #1131353 reported by
vilmos
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
clang (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 12.10, I installed libclang1. However:
% dpkg -L libclang1|grep '\.so'
/usr/
There's no .so file, just .so.1. E.g. the clang_complete Vim plugin can't find the library this way.
If I install libclang-dev:
% dpkg -L libclang-dev|grep '\.so'
/usr/
Any reason the .so is in the -dev package?
Versions:
% apt-cache show libclang1|grep '^Version'
Version: 3.0-6ubuntu3
% apt-cache show libclang-dev|grep '^Version'
Version: 3.0-6ubuntu3
To post a comment you must log in.