<div dir="ltr"><div><div><div><div>Hey Timo,<br><br>there is another problem:<br><br></div>The <i>/usr/lib/i386-linux-gnu/dirsrv/cgi-bin/config</i> is depend on the <i>libsoftokn3.so</i> which is in the package: <i>libnss3 </i><br>
</div>But it is located <i>/usr/lib/i386-linux-gnu/nss/libsoftokn3.so</i> not under the <i>/usr/lib/i386-linux-gnu/ </i>so the linker cannot find it.<i><br><br>root@example:~# ldd /usr/lib/i386-linux-gnu/dirsrv/cgi-bin/config|grep softo<br>
    libsoftokn3.so => not found<br>root@example:~# <br><br></i></div><br><br></div>For testing purposes I installed a debian i386 into virtualbox, but I would like to use 389-ds on production environment (stable debian). Do you have any backports to debian7?<br>
<div><div><br></div><div>Best regards,<br></div><div>Attila<i><br></i></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 12, 2013 at 6:24 PM, Timo Aaltonen <span dir="ltr"><<a href="mailto:tjaalton@ubuntu.com" target="_blank">tjaalton@ubuntu.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 12.12.2013 16:35, Attila Bárdi wrote:<br>
> Hey,<br>
><br>
> I installed the 389-ds to my test system:<br>
><br>
> root@station18:~# dpkg -l 389*<br>
> Desired=Unknown/Install/Remove/Purge/Hold<br>
> |<br>
> Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend<br>
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)<br>
> ||/ Name                               Version<br>
>  Architecture           Description<br>
> +++-==================================-======================-======================-=========================================================================<br>
> ii  389-admin                          1.1.30-1+b1            i386<br>
>             389 Directory Administration Server<br>
> ii  389-admin-console                  1.1.8-1                all<br>
>              389 admin server management console<br>
> ii  389-console                        1.1.7-1                all<br>
>              389 Management Console<br>
> ii  389-ds                             1.3.0.3-1              all<br>
>              389 Directory Server suite - metapackage<br>
> ii  389-ds-base                        1.3.0.3-1+b2           i386<br>
>             389 Directory Server suite - server<br>
> ii  389-ds-base-libs                   1.3.0.3-1+b2           i386<br>
>             389 Directory Server suite - libraries<br>
> ii  389-ds-console                     1.2.6-1                all<br>
>              389 Directory Server Management Console<br>
> ii  389-ds-console-doc                 1.2.6-1                all<br>
>              389 Directory Server Management Console -- documentation<br>
> ii  389-dsgw                           1.1.9-1+b1             i386<br>
>             389 Directory Server Gateway<br>
> root@station18:~#<br>
><br>
> My debian is a stable release with possibilities to install packages<br>
> from testing and unstable:<br>
><br>
> root@station18:~# cat /etc/apt/preferences<br>
> Package: *<br>
> Pin: release a=stable<br>
> Pin-Priority: 900<br>
><br>
> Package: *<br>
> Pin: release a=testing<br>
> Pin-Priority: 400<br>
><br>
> Package: *<br>
> Pin: release a=unstable<br>
> Pin-Priority: 300<br>
> root@station18:~#<br>
><br>
><br>
> When I tried to install the 389-admin the apache failed to start:<br>
><br>
> Are you ready to set up your servers? [yes]:<br>
> Creating directory server . . .<br>
> Your new DS instance 'station18' was successfully created.<br>
> Creating the configuration directory server . . .<br>
> Beginning Admin Server creation . . .<br>
> Creating Admin Server files and directories . . .<br>
> Updating adm.conf . . .<br>
> Updating admpw . . .<br>
> Registering admin server with the configuration directory server . . .<br>
> Updating adm.conf with information from configuration directory server . . .<br>
> Updating the configuration for the httpd engine . . .<br>
> Starting admin server . . .<br>
> output: AH00534: apache2: Configuration error: No MPM loaded.<br>
> output: Server failed to start !!! Please check errors log for problems<br>
> Could not start the admin server.  Error: 256<br>
> Failed to create and configure the admin server<br>
> Exiting . . .<br>
> Log file is '/tmp/setupCSSxQy.log'<br>
><br>
><br>
> After some checking it turned out there are missing modules from<br>
> /etc/dirsrv/admin-serv/httpd.conf:<br>
><br>
> LoadModule mpm_event_module /usr/lib/apache2/modules/mod_mpm_event.so<br>
> LoadModule authn_core_module /usr/lib/apache2/modules/mod_authn_core.so<br>
> LoadModule access_compat_module<br>
> /usr/lib/apache2/modules/mod_access_compat.so<br>
> LoadModule authz_core_module /usr/lib/apache2/modules/mod_authz_core.so<br>
> LoadModule authz_user_module /usr/lib/apache2/modules/mod_authz_user.so<br>
><br>
><br>
> With those lines in the config the 389-admin (apache) successfully started.<br>
<br>
</div></div>Thanks, could be due to apache migrating to 2.4. I'll fix it soon.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
t<br>
</font></span></blockquote></div><br></div>