Re: Scalable Opengroupware (SOGo) in FreeBSD ports tree

2012-09-10 Thread Baptiste Daroussin
On Mon, Sep 10, 2012 at 10:55:22PM +0200, Matthias Petermann wrote:
> Hello,
> 
> I am thinking about creating a port for SOGo[1]. Is there already someone 
> working on it?
> 
> Kind regards,
> Matthias
> 
> 
> [1] http://www.sogo.nu/english.html
> 
> -- 
> Matthias Petermann 
> ___
> freebsd-po...@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

I have done: 
http://people.freebsd.org/~bapt/sogo.tar.gz
and
http://people.freebsd.org/~bapt/sope.tar.gz
One year ago.

I have given up working on it :)
Feel free to use it, or start from scratch.

Regards,
Bapt


pgpAWxQRpyWPx.pgp
Description: PGP signature


Scalable Opengroupware (SOGo) in FreeBSD ports tree

2012-09-10 Thread Matthias Petermann
Hello,

I am thinking about creating a port for SOGo[1]. Is there already someone 
working on it?

Kind regards,
Matthias


[1] http://www.sogo.nu/english.html

-- 
Matthias Petermann 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Which opengroupware port to install

2005-01-10 Thread Martin Hepworth
Bill

I managed to compile OGo from source.(FreeBSD 5.2.1)...search for my
work email address on the Ogo-users ([EMAIL PROTECTED]).

It's a cpmplete mind melt as you keep having to go back to things
you've done and re-make thembut it is possible.

--
MRIN


On Mon, 10 Jan 2005 09:40:01 -0500, Bill Schmitt (SW)
<[EMAIL PROTECTED]> wrote:
> I want to try the opengroupware application, but am not sure about which
> version to install. Specifically, the ports collection has a linux
> version of the software listed, but the opengroupware.org site lists a
> version specifically for FreeBSD, which also appears to be a linux
> version. But the ports collection has a date of 2003-07-20 and the
> version listed for FreeBSD on the opengroupware web site has a date of
> 12-Oct-2004. Can anyone offer any guidance?
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Which opengroupware port to install

2005-01-10 Thread Bill Schmitt (SW)
I want to try the opengroupware application, but am not sure about which 
version to install. Specifically, the ports collection has a linux 
version of the software listed, but the opengroupware.org site lists a 
version specifically for FreeBSD, which also appears to be a linux 
version. But the ports collection has a date of 2003-07-20 and the 
version listed for FreeBSD on the opengroupware web site has a date of 
12-Oct-2004. Can anyone offer any guidance?

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


Re: Opengroupware

2005-01-09 Thread Daniel S. Haischt
I additionally had some kerberos issues, because
I did compile PostgreSQL with Kerberos support.
If you did the same, you'll need to install the
*Linux* Kerberos libraries as well.
I would also suggest to start Opengroupware manually
during your test period, not using the rcNG script.
And finally use the exact steps from ...
 -> http://tinyurl.com/5coq6 (Section 4)
... to initialize the Ogo system and use their
apache setup.
Marcel de Reuver schrieb:
Also required:
ln -s  /compat/linux/lib/libcrypto.so.0.9.6b
/compat/linux/lib/libcrypto.so.0.9.6
Yea I did forget that one ...

Opengroupware is now complaining about:
/lib/libc.so.6: version `GLIBC_2.3' not found
Which  linux_base port did you install (8 or 7)?

After deinstalling linux_base version 7x and installing linux_base-8 it is
starting. Now there is something with the version of Postgres.
I will look into that later. Thanks for the hints!
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:41e1c12e730671228015368!

--
Mit freundlichen Gruessen / With kind regards
Daniel S. Haischt
Wan't a complete signature??? Type at a shell prompt:
$ > finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Opengroupware

2005-01-09 Thread Marcel de Reuver
> >
> > Also required:
> > ln -s  /compat/linux/lib/libcrypto.so.0.9.6b
> > /compat/linux/lib/libcrypto.so.0.9.6
>
> Yea I did forget that one ...
>
> > Opengroupware is now complaining about:
> >  /lib/libc.so.6: version `GLIBC_2.3' not found
>
> Which  linux_base port did you install (8 or 7)?
>

After deinstalling linux_base version 7x and installing linux_base-8 it is
starting. Now there is something with the version of Postgres.

I will look into that later. Thanks for the hints!

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]"


Re: Opengroupware

2005-01-09 Thread Daniel S. Haischt
btw, read one of my past email posts:
 -> http://tinyurl.com/6xk3c
Marcel de Reuver schrieb:
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-x1 root wheel  194416 Sep 24  2003 
/compat/linux/lib/libssl.so.0.9.6b
lrwxr-xr-x1 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
!DSPAM:41e1b268365836148510072!

--
Mit freundlichen Gruessen / With kind regards
Daniel S. Haischt
Wan't a complete signature??? Type at a shell prompt:
$ > finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Opengroupware

2005-01-09 Thread Daniel S. Haischt

Also required:
ln -s  /compat/linux/lib/libcrypto.so.0.9.6b 
/compat/linux/lib/libcrypto.so.0.9.6
Yea I did forget that one ...
Opengroupware is now complaining about:
 /lib/libc.so.6: version `GLIBC_2.3' not found
Which  linux_base port did you install (8 or 7)?
--
Mit freundlichen Gruessen / With kind regards
Daniel S. Haischt
Wan't a complete signature??? Type at a shell prompt:
$ > finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Opengroupware

2005-01-09 Thread Marcel de Reuver
> 
> 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-x1 root wheel  194416 Sep 24  2003 
> /compat/linux/lib/libssl.so.0.9.6b
> lrwxr-xr-x1 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

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


Re: Opengroupware

2005-01-09 Thread Daniel S. Haischt
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-x1 root wheel  194416 Sep 24  2003 
/compat/linux/lib/libssl.so.0.9.6b
lrwxr-xr-x1 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]"


Opengroupware

2005-01-09 Thread Marcel de Reuver
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]"


Re: Opengroupware on FreeBSD 5.2

2004-07-12 Thread Phil Schulz
Hi Suhaimi,
Is there anybody manage to setup and configure 
opengroupware(http://opengroupware.org ) on FreeBSD 5.x?

Try misc/linux-opengroupware from ports.
Really need your advise ...
Read http://www.lemis.com/questions.html and be more specific on what 
the problem is (e.g. error messages).

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


Opengroupware on FreeBSD 5.2

2004-07-12 Thread Suhaimi Jamalludin
Hi All,
Is there anybody manage to setup and configure 
opengroupware(http://opengroupware.org ) on FreeBSD 5.x?

Really need your advise ...
regards,
suhaimi
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


OpenGroupWare build failed

2003-09-05 Thread Kliment Andreev
I am trying to build OpenGroupware from sources.

Using:
FreeBSD 4.7
GNU Make 3.79.1
gcc 2.95.4

Everything went fine until I've tried to build SKYRIX Core Libraires

# gmake -s nosasl=yes debug=yes install

NGActiveSocket.m: In function `-[NGActiveSocket _unixWriteBytes:count:]':
NGActiveSocket.m:860: warning: implicit declaration of function `sleep'
gmake[2]: *** [shared_debug_obj/ix86/freebsd/gnu-fd-nil/NGActiveSocket.o]
Error 1
gmake[1]: *** [libNGStreams.all.library.variables] Error 2
gmake: *** [internal-all] Error 2


I tried to find what this error means but there is no explanation on GNU
Make site. I assume that the problem is the linker.

Anyone?

Thanks...

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


Opengroupware? (replace exchange)

2003-07-18 Thread Karl M. Joch
I try to replace an exchange server with freebsd. most tasks works fine. 
the real pain is the exchange calendar. i found opengroupware.org which 
claims to works nicly with outlook and mozilla clients and works with 
calendar and without using a web interface which wouldnt be accepted by 
the users compared to a real application.

anybody tried that already?

--
Best regards / Mit freundlichen Gruessen,
Karl M. Joch

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