Falloutboy6
New Member
Hallo,
wer kann mir helfen. Ich schaffe es einfach nicht Freetype im nachhinein zu installieren.
Hier mal der Link zur phpinfo()
Folgendes habe ich gemacht:
danach habe ich folgendes Ergebniss erhalten:
Danach apache neustart.
Es geht leider nichts.
Wer kann mir helfen?
Danke schonmal
wer kann mir helfen. Ich schaffe es einfach nicht Freetype im nachhinein zu installieren.
Hier mal der Link zur phpinfo()
Folgendes habe ich gemacht:
Code:
/usr/local/src/freetype-2.3.4 # ./configure --prefix=/usr/local/
Nach einen make kam folgendes:appending configuration tag "F77" to libtool
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating freetype2.pc
config.status: creating ftconfig.h
make: Nothing to be done for `unix'.
Nach make installcreating /usr/local/src/freetype-2.3.4/objs/libfreetype.la
(cd /usr/local/src/freetype-2.3.4/objs/.libs && rm -f libfreetype.la && ln -s ../libfreetype.la libfreetype.la)
Dann kompilieren:make: [install] Error 1 (ignored)
/usr/bin/install -c -m 644 ./builds/unix/ft2unix.h \
/usr/local//include/ft2build.h
/usr/bin/install -c -m 644 ./builds/unix/ftconfig.h \
/usr/local//include/freetype2/freetype/config/ftconfig.h
/usr/bin/install -c -m 644 /usr/local/src/freetype-2.3.4/objs/ftmodule.h \
/usr/local//include/freetype2/freetype/config/ftmodule.h
/usr/bin/install -c -m 755 ./builds/unix/freetype-config \
/usr/local//bin/freetype-config
/usr/bin/install -c -m 644 ./builds/unix/freetype2.m4 \
/usr/local//share/aclocal/freetype2.m4
/usr/bin/install -c -m 644 ./builds/unix/freetype2.pc \
/usr/local//lib/pkgconfig/freetype2.pc
Code:
'./configure' '--program-prefix=' '--prefix=/usr/local/php5' '--datadir=/usr/share/php5' '--mandir=/usr/share/man/php5' '--bindir=/usr/local/php5/bin' '--exec-prefix=/usr/local/php5' '--includedir=/usr/include/php5' '--sysconfdir=/etc/php5' '--localstatedir=/var' '--with-config-file-path=/etc/php5' '--with-exec-dir=/usr/lib/php5/bin' '--disable-debug' '--enable-inline-optimization' '--enable-memory-limit' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sigchild' '--enable-session' '--with-mysql=/usr/lib/mysql/' '--enable-cli' '--with-pear=/usr/share/pear' '--with-openssl' '--without-pgsql' '--with-config-file=/etc/php5/php.ini' '--with-apxs2=/usr/sbin/apxs2' '--with-zlib-dir=/usr/lib' '--enable-mbstring' '--with-imap=/usr/lib' '--with-imap-ssl' '--with-gd' '--with-freetype-dir=/usr/local/src/freetype2' '--with-jpeg-dir=/usr/lib'
Es geht leider nichts.
Wer kann mir helfen?
Danke schonmal