aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: run error  (Read 4735 times)

[pl]ice

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
run error
« on: May 14, 2005, 03:20:38 PM »

hi, i have tried to install amule, BUT i have installed bloody wxBase 2.4 seperatlelly (compiled it...) and i read on this page that this cannot be done any more :( i have wxGTK all of them, all what whas available...
and it compiled but when i run...:
mule: error while loading shared libraries: libwx_gtk-2.4.so.0: cannot open shared object file: No such file or directory

doesn't matter if i compile it or rpm (alien)

give me a hand with that eh? ...
thanks!!!
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
RE: run error
« Reply #1 on: May 14, 2005, 03:27:56 PM »

Quote
Originally posted by [pl]ice
 i have wxGTK all of them, all what whas available...

thats bad! ;)


so tell me what means all ..

show me the output of :

ls -l /usr/bin/wx*
ls -l /usr/local/bin/wx*

and did you compile amule yourself..?

cheers

[pl]ice

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
Re: run error
« Reply #2 on: May 14, 2005, 04:29:33 PM »

root@xxxt:~ # ls -l /usr/bin/wx*
lrwxrwxrwx  1 root root    39 2005-05-14 00:01 /usr/bin/wx-config -> /usr/lib/wx/config/gtk-ansi-release-2.6
lrwxrwxrwx  1 root root     8 2005-05-14 00:01 /usr/bin/wxrc -> wxrc-2.6
-rwxr-xr-x  1 root root 74642 2005-04-24 09:12 /usr/bin/wxrc-2.6
root@xxx:~ # ls -l /usr/local/bin/wx*
-rwxr-xr-x  1 root root 4870 2005-05-13 23:34 /usr/local/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root   17 2005-05-13 23:34 /usr/local/bin/wx-config -> wxbase-2.4-config
-rwxr-xr-x  1 root root 5063 2005-05-13 22:36 /usr/local/bin/wxgtk-2.4-config

yeh, i've compiled it didn't work, so i used FC3 rpm :D same thing

i tried using wxGTK ... 2.4xxx   2.6xxx
                    wxBase   2.4  2.6
                    and that one wiki something

tried compiling them + rpm's

could it be that somehow they overlay each other... ? duno

thnx man,



 :baby:  <---- wicked smilie  hehehehe
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: run error
« Reply #3 on: May 14, 2005, 04:37:13 PM »

ok, long story short ;)

rm -f  /usr/bin/wx*
rm -rf /usr/lib/wx
rm -f  /usr/lib/libwx*
rm -f  /usr/local/bin/wx*
rm -rf /usr/local/lib/wx
rm -f  /usr/local/lib/libwx*
ldconfig

download wxGTK-2.6.0.tar.gz, untar and compile using ./configure --prefix=/usr --disable-gtk2 --with-gtk && make (make install as root)

download now aMule-2.0.0.tar.gz, untar and compile using ./configure --help (to find out what tools you want to have compiled)..

thats all ;)

cheers

ps. rc8 is old  :P

[pl]ice

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
Re: run error
« Reply #4 on: May 14, 2005, 04:41:48 PM »

hehe, man that was fast,

thnx a lot,will sus it out :)

so after all, wipe them all  8)
p.s. i'll pass that onto another forum(s) guys got problems as well.
Logged

[pl]ice

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
Re: run error
« Reply #5 on: May 14, 2005, 05:10:18 PM »

make error :            8o

AddFriend.cpp:99: warning: unused parameter `wxCommandEvent&evt'
/usr/local/include/wx/filename.h: At top level:
/usr/local/include/wx/font.h:95: warning: `wxFont* New(int, int, int, int, bool, const wxString&, wxFontEncoding)' declared `static' but never defined
/usr/local/include/wx/font.h:98: warning: `wxFont* New(const wxNativeFontInfo&)' declared `static' but never defined
/usr/local/include/wx/font.h:101: warning: `wxFont* New(const wxString&)' declared `static' but never defined
/usr/local/include/wx/font.h:151: warning: `void SetDefaultEncoding(wxFontEncoding)' declared `static' but never defined
/usr/local/include/wx/filename.h:227: warning: `wxString GetCwd(const wxString&)' declared `static' but never defined
/usr/local/include/wx/filename.h:231: warning: `bool SetCwd(const wxString&)' declared `static' but never defined
/usr/local/include/wx/filename.h:235: warning: `wxString GetHomeDir()' declared `static' but never defined
/usr/local/include/wx/filename.h:242: warning: `wxString CreateTempFileName(const wxString&, wxFile*)' declared `static' but never defined
/usr/local/include/wx/filename.h:247: warning: `bool Mkdir(const wxString&, int, int)' declared `static' but never defined
/usr/local/include/wx/filename.h:250: warning: `bool Rmdir(const wxString&)' declared `static' but never defined
/usr/local/include/wx/filename.h:298: warning: `bool IsCaseSensitive(wxPathFormat)' declared `static' but never defined
/usr/local/include/wx/filename.h:312: warning: `wxString GetVolumeSeparator(wxPathFormat)' declared `static' but never defined
/usr/local/include/wx/filename.h:315: warning: `wxString GetPathSeparators(wxPathFormat)' declared `static' but never defined
/usr/local/include/wx/filename.h:322: warning: `bool IsPathSeparator(char, wxPathFormat)' declared `static' but never defined
/usr/local/include/wx/filename.h:371: warning: `wxPathFormat GetFormat(wxPathFormat)' declared `static' but never defined
/usr/local/include/wx/filename.h:380: warning: `void SplitPath(const wxString&, wxString*, wxString*, wxString*, wxString*, wxPathFormat)' declared `static' but never defined
/usr/local/include/wx/filename.h:387: warning: `void SplitPath(const wxString&, wxString*, wxString*, wxString*, wxPathFormat)' declared `static' but never defined
make[3]: *** [amule-AddFriend.o] BBd 1
make[3]: Opuszczenie katalogu `/test/aMule-2.0.0/src'
make[2]: *** [all-recursive] BBd 1
make[2]: Opuszczenie katalogu `/test/aMule-2.0.0/src'
make[1]: *** [all-recursive] BBd 1
make[1]: Opuszczenie katalogu `/test/aMule-2.0.0'
make: *** [all] BBd 2 <--- of course that means error....(without correct font.... :) )

done all ur instructions, tried to compile aMule-2.0.0$

pls give me a hand again.....          

 :baby:

thnx
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: run error
« Reply #6 on: May 14, 2005, 05:43:35 PM »

well,

i hope you compiled wxgtk as i told in /usr

from what you can see the error comes from /usr/local .. still some old wx installation there?

try :

rm -f /usr/local/bin/wx*
rm -rf /usr/local/lib/wx
rm -f /usr/local/lib/libwx*
ldconfig

and recompile amule

cheers

[pl]ice

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
Re: run error
« Reply #7 on: May 15, 2005, 10:57:59 AM »

thanks buddy!!!
wiped the wx as you said, and no probs. (and fixed my fonts...)
   :))
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: run error
« Reply #8 on: May 15, 2005, 11:07:08 AM »

have fun ;)