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 ...

[EMAIL PROTECTED] 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

--
Mit freundlichen Gruessen / With kind regards
Daniel S. Haischt

Wan't a complete signature??? Type at a shell prompt:
$ > finger -l [EMAIL PROTECTED]

Marcel de Reuver schrieb:
Hi,

On FreeBSD 5.3 you can install Opengroupware from the ports without any
warning or error. When you start Opengroupware it is complaining about a
missing /usr/lib/libssl.so.0.9.6

OpenSSL 0.9.7d is installed and working. Has anyone Opengroupware running on
FreeBSD 5.3?

Best regards,
Marcel de Reuver

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

!DSPAM:41e19cac918321543481209!




_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to