<div>Hi Saul,</div><div> </div><div>thanks! sylkserver is now running, we are ready to do some testing. </div><div> </div><div> </div><div>sincerely,</div><div>Maurice<br><br></div><div class="gmail_quote">On Tue, Nov 20, 2012 at 5:02 PM, Saúl Ibarra Corretgé <span dir="ltr"><<a href="mailto:saul@ag-projects.com" target="_blank">saul@ag-projects.com</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Hi,<br>
<div><div class="h5"><br>
On Nov 20, 2012, at 12:48 AM, Maurice Vistan wrote:<br>
<br>
> Hi Everyone,<br>
><br>
><br>
> I am new to sylkserver and trying to install it on ubuntu precise:<br>
><br>
> DISTRIB_ID=Ubuntu<br>
> DISTRIB_RELEASE=12.04<br>
> DISTRIB_CODENAME=precise<br>
> DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"<br>
><br>
> I tried the installation proceedure on : <a href="http://sylkserver.com/download.phtml" target="_blank">http://sylkserver.com/download.phtml</a> . First I tried the instruction using the apt-get, when I started it I only get the below logs on my syslog nothing more.<br>

><br>
> Nov 19 17:59:32 vps-1117285-13462 sylk-server[22767]: Starting SylkServer 2.2.1, config=/etc/sylkserver/config.ini<br>
><br>
> 2nd thing I tried is remove the first installation the I tried the command darcs. By the way python is installed also even before I tried the apt-get .please see below python installation:<br>
><br>
> libpython2.7                                    install<br>
> python                                          install<br>
> python-application                              install<br>
> python-backports                                install<br>
> python-central                                  deinstall<br>
> python-dateutil                                 install<br>
> python-dbus-dev                                 install<br>
> python-dnspython                                install<br>
> python-eventlib                                 install<br>
> python-formencode                               install<br>
> python-gnutls                                   install<br>
> python-greenlet                                 install<br>
> python-lxml                                     install<br>
> python-minimal                                  install<br>
> python-msrplib                                  install<br>
> python-mysqldb                                  install<br>
> python-openssl                                  install<br>
> python-pam                                      install<br>
> python-pkg-resources                            install<br>
> python-serial                                   install<br>
> python-sipsimple                                install<br>
> python-sqlobject                                install<br>
> python-support                                  install<br>
> python-twisted-bin                              install<br>
> python-twisted-core                             install<br>
> python-twisted-names                            install<br>
> python-twisted-web                              install<br>
> python-twisted-words                            install<br>
> python-wokkel                                   install<br>
> python-xcaplib                                  install<br>
> python-zope.interface                           install<br>
> python2.7                                       install<br>
> python2.7-minimal                               install<br>
><br>
> when I tried to start the 2nd installation i only get :<br>
> Starting SylkServer 2.2.1, config=/etc/sylkserver/config.ini<br>
> Segmentation fault<br>
><br>
> and server did not start.<br>
><br>
> kindly help me please. any ideas that can be shared to me will be ver appriciated.<br>
><br>
<br>
</div></div>This is caused by a broken libgcrypt11 on Ubuntu precise. You can install a fixed one from our repositories by doing:<br>
<br>
apt-get install libgcrypt11<br>
<br>
Then check the installed version:<br>
<br>
dpkg -l | grep libgcrypt11<br>
<br>
You should see 'agp' in the version number.<br>
<br>
<br>
Regards,<br>
<br>
--<br>
Saúl Ibarra Corretgé<br>
AG Projects<br>
<br>
<br>
<br>
</blockquote></div><br>