aMule Forum
English => Compilation problems => Topic started by: [pl]ice 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!!!
-
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
-
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
-
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
-
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.
-
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
-
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
-
thanks buddy!!!
wiped the wx as you said, and no probs. (and fixed my fonts...)
:))
-
have fun ;)