Hi Herbert, Which version of Ubuntu are you using?
As Mark says, the lines: make[2]: Betrete Verzeichnis '/home/lichtkind/.cpanm/work/1321757274.25763/Wx-0.9903/ext/media' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Verlasse Verzeichnis '/home/lichtkind/.cpanm/work/1321757274.25763/Wx-0.9903/ext/media' If my German serves me right, implies that Media.pm is not installed (does it say 'nothing to do'?). It means the dependencies are not met. These are defined at: http://wiki.wxwidgets.org/Linking_With_Gtk_And_Running_On_Any_Linux But to save you the trouble of clicking on the link they are: * sudo -s * (password) * apt-get install libgconf2-dev * apt-get install libgstreamer0.10-dev * apt-get install libgstreamer-plugins-base0.10-dev If you subsequently get a gtk+-2.0.pc error this can be fixed by: * apt-get install libgtk2.0-dev Regards Steve -----Original Message----- From: herbert breunung [mailto:deirdre_s...@web.de] Sent: 20 November 2011 11:51 To: wxperl-users@perl.org Subject: compile error under 64 bit ubuntu cheers, can anybody hint me to my mistake, Thanks a lot.