Qualcuno di voi è riuscito a installare iMule sulla Slackware?
Io ho provato a installare il pacchetto a questo indirizzo: http://aceini.no-ip.info/imule/1.4.6/iM ... .6_src.tbz
Ma quando dopo aver scompattato il pacchetto con
Codice: Seleziona tutto
tar -xvjf iMule_1.4.6_src.tbz
do il ./configure, mi esce con questo errore
Codice: Seleziona tutto
...
checking for zlib >= 1.1.4... yes (version 1.2.3)
checking whether we need the GUI... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.8.7... no
configure: error:
wxWidgets must be installed on your system but wx-config
script couldn't be found. Please check that wx-config is
in path or specified by --with-wx-config=path flag, the
directory where wxWidgets libraries are installed (returned
by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets version is 2.6.0 or above.
Da notare che dando un ls /var/log/packages | grep wxwidgets ottengo
Codice: Seleziona tutto
wxwidgets-2.8.11-i486-1sl
Quindi la versione è ok.
Qualcuno ha avuto lo stesso problema?