Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100678 - after emerging horde-imp and following instructions on how to setup horde, it won't work
Summary: after emerging horde-imp and following instructions on how to setup horde, it...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: SpanKY
URL: http://zeitgeist.homelinux.org/horde/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-29 02:46 UTC by Christoph Eicke
Modified: 2005-07-29 05:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Eicke 2005-07-29 02:46:15 UTC
After emerging horde-imp, I first followed the steps described in
/usr/share/doc/horde-2.2.8/INSTALL.gz as dericted by the emerge output. After
getting to the point where one should try out http://yourhost/horde/test.php the
thing already isn't working with a very strange PHP error message.
The PHP installation works fine as can be seen from
http://www.zeitgeist.homelinux.org/test.php

Reproducible: Always
Steps to Reproduce:
1. emerge horde-imp
2. create database from script scripts/db/mysql_create.sql
3. cd config/
      for foo in *.dist; do cp $foo `basename $foo .dist`; done
4. changed the things in "Preferences System Settings" of horde.php to use mysql
database

Actual Results:  
Test page spits out:

Warning: Unknown(/var/www/localhost/htdocs/horde/test.php): failed to open
stream: Permission denied in Unknown on line 0

Warning: (null)(): Failed opening '/var/www/localhost/htdocs/horde/test.php' for
inclusion (include_path='.:/usr/lib/php') in Unknown on lin

Expected Results:  
don't know... should have worked

gateway horde # emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r0, 2.6.11.11 i686)
=================================================================
System uname: 2.6.11.11 i686 VIA Nehemiah
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3/share/config/usr/lib/X11/xkb /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="X aalib alsa apache2 apm arts avi berkdb bitmap-fonts bzip2 crypt cups
divx4linux dvd emboss encode ethereal exif fam ffmpeg flash foomaticdb fortran
ftp gd gdbm gif gnome gpm gtk gtk2 imap imlib ipv6 jpeg kde libg++ libwww mad
mikmod motif mozilla mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam
pdflib perl php png pop3 python qt quicktime readline samba sdl slang spell ssl
svga tcpd tiff truetype truetype-fonts type1-fonts vorbis x86 xml2 xmms xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-29 02:50:16 UTC

*** This bug has been marked as a duplicate of 82008 ***
Comment 2 Christoph Eicke 2005-07-29 03:32:19 UTC
(In reply to comment #1)
> 
> *** This bug has been marked as a duplicate of 82008 ***

this is NOT a dublicate of 82008, it's a totally different version of horde 
Comment 3 SpanKY gentoo-dev 2005-07-29 05:49:36 UTC
test.php is installed with 000 permissions

you have to change those if you want to use the test scripts