Can't upgrade or deinstall phpMyAdmin

Jeremy Chadwick koitsu at FreeBSD.org
Thu Oct 23 01:27:54 PDT 2008


On Thu, Oct 23, 2008 at 09:58:24AM +0200, Valentin Bud wrote:
> the main reason i don't like to install phpmyadmin from ports is the
> following:
> # pwd
> /usr/ports/databases/phpmyadmin
> 
> # make all-depends-list | grep x11
> /usr/ports/x11/libXpm
> /usr/ports/x11/xextproto
> /usr/ports/x11/xproto
> /usr/ports/x11/libX11
> /usr/ports/x11/libXext
> /usr/ports/x11-toolkits/libXt
> /usr/ports/x11-toolkits/libXaw
> /usr/ports/x11/bigreqsproto
> /usr/ports/x11/xcmiscproto
> /usr/ports/x11/xtrans
> /usr/ports/x11/kbproto
> /usr/ports/x11/inputproto
> /usr/ports/x11-fonts/xf86bigfontproto
> /usr/ports/x11/libXau
> /usr/ports/x11/libXdmcp
> /usr/ports/x11/libSM
> /usr/ports/x11/printproto
> /usr/ports/x11-toolkits/libXmu
> /usr/ports/x11/libXp
> /usr/ports/x11/libICE
> 
> I am not that good in FBSD so i'm asking, is there a way to install
> phpmyadmin
> without installing all the above mentions as depends x11 stuff?

I explained this in my mail.  "make config", remove the features you
don't want, then "make all-depends-list".

I'm pretty sure the one which is causing you grief is the PDF feature,
but it's up to you to decide what you need/do not need.

As I said in my other mail, be aware that disabling some of the
features will cause phpmyadmin to complain to the visitor that said
feature is missing; mbstring is a good example.

-- 
| Jeremy Chadwick                                jdc at parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |



More information about the freebsd-questions mailing list