List Info

Thread: Kolab 2.2 on x86_64




Kolab 2.2 on x86_64
country flaguser name
United States
2008-03-27 06:43:16
Hello,
I'm sorry if this has been addressed before, but I cannot
find if it has.

I am currently testing Kolab on hardware that I can play
with.

The problem I seem to be having with Kolab's Horde, is when
I click to 
read a message the browser asks me if I wish to download
"message.php" 
instead of opening the message.

This problem occured with CentOS 5.1 x86_64. This page 
(http://wiki.kolab.org/index.php/Kolab2_
Server_Troubleshooting_-_Compiling) 
is the only mention I have found to my initial problem
installing the 
OpenPKG Kolab 2.2 RC2. I installed the glibc-devel.i386 it
suggests and 
the install went fine as far as I can tell. With the
exception of this 
problem with Horde, I did not found any other issues.

I then installed CentOS i386 on the same hardware and the
problem no 
longer exists.

At issue is that if I do go with Kolab to replace my current
system, it 
must be on a x86_64 OS. The hardware is 6 terabytes of
RAID.
So I'm wondering if I missed something, or is Kolab not able
to run 
under a x86_64 OS at this time?


Thanks!
Chuck

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: Kolab 2.2 on x86_64
country flaguser name
Sweden
2008-03-27 08:09:22
Chuck Fisher schrieb:
> Hello,
> I'm sorry if this has been addressed before, but I
cannot find if it has.
>
> I am currently testing Kolab on hardware that I can
play with.
>
> The problem I seem to be having with Kolab's Horde, is
when I click to 
> read a message the browser asks me if I wish to
download "message.php" 
> instead of opening the message.
>
> This problem occured with CentOS 5.1 x86_64. This page

> (http://wiki.kolab.org/index.php/Kolab2_
Server_Troubleshooting_-_Compiling) 
> is the only mention I have found to my initial problem
installing the 
> OpenPKG Kolab 2.2 RC2. I installed the glibc-devel.i386
it suggests and 
> the install went fine as far as I can tell. With the
exception of this 
> problem with Horde, I did not found any other issues.
>
> I then installed CentOS i386 on the same hardware and
the problem no 
> longer exists.
>
> At issue is that if I do go with Kolab to replace my
current system, it 
> must be on a x86_64 OS. The hardware is 6 terabytes of
RAID.
> So I'm wondering if I missed something, or is Kolab not
able to run 
> under a x86_64 OS at this time?
>
>
> Thanks!
> Chuck
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-userskolab.org
> https:
//kolab.org/mailman/listinfo/kolab-users
>
>
>   
Hi chuck.
you haven't activated php in your apache config.
Do have php enabled in your apache.base file ?
Like:
#   PHP4 support
<IfModule mod_php4.c>
    AddType application/x-httpd-php .php
</IfModule>
Is your php module actually loaded and activated ?
Make a test via telnet.
telnet kolabhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
xget / http/1.0

HTTP/1.1 501 Method Not Implemented
Date: Thu, 27 Mar 2008 13:05:25 GMT
Server: Apache/1.3.37 (OpenPKG/%s) DAV/1.0.3 PHP/4.4.0
mod_ssl/2.8.28 
OpenSSL/0.9.8a
Allow: GET, HEAD, OPTIONS, TRACE
Connection: close
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML
2.0//EN">
<HTML><HEAD>
<TITLE>501 Method Not Implemented</TITLE>
</HEAD><BODY>
<H1>Method Not Implemented</H1>
xget to / not supported.<P>
Invalid method in request xget / http/1.0<P>
</BODY></HTML>
Connection closed by foreign host.


Or apache -l
Should show:
apache -l   
Compiled-in modules:
  http_core.c
  mod_vhost_alias.c
  mod_env.c
  mod_define.c
  mod_log_config.c
  mod_mime_magic.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_info.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_speling.c
  mod_userdir.c
  mod_alias.c
  mod_rewrite.c
  mod_access.c
  mod_auth.c
  mod_auth_anon.c
  mod_auth_dbm.c
  mod_digest.c
  mod_proxy.c
  mod_cern_meta.c
  mod_expires.c
  mod_headers.c
  mod_usertrack.c
  mod_log_forensic.c
  mod_unique_id.c
  mod_so.c
  mod_setenvif.c
  mod_ssl.c
  mod_php4.c
  mod_dav.c
  mod_auth_ldap.c



Rgds.
Franz

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: Kolab 2.2 on x86_64
country flaguser name
United States
2008-03-27 10:08:20
On Thursday 27 March 2008 07:43:16 am Chuck Fisher wrote:
> Hello,
> I'm sorry if this has been addressed before, but I
cannot find if it has.
>
> I am currently testing Kolab on hardware that I can
play with.
>
> The problem I seem to be having with Kolab's Horde, is
when I click to
> read a message the browser asks me if I wish to
download "message.php"
> instead of opening the message.
>
> This problem occured with CentOS 5.1 x86_64. This page
> (http://wiki.kolab.org/index.php/Kolab2_
Server_Troubleshooting_-_Compiling)
> is the only mention I have found to my initial problem
installing the
> OpenPKG Kolab 2.2 RC2. I installed the glibc-devel.i386
it suggests and
> the install went fine as far as I can tell. With the
exception of this
> problem with Horde, I did not found any other issues.
>
> I then installed CentOS i386 on the same hardware and
the problem no
> longer exists.
>
> At issue is that if I do go with Kolab to replace my
current system, it
> must be on a x86_64 OS. The hardware is 6 terabytes of
RAID.
> So I'm wondering if I missed something, or is Kolab not
able to run
> under a x86_64 OS at this time?
>


I have been reporting this since I started using Kolab at
2.2 beta 2.  I 
opened issue #2504 on the Kolab tracker.  Search for
"php segfaults" in the 
archive of this list.

Troy


_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: Kolab 2.2 on x86_64
country flaguser name
Germany
2008-03-27 11:48:06
Am Donnerstag, 27. März 2008 16:08:20 schrieb Troy
Carpenter:
> On Thursday 27 March 2008 07:43:16 am Chuck Fisher
wrote:
> > Hello,
> > I'm sorry if this has been addressed before, but I
cannot find if it has.
> >
> > I am currently testing Kolab on hardware that I
can play with.
> >
> > The problem I seem to be having with Kolab's
Horde, is when I click to
> > read a message the browser asks me if I wish to
download "message.php"
> > instead of opening the message.
> >
> > This problem occured with CentOS 5.1 x86_64. This
page
> > (http://wiki.kolab.org/index.php/Kolab2_S
erver_Troubleshooting_-_Compilin
> >g) is the only mention I have found to my initial
problem installing the
> > OpenPKG Kolab 2.2 RC2. I installed the
glibc-devel.i386 it suggests and
> > the install went fine as far as I can tell. With
the exception of this
> > problem with Horde, I did not found any other
issues.
> >
> > I then installed CentOS i386 on the same hardware
and the problem no
> > longer exists.
> >
> > At issue is that if I do go with Kolab to replace
my current system, it
> > must be on a x86_64 OS. The hardware is 6
terabytes of RAID.
> > So I'm wondering if I missed something, or is
Kolab not able to run
> > under a x86_64 OS at this time?
>
> I have been reporting this since I started using Kolab
at 2.2 beta 2.  I
> opened issue #2504 on the Kolab tracker.  Search for
"php segfaults" in the
> archive of this list.
>
> Troy

Hi Troy,

i am using kolab 2.2rc2 ond CentOS 5.1 x86_64 right now. I
cannot reproduce 
your segfaulting php, for me it seems to work just fine,
though i have only 
run a few tests with some users. 

your problem may be related to the way you worked around the
compilation 
failure. this failure actually comes from an incorrect
specfile for postfix 
and *NOT* from a missing dependency (see issue #2346). So
maybe by installing 
the i386 version of glibc the compilation of php gets messed
up, but this is 
just a guess.

Greets Christian

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )