Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Version: Kaltura CE 2.0.1
OS: OpenSUSE 11.1
PHP Config:
'./configure' '--with-gd' '--enable-mbstring' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-memcached=/usr/local/bin/memcached' '--with-curl=/usr/bin/curl'
PHP Version: 5.2.9
MySQL Version: 5.1.49
I am running through the php install.php process:
Thank you for using the Kaltura video platform installation script. Do you want to start installation now? (Y/n) > Y In order to improve Kaltura CE, we would like your permission to send system data from your server to Kaltura. This information will not be used for any purpose other than improving service quality. I agree (Y/n) > Y If you wish, please provide your email address so that we can offer you future assistance (Leave empty to pass): > PHP Fatal error: Call to undefined function curl_init() in /var/web/kalturaCE/lib/InstallReport.class.php on line 93
Here is my cURL info:
cURL support: enabled
cURL Information: libcurl/7.19.0 OpenSSL/0.9.8h zlib/1.2.3 libidn/1.10
Any ideas?
Hi VanD14,
Can you describe your deployment and whether all is working well for you?
Can you also share how you plan on using Kaltura (purpose)?
Thanks,
Zohar
In reply to how I plan on using Kaltura.
I am part of a web development team at a large University in Canada. We plan on using Kaltura as our main media hub - connecting our Moodle and Drupal sites together.
Thanks for the reply, but all is not working for me at the moment. I am have a lot of issues with the Pentaho installation on my openSUSE 32-bit server.
Interesting information here - Pentaho PDI 3.2.0 README_LINUX.txt
x86_64 notes:
This build requires a 64 bit JVM. It will not run with a 32 bit JVM.
You can for example download Sun 64 bit 1.5 JVM for AMD64. Note that
Sun 1.4.2 JVM for AMD64 is 32 bit and cannot be used to run this build.
This appears to be a fault because I need to enable X11 on client and server when I SSH into my server.
I have not tried this yet, just a theory. Anyone else with similar experiences?
Exception in thread "main" java.lang.NullPointerException
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:420)
Hi VanD14,
Thanks for the information on how you plan to use Kaltrua. You should also check out the rest of the EDU solutions on http://corp.kaltura.com/solutions/education_technology_video.
We haven't performed tests on Suse... Will it be possible for you to run on either ubuntu or centos?
I thought I would give it a shot on Suse anyways. Ran into some problems, I'm sure there is a way to get it working, just haven't found it yet. I am not able to use any other OS in this environment.
:) I like OpenSuSe as well. We can't set enough resources for it though, other distros have a lot more users...
Keep us updated on how you progress and we'll try to help out any way possible, if changes are required to code or components, please specify and submit patches on the issue tracker.
What is the status currently? beyond issues with Pentaho, are you able to run everything else?
I never thought the day would come, and this may be to early to call this a success, but I have everything working now.
EDIT: The links are turning into HTML within the code block, so I took them out.
Steps I took on OpenSUSE 11.1:
Update all libraries with zypper up:
Reboot:
Installed XAMPP 1.7.1:
wget http://cdnbakmi.kaltura.com/content/files/xampp-linux-1.7.1.patched.tar....
Changed MySQL my.cnf:
Create Symbolic Links:
Installed openJDK:
OCICLI http://software.opensuse.org/ymp/openSUSE:11.1/standard/java-1_6_0-openj...
Install cURL
Install memcached
Installed Pentaho Data Integration CE 4.0
wget http://sourceforge.net/projects/pentaho/files/Data%20Integration/4.0.0-s...
Create etl User
Disable SELinux (When needed)
Skipped Xymon
Start XAMPP
Download and extract Kaltura CE
Run php install.php
Edit httpd.conf
Edit HOSTS
Restart XAMPP or just Apache
Navigate to http://servername/start
I have posted this small little guide on my tumblr account - http://cvanderlinden.tumblr.com/post/937945964/installing-kaltura-ce-2-o...
Looks like I solved my own problem.
Just used zypper to install cURL - I guess I did it wrong the first time around.