xabriel's picture

I am trying to configure a VM server starting with the LAMP Stack appliance version 11.2. This is running on top of VirtualBox 4.1.2 on a Mac.

One of my needs is to install the package libmysqlclient-dev, so I run:

apt-get install libmysqlclient-dev

It seems that that package messes up with the Appliance's configuration, and once I reboot the machine it is unusable. The file system gets corrupted. One more restart and I am not able to mount the file system anymore.

I also tried:

apt-get install libmysqlclient-dev --no-upgrade

but that didn't work either.

I have a snapshot of the VM just before installing this package and thus can reproduce the bug. I'm attaching the apt-get log just in case.

 

So, does the Appliance really depends on MySQL config files? Or probably I am just doing something else wrong?

Forum: 
Tags: 
Jeremy Davis's picture

Have you tried installing/updating the dependancies separately to try to pin down exactly which part of the install is causing the problem? If I get a chance one evening during the week I'll try to take a quick look at this and see if I can reproduce the bug on one of my TKL VMs

Add new comment