aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2

Author Topic: New installation will not launch  (Read 7964 times)

corvair

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
New installation will not launch
« on: June 26, 2006, 03:20:09 AM »

Hi

I have Ubuntu 6.06 for an os system.
I was using aMule 2.1.0 and I was getting to like it.

I just updated to version 2.1.3 through Save File with wxGTK 2.6.3
Everything apparently went OK and Synaptic tells me I have version 2.1.3.

When I launch aMule nothing happens except a few lines that flash on the screen, but
eMule does not start.

I don't know where to start to correct the problem.
I am new with Linux so please be very specific with the solution.

Much obliged for your help.

 :]
Logged

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: New installation will not launch
« Reply #1 on: June 26, 2006, 03:38:29 AM »

Quote
When I launch aMule nothing happens except a few lines that flash on the screen, but
 eMule does not start.

You could start by posting those lines...

Cheers
Logged
Linux user nÂș289016 at Linux counter

corvair

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
Not opening in a terminal either
« Reply #2 on: June 26, 2006, 07:16:15 AM »

Hi,

One more thing, I tried openeing in a terminal.
The terminal opens very briefly and it disapears.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: New installation will not launch
« Reply #3 on: June 26, 2006, 11:17:12 AM »

huh?
start a terminal and type

amule

when it "crashes" there should be an output, if you see the output post it here...
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

corvair

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
aMule crash
« Reply #4 on: June 26, 2006, 02:43:32 PM »

Glad to here from you, Stefanero,

The lines I mentionned were only vertical and horizontal straight lines, sory for the confusion.
Here are the written lines after the crash:

claude@ubuntuClaude:~$ amule
amule: /usr/lib/libwx_gtk2u_core-2.6.so.0: version `WXU_2.6.2' not found (required by amule)
amule: /usr/lib/libwx_gtk2u_core-2.6.so.0: version `WXU_2.6.3' not found (required by amule)
claude@ubuntuClaude:~$

I hope this will help.

Claude
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: New installation will not launch
« Reply #5 on: June 26, 2006, 03:47:08 PM »

sure,

you dont have wxGTK installed install it from teh place you got your aMule-deb and it should work
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

corvair

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
wxgtk 2.6.3
« Reply #6 on: June 26, 2006, 07:11:03 PM »

Hello again,

I installed wxgtk 2.6.3 and Synaptic confirms that it is installed,
amule is still not launching. I went to the terminal and I get the same message.
Seems like there is something missing and it is not recognizing it.

claude@ubuntuClaude:~$ amule
amule: /usr/lib/libwx_gtk2u_core-2.6.so.0: version `WXU_2.6.2' not found (required by amule)
amule: /usr/lib/libwx_gtk2u_core-2.6.so.0: version `WXU_2.6.3' not found (required by amule)
claude@ubuntuClaude:~$
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: New installation will not launch
« Reply #7 on: June 26, 2006, 07:15:08 PM »

You have wxWidgets installed, but it's the wrong version. It's a version < 2.6.2, but this aMule binary was compiled with wxWidgets >= 2.6.3.
Logged

corvair

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
wxgtk
« Reply #8 on: June 26, 2006, 08:46:20 PM »

Thanks for your reply,

What I don't understand is why it answers that 263 and 262 are not found.
I downloaded again 263 and reinstalled it and it still says 263 and 262 not found.

wxgtk 2.6.3 is supposed to be in there but why does it not recognize it? That is the big question.

 ;)
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: New installation will not launch
« Reply #9 on: June 26, 2006, 08:48:14 PM »

It's probably searched for in the wrong order.

Is /usr/local/lib in your /etc/ld.so.conf?
Logged

corvair

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
wxgtk 2.6.3
« Reply #10 on: June 26, 2006, 09:18:52 PM »

Good,
I am a newby at this so could you give me the full line to post in the terminal?
Like   sudo .........    /etc/ld.so.conf

Thanks for your understanding
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: New installation will not launch
« Reply #11 on: June 26, 2006, 09:21:06 PM »

First,
Code: [Select]
grep '/usr/local/lib' < /etc/ld.so.confAfterwards, if it does not show any results:
Code: [Select]
sudo echo '/usr/local/lib' >> /etc/ld.so.conf
sudo /sbin/ldconfig
Logged

corvair

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
Re: New installation will not launch
« Reply #12 on: June 26, 2006, 09:48:02 PM »

OK,
This is the result I got.

claude@ubuntuClaude:~$ grep '/usr/local/lib' < /etc/ld.so.conf
bash: /etc/ld.so.conf: No such file or directory
claude@ubuntuClaude:~$ sudo grep '/usr/local/lib' < /etc/ld.so.conf
bash: /etc/ld.so.conf: No such file or directory
claude@ubuntuClaude:~$ sudo echo '/usr/local/lib' >> /etc/ld.so.conf
bash: /etc/ld.so.conf: Permission denied
claude@ubuntuClaude:~$ sudo /sbin/ldconfig
Password:
claude@ubuntuClaude:~$  sudo /sbin/ldconfig
claude@ubuntuClaude:~$
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: New installation will not launch
« Reply #13 on: June 26, 2006, 09:54:41 PM »

Sorry, I have no idea how the sudo thing works in Ubuntu. What I know is that "su" doesn't work.

So let me phrase it differently: Make sure that a line with the content "/usr/local/lib" exists in the file "/etc/ld.so.conf", if it doesn't, add it, and run the program "/sbin/ldconfig" after adding it. For how to get the required privileges, refer to the Ubuntu documentation.

Btw. this message
Code: [Select]
bash: /etc/ld.so.conf: No such file or directoryconcerns me. Either Ubuntu has a different glibc configuration or you have a problem.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: New installation will not launch
« Reply #14 on: June 26, 2006, 09:57:09 PM »

Try 'sudo -s' instead of 'su' before executing the echo-command. See the Ubuntu-Package thread, I wrote something about this already.
Logged
Pages: [1] 2