MySQL++ unter Suse Linux 9.0 installieren

higret

Mitglied
Hi

Ich hab mir die Sourcecodes von mysql.com runtergeladen.

in der README steht drin mal soll
automake
autoconf
./configure
make
make install

ausführen.

Die Programme sind alle installiert. Wenn ich automake aufrufe
gibt er folgendes aus:
configure.in:11: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:11: old Automake version. You should recreate aclocal.m4
configure.in:11: with aclocal and run automake again.
Makefile.am: required file `./COPYING' not found
Makefile.am: required file `./INSTALL' not found
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./AUTHORS' not found
Makefile.am: required file `./ChangeLog' not found
examples/Makefile.am: required file `./depcomp' not found
/usr/share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL
/usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL

wenn ich dann aclocal aufrufe kommt diese Meldung
aclocal: configure.in: 17: macro `AM_PROG_LIBTOOL' not found in library

Was kann man da machen

mfg higret
 
configure.in:11: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:11: old Automake version. You should recreate aclocal.m4
configure.in:11: with aclocal and run automake again.

Du solltest mit "automake --version" checken welche Version du hast, und diese mit
der erforderlichen Version für mysql++ vergleichen (README etc), ggf updaten.

Makefile.am: required file `./COPYING' not found
Makefile.am: required file `./INSTALL' not found
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./AUTHORS' not found
Makefile.am: required file `./ChangeLog' not found

"touch COPYING INSTALL NEWS AUTHORS ChangeLog" sollte da abhilfe schaffen.



examples/Makefile.am: required file `./depcomp' not found

keine Ahnung http://www.google.de hilft weiter.

Der Rest sollte sich mit der korrekten Version von automake erledigen...

Gruß

RedWing
 
Hi

ich hab mir jetzt die neuesten Versionen von autoconf und automake installiert.

Jetzt kann ich automake, autoconf und configure problemlos ausführen.

Nur bei make kommen sehr viele Fehler. Auf Anfrage sende ich die Fehler gerne per Mail.

mfg higret
 
Is das wirklich alles?
Kannst du mal "make > error.txt" eintippen und dann das file nochmal posten.

Danke

RedWing
 
1 In file included from const_string2.hh:2,
2 from const_string3.hh:2,
3 from coldata.cc:2:
4 const_string1.hh: In member function `const char& const_string::at(unsigned
5 int) const':
6 const_string1.hh:50: error: `out_of_range' undeclared (first use this function)
7 const_string1.hh:50: error: (Each undeclared identifier is reported only once

Also ich kann deinen Fehlern leider nicht viel entnehmen, wenn das alles ist.
An obigen Fehler könnt ich nur raten das dir ein Headerfile fehlt, welches weiß ich
allerdings nicht, da mir weitere Informationen fehlen.
Vielleicht nochmal "make clean" dann "make" und die Ausgabe bis obgien Fehler hier im
Forum nochmal posten....

Gruß

RedWing
 
hi

ich hab jetzt make clean und danach make ausgeführt. die ausgabe (stdout und stderr sind jetzt in einer datei :-) )

mfg higret
 
Zuletzt bearbeitet:

Neue Beiträge

Zurück