Re: [SOGo] Building from Source

2019-04-26 Thread Odhiambo Washington
On Fri, 26 Apr 2019 at 00:01, Robert A Wooldridge  wrote:

> I'm trying to build SOGo v4.7 from the source code.  I've successfully
> compiled both sope and sogo but I can't seem to find sogo.conf file.
> Where is it located when you do a manual build?
>
>
> --
>
> Bob Wooldridge
>
> EDM Incorporated
>



Did you already do the 'make install"?? If yes, should it not be in one of
the --prefix you spec'd?
How about you do: find / -type f -name sogo.conf ???

And BTW, why are you doing the manual compile? Doesn't your OS have a repo
to install from?


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Building from Source

2019-04-26 Thread Andrey Cherepanov
25.04.2019 23:59, Robert A Wooldridge (bob.wooldri...@edm-inc.com) пишет:
> I'm trying to build SOGo v4.7 from the source code.  I've successfully
> compiled both sope and sogo but I can't seem to find sogo.conf file. 
> Where is it located when you do a manual build?
>
install -D -m 640 Scripts/sogo.conf /etc/sogo/sogo.conf

-- 
Andrey Cherepanov
c...@altlinux.org

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

[SOGo] Building from Source

2019-04-25 Thread Robert A Wooldridge
I'm trying to build SOGo v4.7 from the source code.  I've successfully 
compiled both sope and sogo but I can't seem to find sogo.conf file.  
Where is it located when you do a manual build?



--

Bob Wooldridge

EDM Incorporated

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


Re: [SOGo] Building from Source

2011-05-14 Thread Matt Comeione
The install worked on my test environment, however, when attempting to install 
on a cPanel VPS i get the following error:

  --> Missing Dependency: httpd is needed by package sogo-1.3.7a-1.el5.x86_64 
(sogo-rhel5)
Error: Missing Dependency: httpd is needed by package sogo-1.3.7a-1.el5.x86_64 
(sogo-rhel5)

I believe this is due to the headers not being installed in the expected 
location... they are in /usr/local/apache/include

Any suggestions on how to rectify?

On May 14, 2011, at 9:03 AM, Matt Comeione wrote:

> Your suggestion with the addition of:
> 
> [rpmforge-extras]
> ... snip ...
> enabled = 1
> 
> in the rpmforge.repo fixed the yum install on CentOS 5.
> 
> Thank you.
> 
> On May 13, 2011, at 1:33 PM, Francis Lachapelle wrote:
> 
>> Hi Matt
>> 
>> On 2011-05-13, at 2:47 PM, Matt Comeione wrote:
>> 
>>> The system is CentOS 5.6. When installing using yum and/or rpm -i I get the 
>>> following errors:
>>> 
>>> 
>>> Error: Missing Dependency: perl(YAML) is needed by package 
>>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>>> Error: Missing Dependency: perl(Term::ReadKey) is needed by package 
>>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>>> Error: Missing Dependency: perl(AnyEvent::Socket) is needed by package 
>>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>>> Error: Missing Dependency: perl(AnyEvent) is needed by package 
>>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>>> Error: Missing Dependency: perl(AnyEvent::Handle) is needed by package 
>>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>> 
>> Use the package (currently version 1.4.2) from our repo. To do so, exclude 
>> it from your rpmforge repo definition file :
>> 
>> exclude=memcached
>> 
>> 
>> 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
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Building from Source

2011-05-14 Thread Matt Comeione
Your suggestion with the addition of:

[rpmforge-extras]
... snip ...
enabled = 1

in the rpmforge.repo fixed the yum install on CentOS 5.

Thank you.

On May 13, 2011, at 1:33 PM, Francis Lachapelle wrote:

> Hi Matt
> 
> On 2011-05-13, at 2:47 PM, Matt Comeione wrote:
> 
>> The system is CentOS 5.6. When installing using yum and/or rpm -i I get the 
>> following errors:
>> 
>> 
>> Error: Missing Dependency: perl(YAML) is needed by package 
>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>> Error: Missing Dependency: perl(Term::ReadKey) is needed by package 
>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>> Error: Missing Dependency: perl(AnyEvent::Socket) is needed by package 
>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>> Error: Missing Dependency: perl(AnyEvent) is needed by package 
>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
>> Error: Missing Dependency: perl(AnyEvent::Handle) is needed by package 
>> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
> 
> Use the package (currently version 1.4.2) from our repo. To do so, exclude it 
> from your rpmforge repo definition file :
> 
> exclude=memcached
> 
> 
> 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

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

Re: [SOGo] Building from Source

2011-05-13 Thread Francis Lachapelle
Hi Matt

On 2011-05-13, at 2:47 PM, Matt Comeione wrote:

> The system is CentOS 5.6. When installing using yum and/or rpm -i I get the 
> following errors:
> 
> 
> Error: Missing Dependency: perl(YAML) is needed by package 
> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
> Error: Missing Dependency: perl(Term::ReadKey) is needed by package 
> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
> Error: Missing Dependency: perl(AnyEvent::Socket) is needed by package 
> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
> Error: Missing Dependency: perl(AnyEvent) is needed by package 
> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
> Error: Missing Dependency: perl(AnyEvent::Handle) is needed by package 
> memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)

Use the package (currently version 1.4.2) from our repo. To do so, exclude it 
from your rpmforge repo definition file :

exclude=memcached


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] Building from Source

2011-05-13 Thread Matt Comeione
The system is CentOS 5.6. When installing using yum and/or rpm -i I get the 
following errors:


Error: Missing Dependency: perl(YAML) is needed by package 
memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: perl(Term::ReadKey) is needed by package 
memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: perl(AnyEvent::Socket) is needed by package 
memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: perl(AnyEvent) is needed by package 
memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)
Error: Missing Dependency: perl(AnyEvent::Handle) is needed by package 
memcached-1.4.5-1.el5.rf.x86_64 (rpmforge)

However with the build I have recently had some success by editing the 
configure script:

LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/lib64/mysql -L/usr/local/lib 
-L/usr/lib"

Thanks to Allen Chen's suggestion.



On May 13, 2011, at 11:38 AM, Francis Lachapelle wrote:

> Hi Matt
> 
> On 2011-05-12, at 6:05 PM, Matt Comeione wrote:
> 
>> I have not been able to get the rpm installs to work on CentOS so I've 
>> started to build from source.
> 
> Can you elaborate on the issues you have with the RPMs? Which version of 
> CentOS do you use?
> 
> Thanks,
> 
> 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

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

Re: [SOGo] Building from Source

2011-05-13 Thread Francis Lachapelle
Hi Matt

On 2011-05-12, at 6:05 PM, Matt Comeione wrote:

> I have not been able to get the rpm installs to work on CentOS so I've 
> started to build from source.

Can you elaborate on the issues you have with the RPMs? Which version of CentOS 
do you use?

Thanks,

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] Building from Source

2011-05-13 Thread Allen Chen

Matt Comeione wrote:
It found Postgresql, and all the other options, however, it did not find mysql.  The libraries and headers are all correctly installed.  I've been poking around the config script but I'm not seeing why it's ignoring mysql's presence.  


On May 13, 2011, at 12:12 AM, Matthieu ROGER wrote:

  

Hello,

I had same problem on Gentoo ; configure script wants Postgresql client libs to 
be installed.
If not, it doesn't check for Mysql libs.

Hope it could help.

Matthieu

Le 13/05/2011 00:05, Matt Comeione a écrit :


I have not been able to get the rpm installs to work on CentOS so I've started 
to build from source.   I am having an issue compiling SOPE-1.3.7a, it is not 
finding the mysql libraries.  Any suggestion on how to resolve?--
users@sogo.nu
https://inverse.ca/sogo/lists
  

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


I have the same issue, but I fixed it:
1. modify 'configure' file,  comment out 2 lines something like 
checkLinking "pq" checkLinking "sqlite3",

  because we use mysql.
2. replace LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib 
-L/usr/lib"

with LINK_SYSLIBDIRS="-L/usr/lib/mysql -L/usr/local/lib -L/usr/lib"
make sure your mysql lib is in the folder /usr/lib/mysql.

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


Re: [SOGo] Building from Source

2011-05-13 Thread Matt Comeione
It found Postgresql, and all the other options, however, it did not find mysql. 
 The libraries and headers are all correctly installed.  I've been poking 
around the config script but I'm not seeing why it's ignoring mysql's presence. 
 

On May 13, 2011, at 12:12 AM, Matthieu ROGER wrote:

> Hello,
> 
> I had same problem on Gentoo ; configure script wants Postgresql client libs 
> to be installed.
> If not, it doesn't check for Mysql libs.
> 
> Hope it could help.
> 
> Matthieu
> 
> Le 13/05/2011 00:05, Matt Comeione a écrit :
>> I have not been able to get the rpm installs to work on CentOS so I've 
>> started to build from source.   I am having an issue compiling SOPE-1.3.7a, 
>> it is not finding the mysql libraries.  Any suggestion on how to resolve?--
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Building from Source

2011-05-13 Thread Matthieu ROGER

Hello,

I had same problem on Gentoo ; configure script wants Postgresql client 
libs to be installed.

If not, it doesn't check for Mysql libs.

Hope it could help.

Matthieu

Le 13/05/2011 00:05, Matt Comeione a écrit :

I have not been able to get the rpm installs to work on CentOS so I've started 
to build from source.   I am having an issue compiling SOPE-1.3.7a, it is not 
finding the mysql libraries.  Any suggestion on how to resolve?--
users@sogo.nu
https://inverse.ca/sogo/lists

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


[SOGo] Building from Source

2011-05-12 Thread Matt Comeione
I have not been able to get the rpm installs to work on CentOS so I've started 
to build from source.   I am having an issue compiling SOPE-1.3.7a, it is not 
finding the mysql libraries.  Any suggestion on how to resolve?-- 
users@sogo.nu
https://inverse.ca/sogo/lists