Forum OpenACS Development: DimDim integration

Collapse
Posted by Alessandro Landim on

Hi everyone,

I developed a simple OpenACS Package that integrate with software DimDim Web Meetings (http://www.dimdim.com).

Link to download: http://dl.dropbox.com/u/6061429/DimdimIntegration/DimDim-integration.zip

To use this package, you need a server that already have DimDim installed and change the parameter "WebmeetingUrl" in this package.

I wrote a script to install DimDim in CentOS 5.5 and you can get here: http://dl.dropbox.com/u/6061429/DimdimIntegration/dimdim-install-script.sh (Important: Don't use this script in a prodution server because it causes one problem in yum. I don't know the solution, but I'm trying to resolve. When I got it I will report the solution here.)

Collapse
2: Re: DimDim integration (response to 1)
Posted by Brian Fenton on
Great job Alessandro! Thanks for sharing.
Collapse
3: Re: DimDim integration (response to 1)
Posted by Alessandro Landim on
I got a solution for yum problem after DimDim install.

I don't know why, but OpenOffice replace the library libnss3.so to one in a older version.

So, you need only unset the variable LD_LIBRARY_PATH that OpenOffice created.

# unset LD_LIBRARY_PATH