aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Problem install  (Read 4880 times)

Guest

  • Guest
Problem install
« on: October 26, 2003, 04:55:16 AM »

Problem installing aMule 1.1.0 in Mandrake 9.1

Installed wxGTK 2.4.2 but installition still stops with following:

eDlg.o gsocket.o  -Lwx/xrc -lxrc  -L/usr/local/lib -pthread -lwx_gtk-2.4 -lz
/usr/bin/ld: cannot find -lxrc
collect2: ld returned 1 exit status
make[2]: *** [amule] Error 1
make[2]: Leaving directory `/usr/local/src/aMule-1.1.0/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/aMule-1.1.0/src'
make: *** [install-recursive] Error 1
[root@localhost aMule-1.1.0]#

What is missing ?
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: Problem install
« Reply #1 on: October 26, 2003, 06:35:21 AM »

dl get-info.sh and post the output here plz ..

Guest

  • Guest
Re: Problem install
« Reply #2 on: October 26, 2003, 08:54:11 AM »

Please find enclosed output of get-info.sh


I.   Development Environment

     A. Compiler Info
        Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)

     B. wxWindows Info
        Version: 2.4.2
        -L/usr/local/lib -pthread -lwx_gtk-2.4

     C. GTK Info
        GTK 1: 1.2.10
        GTK 2: 2.2.1

II.  System Environment

     A. CPU Info
        Type:  AuthenticAMD
        Model: AMD Athlon(TM) XP 1700+
        Speed: 2083.159
        BMips: 4154.98
        Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow

     B. Memory Info
        Total:   515388 kB
        Unused:  97200 kB

     C. Kernel Info
        Version: 2.4.21-0.13mdk

     D. Library Info
        wxWindows library:
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: Problem install
« Reply #3 on: October 26, 2003, 03:23:20 PM »

Quote
D. Library Info
wxWindows library:


u need wxGTK libs ..

D. Library Info
        wxWindows library: libwx_gtk_gl-2.4.so (libc6) => /usr/lib/libwx_gtk_gl-2.4.so libwx_gtk-2.4.so (libc6) => /usr/lib/libwx_gtk-2.4.so


greets
delta

Guest

  • Guest
Re: Problem install
« Reply #4 on: October 27, 2003, 12:59:41 AM »

Thanks your reply, but where can I find these files?

Have tried wxWindows and searching on Google without success
Logged

Guest

  • Guest
Re: Problem install
« Reply #5 on: October 27, 2003, 01:27:36 AM »

Had another look and it appears the files are there but in
/usr/local/lib

libgdkglext-x11-1.0.a
libgdkglext-x11-1.0.la
libgdkglext-x11-1.0.so
libgdkglext-x11-1.0.so.0
libgdkglext-x11-1.0.so.0.2.0
libgtkglext-x11-1.0.a
libgtkglext-x11-1.0.la
libgtkglext-x11-1.0.so
libgtkglext-x11-1.0.so.0
libgtkglext-x11-1.0.so.0.2.0
libwx_gtk-2.4.so
libwx_gtk-2.4.so.0
libwx_gtk-2.4.so.0.1.1

How do I get the program to find them ?
Logged

Guest

  • Guest
Re: Problem install
« Reply #6 on: October 28, 2003, 07:56:27 AM »

Try running configure with
--with-wx-prefix=/usr/local
?
Logged