4

I'm trying to get owncloud running on a Raspberry Pi 3 to run as a local file server. I'm following some tutorials that are running me through setting up mysql for owncloud, and MySQL installed fine for the most part. I run into an error when trying to install the package php5-mysql:

The following packages have unmet dependencies: 
php5-mysql : Depends: libmysqlclient18 but it is not installable
E: Unable to correct problems, you have held broken packages

This piece is crucial to link MySQL to owncloud, so I can't go farther without this. Raspbian Stretch is installed. I don't know how to proceed and have very little database/MySQL/Apache experience.

Aurora0001
  • 6,357
  • 3
  • 25
  • 39
NotCras
  • 43
  • 1
  • 5

1 Answers1

2

php5-mysql is available in the previous version Jessie and NOT in Stretch.

But Owncloud should be able to use php7 (php-mysql)!

Ref.: https://owncloud.org/blog/php-7-is-here-and-owncloud-is-ready/

MatsK
  • 2,882
  • 3
  • 17
  • 22