Before this lines what do you have ?

For me:
+ ./configure --enable-debug --disable-strip --with-gnustep
GNUstep environment:
  system: /usr/System
  local:  /usr/Local
  user:   /root/GNUstep
  path:   /usr/System:/usr/Network:/usr/Local:/root/GNUstep
  flat:   yes
  arch:   i586-redhat-linux-gnu
  combo:  gnu-gnu-gnu

Note: will install in GNUSTEP_LOCAL_ROOT: /usr/Local

Configuration:
  FHS:    install in GNUstep tree
  debug:  yes
  strip:  no
  prefix:     /usr/Local
  frameworks:
  gstep:      /usr/lib/GNUstep/Makefiles
  config:     /root/rpmbuild/BUILD/SOPE/config.make
  script:     /usr/lib/GNUstep/Makefiles/GNUstep.sh

creating: /root/rpmbuild/BUILD/SOPE/config.make
optional library found: xml2
optional library found: ldap
required library found: ssl
optional library found: pq
failed to link optional library: mysqlclient


2011/2/8 Stefan Fuhrberg <[email protected]>

>  That made it work but with Errors:
>
> creating: /usr/src/packages/BUILD/SOPE/config.make
> failed to link optional library: xml2
> failed to link optional library: ldap
> failed to link required library: ssl
> error: Bad exit status from /var/tmp/rpm-tmp.GWnmcz (%build)
>
> RPM build errors
>     Bad exit status from /var/tmp/rpm-tmp.GWnmcz (%build)
>
>
> Am 08.02.2011 12:19, schrieb Fabrice Durand:
>
> So you have to modify the dependancies in the sope.spec file
> Remplace :
> BuildRequires: libxml2-devel openldap-devel openssl-devel mysql-devel
> By:
> BuildRequires: libxml2-devel openldap2-devel openssl-devel mysql-devel
>
> 2011/2/8 Stefan Fuhrberg <[email protected]>
>
>>  Output as follows:
>>
>> openldap2-client-2.4.17-5.4.1.x86_64
>> openldap2-devel-2.4.17-5.4.1.x86_64
>> openldap2-client_32bit-2.4.17-5.4.1.x86_64
>> openldap2-2.4.17-5.4.1.x86_64
>>
>> Am 08.02.2011 12:14, schrieb Fabrice Durand:
>>
>> What the result of : rpm -qa |grep openldap  ?
>>
>>
>>
>> 2011/2/8 Stefan Fuhrberg <[email protected]>
>>
>>>  Got it,
>>>
>>> now i'm running rpmbuild -ba sope.spec i get:
>>>
>>> Failed build dependencies: openldap-devel is needed by
>>> sope59-4.9-20110127_1664.1120.1.src
>>>
>>> BUT i have that package installed
>>>
>>> Am 08.02.2011 10:29, schrieb Fabrice Durand:
>>>
>>> It's not realy important, put %define dist_suffix suse11
>>>
>>> Fabrice Durand
>>>
>>> 2011/2/8 Stefan Fuhrberg <[email protected]>
>>>
>>>>  Hey,
>>>>
>>>> do you know the Abbreviation for openSUSE 11.2? Just found some tables
>>>> via google where it says it's 1120, but i'm not 100% sure.
>>>>
>>>> Am 08.02.2011 08:49, schrieb Fabrice Durand:
>>>>
>>>> Yes
>>>> Le 8 févr. 2011 08:48, "Stefan Fuhrberg" <[email protected]> a
>>>> écrit :
>>>> > Yes it does, but i think i wrote it according to your tutorial in all
>>>> > small letters... on my system it's written in small and capital
>>>> Letters,
>>>> > possible that's the fault which causes the error?!
>>>> >
>>>> > Am 08.02.2011 08:46, schrieb Fabrice Durand:
>>>> >>
>>>> >> Does the /etc/suse-release exist. ?
>>>> >>
>>>> >> Le 8 févr. 2011 08:41, "Stefan Fuhrberg" <[email protected]
>>>> >> <mailto:[email protected]>> a écrit :
>>>> >> > Alright found them and changed everything according to your
>>>> tutorial..
>>>> >> > now when i'm inside the SPECS Folder and trying to run
>>>> >> >
>>>> >> > rpmbuild -ba sope.spec
>>>> >> >
>>>> >> > it gives me this error:
>>>> >> > File /usr/src/packages/SOURCES/%{sope_source}: No such file or
>>>> directory
>>>> >> >
>>>> >> > The Directory and the sope src.rpm is in there, did i forget
>>>> something?
>>>> >> >
>>>> >> > Am 08.02.2011 08:13, schrieb Fabrice Durand:
>>>> >> >>
>>>> >> >>
>>>> >> >> 2011/2/8 Stefan Fuhrberg <[email protected]
>>>> >> <mailto:[email protected]>
>>>> >> >> <mailto:[email protected] <mailto:[email protected]>>>
>>>> >> >>
>>>> >> >> Hi,
>>>> >> >> i'm trying to install sogo on openSUSE too.
>>>> >> >>
>>>> >> >> Am 07.02.2011 20:54, schrieb Fabrice Durand:
>>>> >> >>> So try with the src.rpm.
>>>> >> >>>
>>>> >> >>> I saw that the gnustep-make and gnustep-base are include in the
>>>> >> >>> opensuse distribution, so try with this files:
>>>> >> >>>
>>>> >> >>>
>>>> >>
>>>> http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sope49-4.9-20110127_1664.fc11.1.src.rpm
>>>> >> >>>
>>>> >>
>>>> http://oeufdure.free.fr/download/sogo/1.3.5a/FC11/SRPMS/sogo-1.3.5a-1.fc11.src.rpm
>>>> >> >>>
>>>> >> >>> rpm -ivh sope49-4.9-20110127_1664.fc11.1.src.rpm
>>>> >> >>> rpm -ivh sogo-1.3.5a-1.fc11.src.rpm
>>>> >> >> Done that and it installs the package 100% but there are no new
>>>> >> >> files in the Folder where i installed the packages, am i missing
>>>> >> >> something?
>>>> >> >>
>>>> >> >> The src.rpm contain sope source and sogo source and the sope.spec
>>>> and
>>>> >> >> sogo.spec
>>>> >> >>
>>>> >> >>>
>>>> >> >>> In the sope.spec file change all the /etc/fedora-release by
>>>> >> >>> /etc/suse-release and change %define dist_suffix fc11 by the
>>>> >> >>> abbreviation of your distribution.
>>>> >> >>> Same thing in the sogo.spec file (/etc/fedora-release by
>>>> >> >>> /etc/suse-release)
>>>> >> >> I suppose those spec Files are installed by the above step, if not
>>>> >> >> where can i find them?
>>>> >> >>
>>>> >> >> On opensuse, i don't know where the spec files are, but on fedora
>>>> it's
>>>> >> >> in the $home/rpmbuild/SPECS folder and in centos it's in
>>>> >> >> /usr/src/redhat/SPECS .
>>>> >> >> Try "updatedb" and "locate sope.spec"
>>>> >> >>
>>>> >> >>>
>>>> >> >>> I suppose that the file /etc/suse-release exist
>>>> >> >>>
>>>> >> >>> Launch rpmbuild -ba sope.spec (install dependencies by yum )
>>>> >> >>> Launch again rpmbuild -ba sope.spec
>>>> >> >>>
>>>> >> >>> If all goes well until the end of compilation, launch rpmbuild
>>>> >> >>> -ba sogo.spec (install dependencies by yum and by rpm where your
>>>> >> >>> rpm files are)
>>>> >> >>> Relaunch rpmbuild -ba sogo.spec
>>>> >> >>>
>>>> >> >>> And if all goes well you will have rpm files for your
>>>> distribution.
>>>> >> >>> Maybe you will have to modify the sogod script and the sogo.conf
>>>> >> >>> file .
>>>> >> >>>
>>>> >> >>> Regard
>>>> >> >>>
>>>> >> >>> Fabrice Durand
>>>> >> >>>
>>>> >> >>> 2011/2/7 Marcelo <[email protected] <mailto:[email protected]>
>>>> >> <mailto:[email protected] <mailto:[email protected]>>>
>>>> >> >>>
>>>> >> >>> Fabrice Durand wrote:
>>>> >> >>>> Hi,
>>>> >> >>>> did you try to compil the src.rpm of sope and sogo ?
>>>> >> >>>> (http://www.sogo.nu/files/downloads/SOGo/RHEL5/SRPMS/ )
>>>> >> >>>>
>>>> >> >>> I tried the tar.gz sources of Sogo and the Sope but without
>>>> >> >>> success
>>>> >> >>>
>>>> >> >>> []'s
>>>> >> >>> marcelo
>>>> >> >>>
>>>> >> >>>> 2011/2/7 Marcelo <[email protected] <mailto:[email protected]>
>>>> >> <mailto:[email protected] <mailto:[email protected]>>>
>>>> >> >>>>
>>>> >> >>>> Hi all,
>>>> >> >>>>
>>>> >> >>>> Does anyone have an installation tutorial SOGO 1.3.5 on
>>>> >> >>>> openSUSE 11.1?
>>>> >> >>>> Has anyone installed?
>>>> >> >>>>
>>>> >> >>>> Thanks all.
>>>> >> >>>>
>>>> >> >>>
>>>> >> >>
>>>> >> >>
>>>> >> >> --
>>>> >> >> Mit freundlichen Grüßen
>>>> >> >> ZAG Personaldienste
>>>> >> >>
>>>> >> >> i.A. Stefan Fuhrberg
>>>> >> >>
>>>> >> >> Ihre Antwort richten Sie bitte an:mailto:[email protected]
>>>> >> <mailto:[email protected]>
>>>> >> >> Besuchen Sie uns im Internet:http://www.zag.de
>>>> >> >>
>>>> >> >> ZAG Verwaltungs-Gesellschaft GmbH
>>>> >> >> IT-Abteilung
>>>> >> >> Nikolaistraße 11
>>>> >> >> 30159 Hannover
>>>> >> >>
>>>> >> >> Fon: 0511-12606444
>>>> >> >> Fax: 0511-12606419
>>>> >> >>
>>>> >> >> Amtsgericht: Hannover
>>>> >> >> Handelsregister: HRB 52841
>>>> >> >> Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
>>>> >> >>
>>>> >> >> Fabrice Durand
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> > Mit freundlichen Grüßen
>>>> >> > ZAG Personaldienste
>>>> >> >
>>>> >> > i.A. Stefan Fuhrberg
>>>> >> >
>>>> >> > Ihre Antwort richten Sie bitte an: mailto:[email protected]
>>>> >> <mailto:[email protected]>
>>>> >> > Besuchen Sie uns im Internet: http://www.zag.de
>>>> >> >
>>>> >> > ZAG Verwaltungs-Gesellschaft GmbH
>>>> >> > IT-Abteilung
>>>> >> > Nikolaistraße 11
>>>> >> > 30159 Hannover
>>>> >> >
>>>> >> > Fon: 0511-12606444
>>>> >> > Fax: 0511-12606419
>>>> >> >
>>>> >> > Amtsgericht: Hannover
>>>> >> > Handelsregister: HRB 52841
>>>> >> > Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
>>>> >> >
>>>> >> > --
>>>> >> > [email protected] <mailto:[email protected]>
>>>> >> > https://inverse.ca/sogo/lists
>>>> >
>>>> >
>>>> > --
>>>> > Mit freundlichen Grüßen
>>>> > ZAG Personaldienste
>>>> >
>>>> > i.A. Stefan Fuhrberg
>>>> >
>>>> > Ihre Antwort richten Sie bitte an: mailto:[email protected]
>>>> > Besuchen Sie uns im Internet: http://www.zag.de
>>>> >
>>>> > ZAG Verwaltungs-Gesellschaft GmbH
>>>> > IT-Abteilung
>>>> > Nikolaistraße 11
>>>> > 30159 Hannover
>>>> >
>>>> > Fon: 0511-12606444
>>>> > Fax: 0511-12606419
>>>> >
>>>> > Amtsgericht: Hannover
>>>> > Handelsregister: HRB 52841
>>>> > Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
>>>> >
>>>> > --
>>>> > [email protected]
>>>> > https://inverse.ca/sogo/lists
>>>>
>>>>
>>>>
>>>> --
>>>> Mit freundlichen Grüßen
>>>> ZAG Personaldienste
>>>>
>>>> i.A. Stefan Fuhrberg
>>>>
>>>> Ihre Antwort richten Sie bitte an: mailto:[email protected] 
>>>> <[email protected]>
>>>> Besuchen Sie uns im Internet: http://www.zag.de
>>>>
>>>> ZAG Verwaltungs-Gesellschaft GmbH
>>>> IT-Abteilung
>>>> Nikolaistraße 11
>>>> 30159 Hannover
>>>>
>>>> Fon: 0511-12606444
>>>> Fax: 0511-12606419
>>>>
>>>> Amtsgericht: Hannover
>>>> Handelsregister: HRB 52841
>>>> Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
>>>>
>>>>
>>>
>>>
>>> --
>>> Mit freundlichen Grüßen
>>> ZAG Personaldienste
>>>
>>> i.A. Stefan Fuhrberg
>>>
>>> Ihre Antwort richten Sie bitte an: mailto:[email protected] 
>>> <[email protected]>
>>> Besuchen Sie uns im Internet: http://www.zag.de
>>>
>>> ZAG Verwaltungs-Gesellschaft GmbH
>>> IT-Abteilung
>>> Nikolaistraße 11
>>> 30159 Hannover
>>>
>>> Fon: 0511-12606444
>>> Fax: 0511-12606419
>>>
>>> Amtsgericht: Hannover
>>> Handelsregister: HRB 52841
>>> Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
>>>
>>>
>>
>>
>> --
>> Mit freundlichen Grüßen
>> ZAG Personaldienste
>>
>> i.A. Stefan Fuhrberg
>>
>> Ihre Antwort richten Sie bitte an: mailto:[email protected] 
>> <[email protected]>
>> Besuchen Sie uns im Internet: http://www.zag.de
>>
>> ZAG Verwaltungs-Gesellschaft GmbH
>> IT-Abteilung
>> Nikolaistraße 11
>> 30159 Hannover
>>
>> Fon: 0511-12606444
>> Fax: 0511-12606419
>>
>> Amtsgericht: Hannover
>> Handelsregister: HRB 52841
>> Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
>>
>>
>
>
> --
> Mit freundlichen Grüßen
> ZAG Personaldienste
>
> i.A. Stefan Fuhrberg
>
> Ihre Antwort richten Sie bitte an: mailto:[email protected] 
> <[email protected]>
> Besuchen Sie uns im Internet: http://www.zag.de
>
> ZAG Verwaltungs-Gesellschaft GmbH
> IT-Abteilung
> Nikolaistraße 11
> 30159 Hannover
>
> Fon: 0511-12606444
> Fax: 0511-12606419
>
> Amtsgericht: Hannover
> Handelsregister: HRB 52841
> Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß
>
>
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to