[OGo-Users] installing 1.1.6 opengroupware on debian etch

brian Austin users@opengroupware.org
Tue, 20 Feb 2007 15:28:58 +1100


Hi,

I'm working on installing ogo 1.1.6 on debian etch.  I succeeded in 
doing this last week, but decided to do it again after messing up my xen 
domu pc.

following the instructions below, which worked last time, gives a total 
lack of functionality.  Theres no /etc/init.d/opengroupware.org (for 
example)

suggestions welcome, b.t.w. I'm planning on installing funombal on top 
of the opengroupware, but will save those questions for later ;-)

regards

b


8<--------------------------------------------------------------------------------------------------------------------- 


Hi Edo,

i had the same problems with broken dependencies. So i manually added=20
the packages.

These steps of "apt-get install " solved my problems with the dependencie=
s:

apt-get install libsope-core4.5 libfoundation1.1
apt-get dist-upgrade
apt-get install opengroupware.org1.1*


This is my complete source.list file:

deb-src http://ftp.uni-koeln.de/debian/ stable main contrib non-free

deb http://download.opengroupware.org/nightly/packages/debian sarge releases/opengroupware-1.1.6-yummy
deb http://download.opengroupware.org/nightly/packages/debian sarge releases/sope-4.5.9-maple
deb http://download.opengroupware.org/nightly/packages/debian sarge releases/ThirdParty

deb http://security.debian.org/ stable/updates main contrib non-free

Because i upgraded from a Version 1.0a i had to edit some of the=20
configuration files. If you do a first installation the mkinstance=20
script normally will do good configuration for you.


Greetz, Torsten


8<---------------------------------------------------------------------------------------------------------------------

my steps so far:

vi /etc/apt/sources.list

add

deb http://download.opengroupware.org/nightly/packages/debian sarge 
releases/opengroupware-1.1.6-yummy
deb http://download.opengroupware.org/nightly/packages/debian sarge 
releases/sope-4.5.9-maple
deb http://download.opengroupware.org/nightly/packages/debian sarge 
releases/ThirdParty

apt-get update
apt-get install libsope-core4.5 libfoundation1.1
apt-get dist-upgrade

some dependancies will be missing, as we are running on etch, not sarge.

wget 
http://http.us.debian.org/debian/pool/main/r/readline4/libreadline4_4.3-11_i386.deb
wget 
http://http.us.debian.org/debian/pool/main/p/pilot-link/libpisock8_0.11.8-10_i386.deb
wget 
http://security.debian.org/debian-security/pool/updates/main/p/postgresql/libpq3_7.4.7-6sarge4_i386.deb

dpkg -i libreadline4_4.3-11_i386.deb
dpkg -i libpisock8_0.11.8-10_i386.deb
dpkg -i libpq3_7.4.7-6sarge4_i386.deb

apt-get install postgresql libapache-mod-ngobjweb

apt-get install opengroupware.org1.1*