fehler bei phpmyadmin installation

C

casualx

Grünschnabel
hallo zusammen
bin mich zur zeit mit openbsd als server(obamp) am beschäftigen. hat inder grundinstallation alles geklappt nur mit phpmyadmin funzt das irgendwie nicht.

die ausgabe von

Code:
pkg_add phpMyAdmin

ist folgende:

Code:
# pkg_add phpMyAdmin
phpMyAdmin-3.4.10.2:libltdl-2.4.2: ok
phpMyAdmin-3.4.10.2:libmcrypt-2.5.8p1: ok
phpMyAdmin-3.4.10.2:php-mcrypt-5.3.10: ok
Can't install php-gd-5.3.10 because of libraries
|library X11.15.1 not found
| /usr/X11R6/lib/libX11.so.15.0 (system): minor is too small
|library freetype.18.2 not found
| /usr/X11R6/lib/libfreetype.so.18.1 (system): minor is too small
Direct dependencies for php-gd-5.3.10 resolve to t1lib-5.1.2 png-1.5.10 php-5.3.10p0 jpeg-8c
Full dependency tree is femail-0.98 femail-chroot-0.98p0 libiconv-1.14 t1lib-5.1.2 png-1.5.10 php-5.3.10p0 libxml-2.7.8p5 gettext-0.18.1p1 jpeg-8c
Can't install phpMyAdmin-3.4.10.2: can't resolve php-gd-5.3.10
--- +php-mcrypt-5.3.10 -------------------
You can enable this module by creating a symbolic
link from /etc/php-5.3.sample/mcrypt.ini to
/etc/php-5.3/mcrypt.ini.

ln -fs /etc/php-5.3.sample/mcrypt.ini \
        /etc/php-5.3/mcrypt.ini
 
habs nun denn hingekriegt!
hab alle sets neu gezogen installiert wie in 4.11 beschrieben mit

Code:
 tar xzvphf <setname>

und nen anderen mirror gewählt

Code:
export PKG_PATH=ftp://ftp.ca.openbsd.org/pub/OpenBSD/5.1/packages/i386

als erstes hab danach ich die libpng mal reinstalliert

Code:
pkg_delete png-1.5.10
png-1.5.10: ok                                                                 
Read shared items: ok

Code:
pkg_add png        
png-1.5.6p0: ok

anschliessend ganz normal mit

Code:
 pkg_add phpMyAdmin         
phpMyAdmin-3.4.9:php-gd-5.3.10: ok                                             
phpMyAdmin-3.4.9: ok                                                           
--- +php-gd-5.3.10 -------------------
You can enable this module by creating a symbolic
link from /etc/php-5.3.sample/gd.ini to
/etc/php-5.3/gd.ini.

ln -fs /etc/php-5.3.sample/gd.ini \
        /etc/php-5.3/gd.ini
--- +phpMyAdmin-3.4.9 -------------------
The phpMyAdmin has been installed into /var/www/phpMyAdmin

You should point this to the DocumentRoot of your web-server:
   # ln -s ../phpMyAdmin /var/www/htdocs/phpMyAdmin
(make sure you use a relative symlink since Apache is chrooted)

You can ensure you have a working install by accessing:
http://<localhost>/phpMyAdmin/index.php
 

Ähnliche Themen

dovecot und postfix Konfiguration Problem

Jaunty + Zend + Gdata + xampp

Squid nur zum maskieren der eigenen IP, nicht für Webserver auf port 80

Open-Xchange auf OpenSuse mit Commu. Installer - Compiler Fehler

Superkaramba @ Debian FEHLER????

Zurück
Oben