Error after jail update

Status
Not open for further replies.

Ismael Duarte

Contributor
Joined
Jun 13, 2011
Messages
154
Hi All,
Need your help on this, tried many things without success.
After update, apache24 doesn't work. I've this error

Code:
root@PHPui:~ # service apache24 restart
Performing sanity check on apache24 configuration:
Shared object "libgdbm.so.4" not found, required by "httpd"
root@PHPui:~ #


What can I do?
 
D

dlavigne

Guest
Were you able to resolve this? If not, you'll need to provide a lot more info, as per the forum rules.
 

Ismael Duarte

Contributor
Joined
Jun 13, 2011
Messages
154
Were you able to resolve this? If not, you'll need to provide a lot more info, as per the forum rules.
You're right.

Well, I've found an workaround but yes, is working

Inside the jail I've issued the commando
Code:
ln -s /usr/local/lib/libgdbm.so.6 /usr/lib/libgdbm.so.4
 
Status
Not open for further replies.
Top