From: Matthias R. <mat...@ra...> - 2007-01-05 16:17:28
|
While trying to get the right libs in place, I fucked up the system completely and have to do a reinstallation anyway. Any hints anybody what to install in which order for the next attempt? Matthias Rahn schrieb: > Hi, > > Am Donnerstag, den 04.01.2007, 14:30 -0700 schrieb Mike Schroeder: > >> See http://www.wxwidgets.org/downloads/ for installing wxWidgets 2.8.0 >> via apt-get >> >> Binaries >> >> * wxGTK Ubuntu <http://www.ubuntu.com/> packages for 2.8.0 are >> available. To use them please add >> >> deb http://apt.tt-solutions.com/ubuntu/ dapper main >> >> (or edgy instead of dapper if you use that release) to your >> > > I read this, but I didnt know I can use this for debian too. > I now installed > > wx2.8-i18n > wx2.8-headers > > wxperl wasnt installed in my system @INC, I tried to solve this with a > lib statement, so it looks like this: > > --->8--- > #!/usr/bin/perl -w > > use lib '/usr/local/lib/perl/5.8.7'; > > use Wx; > > print "testit\n"; > ---8<--- > > but I got the following error when using Wx (translated): > > Can't load '/usr/local/lib/perl/5.8.7/auto/Wx/Wx.so' for module Wx: > libwx_gtk2u_adv-2.8.so.0: Can't open Shared-Object-File: File or > Directory not found at /usr/lib/perl/5.8/DynaLoader.pm line 225. > at ./doit.pl line 7 > Compilation failed in require at ./doit.pl line 7. > BEGIN failed--compilation aborted at ./doit.pl line 7. > Deep recursion on subroutine "Wx::AUTOLOAD" > at /usr/local/lib/perl/5.8.7/Wx.pm line 46. > > I then managed to update my perl to 5.8.8, but with no success, same > message. > > I would assume I need some of the libwxgtk-packets, but when I try to > install, apt wants to update hundrets of packets or just refuses to > install because of other dependencies. > > Is there some documentation about manual installation I can read? What > packages are really needed for wxperl? > > I would tend to install the system new if there is a predictable > _working_ way to use wxperl under debian linux!? Like > > -install etch from cd > -add a defined line to sources.list > -do an apt-get pkg1 pkg2 pkg3 > > but without compiling anything from source, as im not a professional > programmer nor a linux professional, I am totally lost fixing dependency > problems between linux/perl/wx/gtk. > > Bye, > /\\atthias > > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > |