aMule Forum

English => aMule crashes => Topic started by: loop on November 21, 2009, 07:36:02 PM

Title: aMule-2.2.6 crash in slackware 12.2
Post by: loop on November 21, 2009, 07:36:02 PM
i compiled amule by following the installation instructions

Quote
To compile aMule, you'll need at least the following packages:
    * zlib >= 1.1.4       (1.2.3 is recommended)         
    * wxWidgets >= 2.8.0  (2.8.9 is recommended)
    * Crypto++ >= 5.1     (5.5.2 is recommended)
    * the perl File::Copy module

  For aMuleWeb you'll also need:
    * a POSIX compliant regex library (like libgnurx or libregex, for most
      GNU systems it's part of the standard C library).

  Optionally you may want to provide:
    * libgd (or gdlib) >= 2.0.0, to let cas generate statistics images;
    * libupnp >= 1.6.6 if you want to have UPnP support;
    * libpng >= 1.2.0 to let aMuleWeb generate nice statistics graphs;
    * libGeoIP >= 1.4.4 if you want colourful country flags and IP to country
      mappings in the GUI;
    * gettext >= 0.11.5 if you want to enable NLS (Native Language Support).

i downloaded the essential packages and installed aMule. though the version of the packages i downloaded were higher than the recommended one.

but after compiling aMule when i tryed openning aMule i got the following error:

bash-3.1# amule
amule: error while loading shared libraries: libupnp.so.3: cannot open shared object file: No such file or directory
Title: Re: aMule-2.2.6 crash in slackware 12.2
Post by: Stu Redman on November 21, 2009, 07:54:04 PM
Did you install libupnp properly? And did you run ldconfig?
Title: Re: aMule-2.2.6 crash in slackware 12.2
Post by: loop on November 21, 2009, 07:58:57 PM
thanks, i completely forgot about ldconfig;

it worked perfectly:D