Re: [SOGo] error on sogo start libldap

2012-02-13 Thread Francis Lachapelle
Bonjour Alain

On 2012-02-13, at 6:25 AM,  
 wrote:

> i've sogo installed on a centos6
> 
> Package sogo-1.3.11-1.centos6.x86_64 already installed and latest version
> 
> but when i do :
> service sogo start
> 
> i have the following error :
> 
> /usr/sbin/sogod: error while loading shared libraries: libldap-2.3.so.0: 
> cannot
> open shared object file: No such file or directory
> 
> and for sure i've no libldap-2.3.so.0 file on my host...
> 
> what can i do ?
> do you have an idea ?

Are you sure you're running the proper daemon? We build packages using the 
OpenLDAP library bundled with CentOS 6 which is version 2.4:

$ ldd /usr/sbin/sogod | fgrep ldap
  libldap-2.4.so.2 => /usr/lib64/libldap-2.4.so.2 (0x7fd8df5e3000)


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] error on sogo start libldap [solved]

2012-02-13 Thread Alain DEFRANCE
so
i've made some modifications and now that's work :


ln -s /usr/lib64/libldap.so /usr/lib64/libldap-2.3.so.0

ln -s /usr/lib64/liblber.so /usr/lib64/liblber-2.3.so.0

and now, no more errors on startup...
 but i don't know why there where such problem about libldap and liblber ?


regards


> hello Peter
> yes sure it's a mistake
> the good command is  : service sogod start
>
> i have openldap client and server installer and that's works fine
>
> Name: openldap-servers
> Arch: x86_64
> Version : 2.4.23
> Release : 20.el6
>
> my host is a poweredge 64bits
>
> i 've allready install sogo on a 32 bits whitout problem...
>
> yes i have ldap librairies files :
>
> /usr/lib64/libldap-2.4.so.2/usr/lib64/libldap_r.so
> /usr/lib64/libldap_r-2.4.so.2  /usr/lib64/libldap.so
>
> but not the
> libldap-2.3.so.0 file
> regards
>
>
>
>
>> On Mon, Feb 13, 2012 at 1:25 PM,   wrote:
>>> i've sogo installed on a centos6
>>>
>>> Package sogo-1.3.11-1.centos6.x86_64 already installed and latest version
>>>
>>> but when i do :
>>> service sogo start
>>>
>>> i have the following error :
>>>
>>> /usr/sbin/sogod: error while loading shared libraries: libldap-2.3.so.0: 
>>> cannot
>>> open shared object file: No such file or directory
>>>
>>> and for sure i've no libldap-2.3.so.0 file on my host...
>> I am running SOGo 1.3.11 on CentOS6 32bit without such problems. At
>> least on my server the init script is called sogod and not sogo?
>> Probably just a typo in your email?
>>
>> If you are using LDAP (and have LDAP configuration in your
>> GNUstepDefaults file) then you most likely should have an LDAP library
>> installed... For CentOS6 the LDAP library should be included in the
>> openldap package. Do you have that installed?
>>
>> How did you install SOGo, did you use the yum repositry provided by
>> Inverse for CentOS6? Yum should handle all dependencies AFAIK.
>>
>> Best,
>> Peter
>
>
> -- 
> *Alain DEFRANCE* - Ingénieur systèmes et réseaux
>
> Direction des systèmes d'information (DiSI)
>
> Centre d'Exploitation des Infrastructures Informatiques (CEDII)
> Cellule Réseau et Expertise Systèmes
>
> Bât Ile de France - RDC - Bureau 58
> Université d'Evry Val d'Essonne
> 4, Bd F. Mitterrand - 91025 EVRY Cedex
>
> Tel : 01.69.47.80.69 - Fax : 01.69.47.80.24
> Mail : alain.defra...@univ-evry.fr
> Site UEVE : http://www.univ-evry.fr
>


-- 
*Alain DEFRANCE* - Ingénieur systèmes et réseaux

Direction des systèmes d'information (DiSI)

Centre d'Exploitation des Infrastructures Informatiques (CEDII)
Cellule Réseau et Expertise Systèmes

Bât Ile de France - RDC - Bureau 58
Université d'Evry Val d'Essonne
4, Bd F. Mitterrand - 91025 EVRY Cedex

Tel : 01.69.47.80.69 - Fax : 01.69.47.80.24
Mail : alain.defra...@univ-evry.fr
Site UEVE : http://www.univ-evry.fr

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] error on sogo start libldap

2012-02-13 Thread Alain DEFRANCE
hello Peter
yes sure it's a mistake
the good command is  : service sogod start

i have openldap client and server installer and that's works fine

Name: openldap-servers
Arch: x86_64
Version : 2.4.23
Release : 20.el6

my host is a poweredge 64bits

i 've allready install sogo on a 32 bits whitout problem...

yes i have ldap librairies files :

/usr/lib64/libldap-2.4.so.2/usr/lib64/libldap_r.so
/usr/lib64/libldap_r-2.4.so.2  /usr/lib64/libldap.so

but not the

libldap-2.3.so.0 file

regards




> On Mon, Feb 13, 2012 at 1:25 PM,   wrote:
>> i've sogo installed on a centos6
>>
>> Package sogo-1.3.11-1.centos6.x86_64 already installed and latest version
>>
>> but when i do :
>> service sogo start
>>
>> i have the following error :
>>
>> /usr/sbin/sogod: error while loading shared libraries: libldap-2.3.so.0: 
>> cannot
>> open shared object file: No such file or directory
>>
>> and for sure i've no libldap-2.3.so.0 file on my host...
> I am running SOGo 1.3.11 on CentOS6 32bit without such problems. At
> least on my server the init script is called sogod and not sogo?
> Probably just a typo in your email?
>
> If you are using LDAP (and have LDAP configuration in your
> GNUstepDefaults file) then you most likely should have an LDAP library
> installed... For CentOS6 the LDAP library should be included in the
> openldap package. Do you have that installed?
>
> How did you install SOGo, did you use the yum repositry provided by
> Inverse for CentOS6? Yum should handle all dependencies AFAIK.
>
> Best,
> Peter


-- 
*Alain DEFRANCE* - Ingénieur systèmes et réseaux

Direction des systèmes d'information (DiSI)

Centre d'Exploitation des Infrastructures Informatiques (CEDII)
Cellule Réseau et Expertise Systèmes

Bât Ile de France - RDC - Bureau 58
Université d'Evry Val d'Essonne
4, Bd F. Mitterrand - 91025 EVRY Cedex

Tel : 01.69.47.80.69 - Fax : 01.69.47.80.24
Mail : alain.defra...@univ-evry.fr
Site UEVE : http://www.univ-evry.fr

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] error on sogo start libldap

2012-02-13 Thread Peter Peltonen
On Mon, Feb 13, 2012 at 1:25 PM,   wrote:
> i've sogo installed on a centos6
>
> Package sogo-1.3.11-1.centos6.x86_64 already installed and latest version
>
> but when i do :
> service sogo start
>
> i have the following error :
>
> /usr/sbin/sogod: error while loading shared libraries: libldap-2.3.so.0: 
> cannot
> open shared object file: No such file or directory
>
> and for sure i've no libldap-2.3.so.0 file on my host...

I am running SOGo 1.3.11 on CentOS6 32bit without such problems. At
least on my server the init script is called sogod and not sogo?
Probably just a typo in your email?

If you are using LDAP (and have LDAP configuration in your
GNUstepDefaults file) then you most likely should have an LDAP library
installed... For CentOS6 the LDAP library should be included in the
openldap package. Do you have that installed?

How did you install SOGo, did you use the yum repositry provided by
Inverse for CentOS6? Yum should handle all dependencies AFAIK.

Best,
Peter
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] error on sogo start libldap

2012-02-13 Thread alain.defrance
Hello all,

i've sogo installed on a centos6

Package sogo-1.3.11-1.centos6.x86_64 already installed and latest version

but when i do :
service sogo start

i have the following error :

/usr/sbin/sogod: error while loading shared libraries: libldap-2.3.so.0: cannot
open shared object file: No such file or directory

and for sure i've no libldap-2.3.so.0 file on my host...

what can i do ?
do you have an idea ?

thanks for help

Alain
-- 
users@sogo.nu
https://inverse.ca/sogo/lists