[OGo-Users] Installation question
Adam Tauno Williams
users@opengroupware.org
Sun, 29 Apr 2007 15:09:58 -0400
> >> > This is a path issue; the daemon is not finding the database adaptor.
> >> > This is provided by SOPE; mine sits
> >> > in /usr/local/lib/sope-4.6/dbadaptors
> >> > Maybe try creating a sym-link to wherever the PostgreSQL.gdladaptor
> >> > folder actually got dumped [by "make install"].
> >> Well a link from where to where
> > First use "find" to discover where it is on your system
> > find / -name PostgreSQL.gdladaptor
> I know how to find it but I do not know what link you are talking
> about, the only sope-4.6 I have is an exectuable in /opt/GNUstep/Tools
> no directory sope-4.6 anywhere around.
No, SOPE is a whole collection of libraries and utilities; it is an
application framework that OGo is built upon. For instance my server
has all these packages:
sope46-xml-4.6-trunk_r1431
sope46-appserver-tools-4.6-trunk_r1431
sope46-ldap-tools-4.6-trunk_r1431
sope46-ldap-4.6-trunk_r1431
sope46-gdl1-mysql-4.6-trunk_r1431
sope46-xml-tools-4.6-trunk_r1431
sope46-gdl1-4.6-trunk_r1431
sope46-ical-4.6-trunk_r1431
sope46-core-4.6-trunk_r1431
sope46-appserver-4.6-trunk_r1431
sope46-gdl1-tools-4.6-trunk_r1431
sope46-mime-4.6-trunk_r1431
sope46-gdl1-postgresql-4.6-trunk_r1431
sope46-gdl1-postgresql provides the PostgreSQL database adapter that OGo
loads at runtime:
awilliam@aleph:~> rpm -ql sope46-gdl1-postgresql-4.6-trunk_r1431
/usr/local/lib/sope-4.6/dbadaptors/PostgreSQL.gdladaptor
/usr/local/lib/sope-4.6/dbadaptors/PostgreSQL.gdladaptor/PostgreSQL
/usr/local/lib/sope-4.6/dbadaptors/PostgreSQL.gdladaptor/Resources
/usr/local/lib/sope-4.6/dbadaptors/PostgreSQL.gdladaptor/Resources/Info-gnustep.plist
/usr/local/lib/sope-4.6/dbadaptors/PostgreSQL.gdladaptor/Resources/Version
/usr/local/lib/sope-4.6/dbadaptors/PostgreSQL.gdladaptor/stamp.make
The SOPE applications will search a specific set of paths for the
adapter; and if they don't find it you'll have the condition that you
have.