[Bookbase-help] problems installing
Status: Beta
Brought to you by:
kurzawa
|
From: Jeff M. <jbm...@su...> - 2002-03-25 03:02:59
|
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... |