<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I have a problem with dSS binary.<br>
When the binary it install (sudo make install) some references to
dynamic library become missing (libxul, libxpcom, libmozjs).<br>
<br>
===========================================================<br>
I use an Ubuntu Server 10.04 (with only sshd installed).<br>
I install these packages :<br>
$&gt; sudo apt-get install git-core cmake libxml2-dev libical-dev<br>
&nbsp;&nbsp;&nbsp; libpoco-dev libboost-system-dev libboost-filesystem-dev<br>
&nbsp;&nbsp;&nbsp; libboost-thread-dev libboost-program-options-dev<br>
&nbsp;&nbsp;&nbsp; libboost-test-dev xulrunner-dev libssl-dev g++<br>
&nbsp;&nbsp;&nbsp; libavahi-client-dev ruby rubygems rake openjdk-6-jre
<br>
<br>
Following the recommandation about gsoap<br>
$&gt; wget -O /tmp/gsoap.deb
<a class="moz-txt-link-freetext"
 href="http://developer.digitalstrom.org/files/contrib/gsoap_2.7.15-1_i386.deb">http://developer.digitalstrom.org/files/contrib/gsoap_2.7.15-1_i386.deb</a><br>
$&gt; sudo dpkg -i /tmp/gsoap.deb<br>
<br>
And install sprockets<br>
$&gt; sudo gem install --bindir /usr/local/bin --no-ri --no-rdoc
sprockets
<br>
<br>
Get the repository<br>
$&gt; git clone --recursive --progress
git://gitorious.digitalstrom.org/dss/dss-mainline.git<br>
<br>
Install websrc<br>
$&gt;cd dss-mainline<br>
$&gt;websrc/tools/build_and_copy_weblibs.sh websrc/ data/webroot/js/<br>
<br>
Compile<br>
$&gt;mkdir build &amp;&amp; cd build<br>
$&gt;cmake .. &amp;&amp; make<br>
$&gt;sudo make install<br>
===========================================================<br>
<br>
I can't create a debian package (following the wiki page :
dpkg-buildpackage -rfakeroot ).<br>
Reading errors output, it's seam to be the same problem (something
about JS_API library).<br>
<br>
What are you do to solve this kind of problem?<br>
<br>
Best regards<br>
<br>
Jean-Marie PRIOUL<br>
<br>
PS : I can start the server from build folder ( dss-mainline/build $
./dss )<br>
<br>
<div class="moz-signature">-- <br>
<hr>Jean-Marie PRIOUL - <a href="mailto:jean-marie.prioul@actimage.com">jean-marie.prioul@actimage.com</a><br>
ACTIMAGE Gmbh &amp; CO. KG<br>
Hafenstrasse 3<br>
D-77694 Kehl am Rhein<br>
Tel: +49 (0) 7851 899 73-0<br>
Fax: +49 (0) 7851 899 73-11<br>
<a href="http://www.actimage.de">http://www.actimage.de</a><br>
<hr>
</div>
</body>
</html>