Jump to content

Upgrade to .5445 on Ubuntu now server wont start


Recommended Posts

Posted

you need to install sqlite3

Posted

Thanks, must have missed that. I will give it a shot.

Posted

That worked. For anyone having same problem it is just:

sudo apt-get install sqlite3 libsqlite3-dev

Posted

Shouldn't the mediabrowser package handle installing this dependency?

 

Currently the package only has libsqlite3-0 as a depends, not the sqlite3 package.

Posted

I also had the same problem updating on my ubuntu server v14.04 LTS.
I ran the command: sudo apt-get install sqlite3 libsqlite3-dev

Then:
sudo apt-get update
sudo apt-get install mediabrowser

...and it is currently getting the latest version and installing it!

Thanks for providing that solution!

Posted (edited)

I ran into the same problem and am glad someone had already posted, and found a solution. I had sqlite3 and libsqlite3-0 installed already, but not libsqlite3-dev. The server began to work again after installing libsqlite3-dev. I have the same question as a previous poster; couldn't/shouldn't this be handled by the mediabrowser package?

Edited by bassaddict
Posted

Thanks. We're working on getting the package updated.

  • 2 weeks later...
Posted

Same error here. It's a bit trickier as I'm running on a Thecus NAS device so no apt-get for me :)

 

Will reverting to a previous version solve this?

Posted

No. there's no issue with server code. only dependency management.i think you might just have to investigate a little.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...