a a wrote:
> tvheadend -u hts -d
> tvheadend: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
>
>
> So I successfully install libiconv by:
> sudo apt-get install libiconv
>
> But still error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
>
> I do find libiconv.so.2 in /usr/local/lib however.
>
> Perhaps this helps?
> http://forum.kodi.tv/showthread.php?tid=204499
Maybe you also need the "libav" package to be installed.
Here are package I had to install to build from sources :
For building : build-essential git pkg-config libssl-dev bzip2 wget debhelper gettext libavahi-client-dev git-core liburiparser-dev cmake
For dependecies : libdvbcsa-dev libav-tools libiconv libavcodec-dev
Maybe you need one of them to be installed t ohave tvheadend working properly.
Enjoy!
EDIT : here are dependencies I have for my tvheadend install
apt-cache depends tvheadend
tvheadend
Dépend: libavahi-client3
Dépend: libavahi-common3
Dépend: libc6
Dépend: libdbus-1-3
Dépend: libdvbcsa1
Dépend: libssl1.0.0
Dépend: liburiparser1
Dépend: zlib1g
Dépend: dvb-apps
Dépend: bzip2
Recommande: xmltv-util
Remplace: <hts-tvheadend>
Améliore: <showtime>
But I guess all of the are listed from deb package.