-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autolab production setup error: undefined symbol sqlite3_column_database_name
#678
Comments
Hey @magsol, this seems like an issue with loading Would you be willing and able to switch the underlying database to mysql? (the database config is in Thanks! |
I guess that's the weird part--here's my
The |
Could you try comment out |
Alright, so the issue seems to be deeper than the incompatibility of just Given that 16.04.1 is out, we should definitely support it; I'll try repro On Sunday, August 14, 2016, Shannon [email protected] wrote:
|
No worries! Thanks for looking into it--if your results come back negative I can see about reformatting the VM to be 14.04 (let's call that the nuclear option). |
@magsol I just built a clean Ubuntu 16.04.1 VM and used the auto-install script (on autolab/Autolab Could you give us more details on your setup of the stack? Are you installing Autolab directly on top of an Ubuntu VM, or on a Docker instance inside Ubuntu VM? The auto-install script does the former, so I will investigate more if you choose the latter. |
@magsol After some more digging I think the issue might be caused by unmet library dependencies. Could you try running the following lines on your Ubuntu box and then bounce Autolab?
|
Well this is odd; got the same error on
Is there something wrong with using Anaconda? I ran |
Ok! Exercised my google-fu and found this workaround for Anaconda's readline. Tried it out, seems to have fixed everything--the I'm sure I'll have more questions as I dive deeper into things, but for now it looks like I'm good. Thanks! |
Hi all,
I'm in the process of setting up Autolab for a course I'm teaching this semester. I have an Ubuntu 16.04 VM up and running (desktop version, so I had to install some extra packages). I think I followed the instructions correctly, but every time I access the main page through the browser, I get the following error message (changed deployment to "development" so I could more easily diagnose the error, but this is what I was getting even when deployment was "production"):
I've gone through the Autolab install, Tango, and Docker required for production deployment, as well as installing and configuring Apache 2 as the webserver. Running the test deployment via
bundle exec rails s -p 3000
worked just fine. I'm using Python 2.7.12 from Anaconda.Happy to provide any additional information.
The text was updated successfully, but these errors were encountered: