Re: [Bookbase-help] problems installing
Status: Beta
Brought to you by:
kurzawa
|
From: Greg K. <gre...@ba...> - 2002-03-28 14:30:10
|
Jeff,
Sorry about the delayed response, I've been on vacation.
The errors you're getting when you run configure make me think that you don't
have the gtk-development package/RPM/whatever installed. Unless I'm mistaken,
gtk-config and all header files and such are part of gtk+-devel. If you install
that RPM/package and try configure again, all should work.
As far as running bookbase_tables.sql script as root, that's perfectly okay.
All that script does is create the necessary table structure for the BookBase
database. You'll probably want to create yourself a MySQL user at some point,
though, just to keep bad things from inadvertently happening. It's fairly
simple, but you do have to have a little bit of MySQL knowledge. In the
meantime, using root to login will work fine.
Please let me know if the gtk+-devel package gets you up and running. If not,
I'll find another answer.
Greg
Jeff Maxson
<jbm...@su...> To: boo...@li...
Sent by: cc:
boo...@li... Subject: [Bookbase-help] problems installing
ceforge.net
03/24/02 09:55 PM
Hi there. This looks just like something I would want to use, but I am
having a tough time starting up.
First, I'm running Debian GNU/Linux testing/woody with 3.something mysql
(just put it on this evening for this)
downloaded 0.8.8 of bookbase, unzipped it, and read the Install/Readme.
Tried the
mysql < ./bookbase_tables.sql
as myself, and it said
ERROR 1044 at line 11: Access denied for user: '@localhost' to database
'bookbase'
even though I am a member of the mysql group. odd. Admittedly I know
nothing about SQL or MySQL. Anyway, I tried it as root and it took, though
I am sure something is bad about doing that.
I then proceeded to run ./configure as root and got (last part of
messages)
.
.
.
checking dependency style of gcc... gcc
checking for POSIXized ISC... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking dependency style of gcc... (cached) gcc
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for lpr... /usr/bin/lpr
checking for mysql... /usr/bin/mysql
checking for mysqldump... /usr/bin/mysqldump
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Cannot find GTK: Is gtk-config in path?
at that point, I am stuck. I am pretty sure I am running gtk >= 1.2, as
when I do a "locate gtk" there are plenty of things that pop up as
libgtk1.2.soemthing. "locate gtk-config" doesn't show up on my harddrive,
and "apt-get install gtk-config" doesn't come up with anything.
Help?
--
Jeff Maxson
jbm...@su...
_______________________________________________
Bookbase-help mailing list
Boo...@li...
https://lists.sourceforge.net/lists/listinfo/bookbase-help
|