Gentoo Archives: gentoo-user

From: reader@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Any one using www-apps/online-bookmarks
Date: Tue, 22 Jan 2008 03:50:04
Message-Id: 878x2itt7z.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Any one using www-apps/online-bookmarks by James Ausmus
1 "James Ausmus" <james.ausmus@×××××.com> writes:
2
3 > Haven't used online-bookmarks before myself, but it soulds like Apache
4 > isn't configured properly for PHP scripts - try *adding* the following
5 > to your /etc/conf.d/apache2 file in the APACHE2_OPTS line (inside the
6 > double-quotes):
7 > -D PHP -D PHP5
8 >
9 > and then do:
10 > /etc/init.d/apache2 stop && /etc/init.d/apache2 start
11 > (I've found that sometimes a "/etc/init.d/apache2 restart" tries to
12 > start the apache2 processes again before the old processes have fully
13 > closed out, so will sometimes error out...)
14
15 Thanks, I did get further along doing that.
16
17 I already had this in there:
18
19 APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL
20 -D SSL_DEFAULT_VHOST -D PHP5"
21
22 So I just stuck in the -D PHP and restarted.
23
24 Now I see a real page as described in the documentation... However,
25 now I'm running into some kind of conf problem with mysql.
26
27 I haven't been using it for anything (although its been installed for
28 some time) so I may have to get that configured properly.
29
30 I left:
31 Hostname: [localhost]
32 username: [bookmarkmgr]
33 Password: [left blank on first try]
34 Database-Name [bookmarks]
35
36 That fails with:
37 Access denied for user ''@'localhost' to database 'bookmarks'
38
39 So I tried adding a passwd leaving the rest as is.. That failed with:
40 Access denied for user 'bookmarkmgr'@'localhost' (using password: YES)
41
42 (YES was not what I inserted so I guess its just saying a passwd was used)
43
44 I'm not really sure what to do about mysql but at least it appears the
45 bookmark pkg is trying to work.
46
47 --
48 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks James Ausmus <james.ausmus@×××××.com>