hallo! wie hast du mysql installiert? mittels debian?bei mir läuft apache und mysql auf der box
:~/myfreetz/freetz4029a/freetz-trunk> file packages/mysql-6.0.11/root/usr/bin/mysqld
packages/mysql-6.0.11/root/usr/bin/mysqld: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), dynamically linked (uses shared libs), stripped
...
mkdir -p packages/mysql-6.0.11/root/usr/bin/
cp source/mysql-6.0.11-alpha/sql/mysqld packages/mysql-6.0.11/root/usr/bin/mysqld
/home/gm/myfreetz/freetz4029a/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} packages/mysql-6.0.11/root/usr/bin/mysqld
...
installing packages
fstyp-0.1
haserl-0.9.26
modcgi-0.2
mysql-6.0.11
invoking custom script
stripping unstripped AVM binaries
build/modified/filesystem/lib/libusbcfg.so.1.0.0
build/modified/filesystem/lib/libled2.so.2.2.0
build/modified/filesystem/lib/libpop3lib.so.1.0.0
build/modified/filesystem/lib/libmaillib.so.2.0.0
build/modified/filesystem/lib/libacgenusb.so.1.0.0
build/modified/filesystem/lib/libupnpdevusb.so.1.0.0
build/modified/filesystem/usr/share/ctlmgr/libctlusb.so
processing external
/usr/bin/mysqld... moved & linked
done.
STEP 3: PACK
Checking for left over Subversion directories
squashfs blocksize
root filesystem: 65536
BOX-Info cgi is integrated into image
FREETZ-Info cgis are integrated into image
integrating stripped .config file into image
integrate freetz info file into image
packing var.tar
creating filesystem image
merging kernel image
kernel image size: 4926464 (max: 7798784, free: 2872320)
Aproximately free time for the answering machine: 1308s (21min 48s)
packing 7170_04.76freetz-devel-4029M.de_20091212-211226.image
packing 7170_04.76freetz-devel-4029M.de_20091212-211226.external
Image files can be found in the ./images/ subfolder
done.
FINISHED
## OK OPTIONS
$(PKG)_CONFIGURE_OPTIONS += --with-big-tables=no
$(PKG)_CONFIGURE_OPTIONS += --with-system-type=no
$(PKG)_CONFIGURE_OPTIONS += --with-machine-type=no
$(PKG)_CONFIGURE_OPTIONS += --disable-option-checking
$(PKG)_CONFIGURE_OPTIONS += --with-debug=no
$(PKG)_CONFIGURE_OPTIONS += --with-tcp-port=<Port Nr.>
$(PKG)_CONFIGURE_OPTIONS += --with-error-inject=no
$(PKG)_CONFIGURE_OPTIONS += --disable-largefile
$(PKG)_CONFIGURE_OPTIONS += --without-docs --without-man
$(PKG)_CONFIGURE_OPTIONS += --without-ndb-debug
$(PKG)_CONFIGURE_OPTIONS += --without-server
$(PKG)_CONFIGURE_OPTIONS += --with-maria-tmp-tables=no
Mit statisch gelinkten Libraries wird das binary, das so schon groß ist, evtl. ja noch größer.
Welche Freetz-Version und was für ein Paket für mysql benutzt Du?Er erstellt zwar das external image, das läuft aber nicht. Irgendwelche Bibliotheken fehlen.
...
applying patches
chmod: kann nicht auf der freihängenden symbolischen Verknüpfung "build/modified/filesystem/use/sbin/mysqlserver"
arbeiten.
Geh ich mit dem Midnight commander dort rein ist mysqlserver rot, drück ich Enter kommt no such file or directory. Ich kann sie nur
löschen was aber auch nicht weiter hilft..er legt sie wohl irgendwie falsch an.
...
find <Verzeichnis> -iname 'mysqld'
find <Verzeichnis> -iname 'mysqlserver'
freetz@freetz-linux:~/freetz-1.1.3$ find freetz-1.1.3 -iname 'mysqld'
find: "freetz-1.1.3": No such file or directory
freetz@freetz-linux:~/freetz-1.1.3$ find -iname 'mysqlserver'
./build/modified/filesystem/usr/sbin/mysqlserver
freetz@freetz-linux:~/freetz-1.1.3$ find -iname 'mysqld'
./build/modified/filesystem/usr/bin/mysqld
./build/modified/external/mysqld
./source/mysql-6.0.11-alpha/sql/mysqld
./packages/mysql-6.0.11/root/usr/bin/mysqld
freetz@freetz-linux:~/freetz-1.1.3$
...
Code:./build/modified/filesystem/usr/sbin/mysqlserver
Ist .txt-Datei. Das Problem ist der Browser, der sich öffnet. Kann damit nicht suchen/navigieren.zu den Anhängen, vielleicht mal in .txt umwandeln könnte klappen. Wurde oben auch so gemacht, die Änderung musste man wieder wegmachen.