Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2005 23:37:54 +0100
From:      "Marcel de Reuver" <marcel@de.reuver.org>
To:        <freebsd-questions@freebsd.org>
Subject:   RE: Opengroupware
Message-ID:  <FPEKLENMBNKLANOHPBCCMEMLEBAA.marcel@de.reuver.org>
In-Reply-To: <41E1A491.5070005@daniel.stefan.haischt.name>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> First of all this is a port which requires the Linux/ELF
> binary emulation to be installed.
>
> Second - You shouldn't search in /usr/lib for required
> libraries. Instead you should search in ...
> 
>   -> /compat/linux/usr/lib
> 
> Because Opengroupware is searching for the Linux version
> of OpenSSL!
> 
> I bet you'll find something like this ...
> 
> root@abyssone# ls -la /compat/linux/lib/libssl.so.*
> -rwxr-xr-x    1 root     wheel      194416 Sep 24  2003 
> /compat/linux/lib/libssl.so.0.9.6b
> lrwxr-xr-x    1 root     wheel          16 Dec  6 19:46 
> /compat/linux/lib/libssl.so.2 -> libssl.so.0.9.6b
> 
> 
> Do you see the problem? It is >> libssl.so.0.9.6b <<
> but Opengroupware is searching for >> libssl.so.0.9.6 <<
> 
> So this should solve the problem:
> 
> ln -s /compat/linux/lib/libssl.so.0.9.6b \
> /compat/linux/lib/libssl.so.0.9.6
> 

Also required:
ln -s  /compat/linux/lib/libcrypto.so.0.9.6b 
/compat/linux/lib/libcrypto.so.0.9.6

Opengroupware is now complaining about:
 /lib/libc.so.6: version `GLIBC_2.3' not found

Best regards,
Marcel de Reuver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FPEKLENMBNKLANOHPBCCMEMLEBAA.marcel>