Am 12.06.2013 20:31, schrieb Robert Kózka:
W dniu 2013-06-12 20:20, Stefan Perschbacher | INTRA photovoltaics AG pisze:
Am 12.06.2013 20:05, schrieb Robert Kózka:
W dniu 2013-06-12 20:01, Stefan Perschbacher pisze:
Am 12.06.2013 19:53, schrieb Robert Kózka:
W dniu 2013-06-12 19:46, Stefan Perschbacher pisze:
Hi,

Am 12.06.2013 19:38, schrieb r.ko...@gmail.com:
Hi, my system is fresh Centos 6.4 x64, i have installed sogo and sope with yum.

Then I have created mysql user sogo with your instructions:
mysql -u root mysql
mysql> CREATE DATABASE `sogo` CHARACTER SET='utf8';
mysql> CREATE USER 'sogo'@'localhost' IDENTIFIED BY 'sogopasswd';
mysql> GRANT ALL PRIVILEGES ON `sogo`.* TO 'sogo'@'localhost' WITH GRANT
OPTION;
mysql> FLUSH PRIVILEGES;

next step is
defaults -u sogo write sogod OCSFolderInfoURL
"mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_folder_info"

defaults -u sogo write sogod SOGoProfileURL
"mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_user_profile"

defaults -u sogo write sogod OCSSessionsFolderURL
"mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_sessions_folder"

i entered each line and confirmed with enter.

When i make /etc/init.d/sogod restart it tells me:
Restarting SOGo:
/usr/sbin/sogod: error while loading shared libraries: libmemcached.so.7:
cannot open shared object file: No such file or directory

There is nothing more in your installation instructions, i dont know what do to
with it. Do i need to create some folders somewhere?
you have to install memcached.
You can find it in the EPEL repository.
Hi, i have memcached installed. Do i need to create some additional folders manually after installing sogo? (sogo_folder_info, sogo_user_profile, sogo_sessions_folder, etc)

hm, no.
I have installed the following memcached packages:

libmemcached.x86_64                 0.49-1 @sogo-rhel6
memcached.x86_64                    1.4.4-3.el6 @base


I also have this packages installed.

/usr/sbin/sogod: error while loading shared libraries: libmemcached.so.7:
cannot open shared object file: No such file or directory

Where that missing folder/file should be?

/usr/lib64/libmemcached.so.7



i have only libmemcached.so.11.0.0 there, no libmemcached.so.7 to be found.

from which repository?

yum list installed |grep memcached

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

Reply via email to