Kodi Community Forum

Full Version: Need help finding libraries compiling on CentOS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
-- Could NOT find MDNS (missing:  MDNS_LIBRARY) 
-- Could NOT find MySqlClient (missing:  MYSQLCLIENT_LIBRARY MYSQLCLIENT_INCLUDE_DIR) 
-- Could NOT find SmbClient (missing:  SMBCLIENT_LIBRARY SMBCLIENT_INCLUDE_DIR) 
-- Could NOT find SSH (missing:  SSH_LIBRARY SSH_INCLUDE_DIR) 
  Could NOT find ASS (missing: ASS_LIBRARY ASS_INCLUDE_DIR)


Please help me find the yum equivalents of these dev libraries....
centos is a server os. get something suitable for a desktop unless you hate yourself that much.. anyways,

for completely unsuitable server os v6:
- mdns is for windows, nothing you want to care about.
- mysqlclient is in mysql-devel.
- smbclient is in libsmbclient-devel
- ssh is in libssh-devel
- ass is in libass-devel

you probably need epel for some of these.

for completely unsuitable server os 7:
- mysqlclient is supplied through mariadb-devel
- smbclient is in libsmbclient-devel
- ssh is in libssh2-devel
- ass is in libass-devel