Bibledit 4.1 on openSUSE 11.2
Bibledit installation on standard openSUSE with KDE desktop.
Insert the installation media.
Install the following list of packages: gtk2-devel sqlite3-devel gcc-c++ libxml2-devel git-core enchant-devel gtkhtml2-devel rcs gtksourceview-devel libwebkit-devel dbus-1-glib-devel make patch libsoup-devel apache2 curl php
Open a terminal by clicking the Suse icon, then Terminal Program.
Start Apache server. To do that, type the following in a terminal:
su
provide the password
rcapache2 start
chkconfig -a apache2
exit