Page 1 of 1

innodb support bei rootie v2 xxl schon onboard?

Posted: 2004-04-29 10:49
by scuba303
hallo. weiss jemand, ob innodb support bei der standard installation auf einem rootserver v2 puretec schon reinkompiliert ist? oder gibt es einen weg, wie ich das rausfinden kann? danke...

Re: innodb support bei rootie v2 xxl schon onboard?

Posted: 2004-04-29 12:33
by scuba303
ok. war nicht drin.
wenn noch wer das problem hat:

source rpm installieren, dann spec file öffnen, die configure anweisung um

Code: Select all

--with-innodb 
ergänzen. dann hatte ich mal das angelegt:
Add the following lines to /etc/popt if you wish to continue invoking rpmbuild from the rpm command line:

rpm exec --bp rpmb -bp
rpm exec --bc rpmb -bc
rpm exec --bi rpmb -bi
rpm exec --bl rpmb -bl
rpm exec --ba rpmb -ba
rpm exec --bb rpmb -bb
rpm exec --bs rpmb -bs
rpm exec --tp rpmb -tp
rpm exec --tc rpmb -tc
rpm exec --ti rpmb -ti
rpm exec --tl rpmb -tl
rpm exec --ta rpmb -ta
rpm exec --tb rpmb -tb
rpm exec --ts rpmb -ts
rpm exec --rebuild rpmb --rebuild
rpm exec --recompile rpmb --recompile
rpm exec --clean rpmb --clean
rpm exec --rmsource rpmb --rmsource
rpm exec --rmspec rpmb --rmspec
rpm exec --target rpmb --target
rpm exec --short-circuit rpmb --short-circuit
wenn das da ist, kann man rpm -bb mysql.spec benutzen, um das rpm neuzubauen. wenn es fertig ist, im verzeichnis /usr/src/packages/RPMS/i586 liegt das neue rpm. mit
rpm -U --force paketname.rpm installieren.

Re: innodb support bei rootie v2 xxl schon onboard?

Posted: 2004-04-29 14:01
by Joe User
Wer das MySQL-Max.rpm installiert, kann sich das Kompilieren ersparen...