[OGo-Users] failed to link required library: NGLdap
users@opengroupware.org
users@opengroupware.org
Tue, 12 Feb 2008 18:31:42 +0100 (CET)
> users@opengroupware.org wrote:
>> Hello List,
>>
>> I want to install OGo from Source on a SLES9 SP3 (SuSE Linux Enterprise
>> Server) machine and have some issues installing the
>> opengroupware.org-1.1.7-close-r1987 package on this system.
>> Since I'm completely new to OGo and its installation, I'm kind of
>> settled up with the following error when trying to install (using
>> GNUstep-make) OGo:
>>
>> # ./configure
>> GNUstep environment:
>> system: /usr/local/GNUstep/System
>> local: /usr/local/GNUstep
>> user: /root/GNUstep
>> path: /root/GNUstep:/usr/local/GNUstep:/usr/local/GNUstep/System
>> flat: yes
>> arch: x86_64-unknown-linux-gnu
>> combo: gnu-fd-nil
>>
>> Note: will install in default location: /usr/local/
>>
>> Configuration:
>> FHS: install in FHS root
>> debug: yes
>> strip: yes
>> prefix: /usr/local/
>> gstep: /usr/local/GNUstep/System/Library/Makefiles
>> config: /usr/src/opengroupware.org/config.make
>> script: /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh
>>
>> creating: /usr/src/opengroupware.org/config.make
>> failed to link required library: NGLdap
> you also have sope compiled and installed already?
>
yes, compiling sope was quite an easy job - i compiled and installed under
/usr/local/sope. openldap2-devel, postgres etc. is also installed, so
there should be no problems with missing dependencies.
might that be a problem that ogo doesn't search my /usr/local/sope/lib64
path, where sope installed its libraries?
but anyway, the listing of that directory looks like that:
lrwxrwxrwx 1 root root 13 Feb 12 14:54 libDOM.so -> libDOM.so.4.7*
lrwxrwxrwx 1 root root 16 Feb 12 14:54 libDOM.so.4.7 -> libDOM.so.4.7.23*
-rwxr-xr-x 1 root root 397K Feb 12 14:54 libDOM.so.4.7.23*
lrwxrwxrwx 1 root root 17 Feb 12 14:54 libSaxObjC.so -> libSaxObjC.so.4.7*
lrwxrwxrwx 1 root root 20 Feb 12 14:54 libSaxObjC.so.4.7 ->
libSaxObjC.so.4.7.66*
-rwxr-xr-x 1 root root 170K Feb 12 14:54 libSaxObjC.so.4.7.66*
lrwxrwxrwx 1 root root 16 Feb 12 14:54 libXmlRpc.so -> libXmlRpc.so.4.7*
lrwxrwxrwx 1 root root 19 Feb 12 14:54 libXmlRpc.so.4.7 ->
libXmlRpc.so.4.7.31*
-rwxr-xr-x 1 root root 198K Feb 12 14:54 libXmlRpc.so.4.7.31*
drwxr-xr-x 3 root root 23 Feb 12 14:54 sope-4.7/
- nothing like NGLdap...
the more surprising, that in /usr/src/sope/ (my sources directory), there
is a subdirectory named sope-ldap/NGLdap, where some source code is lying
around - but nothing that looks like binary. should I be concerned about
that, or is that somehow normal?
thx again,
Andreas.