LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-24-2005, 06:53 AM   #1
KunoNoOni
LQ Newbie
 
Registered: Apr 2005
Location: usa
Distribution: Slackware
Posts: 10

Rep: Reputation: 0
Unhappy Mysql Administrator install/running error


Greetings and Salutations all!

I got my Mysql server up and running... I downloaded the administrator, query browser and control center. The latter 2 work just fine. Its the administrator I'm having trouble with.

when I run it I get an error the libstdc++.so.6 doesn't exist. so I search for libstdc++ and I find it in /usr/lib. But I don't see a libstdc++.so.6, there's a symlink to libstdc++.5.0.6 called libstdc++.so.5. So I make a symlink to it and call it libstdc++.so.6. Now when I run the administrator I get an error that GLIBCXX_3.4 and CXXABI_1.3 are not found.

I also tried to compile the source for the administrator I get a bunch of errors. the ./configure works its the make that gives the errors.

Code:
In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8,
                 from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:23,
                 from ../../glib/glibmm/main.h:28,
                 from ../../glib/glibmm/iochannel.h:29,
                 from iochannel.cc:3:
/usr/local/include/sigc++-2.0/sigc++/signal_base.h:25:26: sigc++config.h: No such file or directory
In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27,
                 from /usr/local/include/sigc++-2.0/sigc++/signal.h:8,
                 from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:23,
                 from ../../glib/glibmm/main.h:28,
                 from ../../glib/glibmm/iochannel.h:29,
                 from iochannel.cc:3:
/usr/local/include/sigc++-2.0/sigc++/trackable.h:22:26: sigc++config.h: No such file or directory
In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27,
                 from /usr/local/include/sigc++-2.0/sigc++/signal.h:8,
                 from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:23,
                 from ../../glib/glibmm/main.h:28,
                 from ../../glib/glibmm/iochannel.h:29,
                 from iochannel.cc:3:
/usr/local/include/sigc++-2.0/sigc++/trackable.h:37: error: syntax error before
   `{' token
/usr/local/include/sigc++-2.0/sigc++/trackable.h:41: error: ISO C++ forbids
   declaration of `trackable_callback' with no type
/usr/local/include/sigc++-2.0/sigc++/trackable.h: In function `int
   sigc::internal::trackable_callback(void*, void*(*)(void*))':
/usr/local/include/sigc++-2.0/sigc++/trackable.h:41: error: only constructors
   take base initializers
/usr/local/include/sigc++-2.0/sigc++/trackable.h:41: confused by earlier errors, bailing out
make[5]: *** [iochannel.lo] Error 1
make[5]: Leaving directory `/home/kuno/downloads/glibmm-2.6.1/glib/glibmm'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/kuno/downloads/glibmm-2.6.1/glib/glibmm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kuno/downloads/glibmm-2.6.1/glib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/kuno/downloads/glibmm-2.6.1/glib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kuno/downloads/glibmm-2.6.1'
make: *** [all] Error 2

So what am I doing wrong? What other information would I need to post. And yes I'm kinda new to linux .


KunoNoOni

Last edited by KunoNoOni; 05-24-2005 at 07:04 AM.
 
Old 05-24-2005, 07:03 AM   #2
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
As you can see, it seems the binary version you got is compiled against libstdc++.so.6 and not libstdc++.so.5. You've two choices, the better is to recompile it so it will match your version of libstdc, the other would be to upgrade libstdc.

Edit, by the way, why are you building glibmm? Acording to this: http://dev.mysql.com/doc/administrat...equisites.html
You need gtkmm not glibmm (I don't know the difference between the two but the names are different :P).

You may want to try this: http://www.linuxquestions.org/questions/history/321389

And you can find precompiled packages of sigc and gtk/glibmm here: http://www.linuxpackages.net/search_...me=mm&ver=10.1
http://www.linuxpackages.net/search_...e=sig&ver=10.1

Last edited by gbonvehi; 05-24-2005 at 07:30 AM.
 
Old 05-24-2005, 11:11 AM   #3
KunoNoOni
LQ Newbie
 
Registered: Apr 2005
Location: usa
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
I'm building glibmm because when I tried to build gtkmm, it gave me an error saying that glibmm wasn't installed.

I'll try the pre-compliled binaries and see if they work

KunoNoOni
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQL Administrator Meabert Linux - Software 6 06-08-2006 03:46 AM
Restoring MySQL backups with mysql-administrator pnellesen Programming 0 04-25-2005 09:53 AM
SOLVED - mysql administrator startup error bking Linux - Software 0 02-10-2005 08:53 PM
MySQL Administrator Error on RH8 andregoncalves Linux - Software 0 01-03-2005 05:55 PM
How access MySQL by MySQL Administrator? treotan Linux - Newbie 5 12-04-2004 10:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration