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: previewing  (Read 7614 times)

bograt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
Re: previewing
« Reply #15 on: February 24, 2005, 11:31:04 PM »

Hi phoenix

I have downloaded and installed the ocr8 rpm but when I ran the command amule to run the program  the program would not run? I have downloaded the tar file and extracted it to a file on my desktop but I have problems installing tar files.

I know I have to do it in root but I have problems with inputting the commands and getting tar to run can you help guid me through the install?????

Thanks buddy
Logged
I konw i'm tcihk but at laset I amdit it!!!!!!!!

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: previewing
« Reply #16 on: February 25, 2005, 03:37:18 AM »

I can help you for sure. Please read this link first:
http://www.amule.org/wiki/index.php/Compilation_Installation

Get aMule tarball, e.g.:
$ wget http://www.hirnriss.net/files/cvs/aMule-cvs-20050224.tar.bz2

Open aMule tarball in a directory, configure and make.
Then, and only then, as root do make install:
$ tar zxvf aMule-cvs-20050219.tar.bz2
$ cd amule-cvs
$ ./configure --enable-debug --disable-optimize --enable-cas (and any other options you might want)
$ make
$ su
$ make install

That should be enough.
And never run aMule as a root user, always as a normal user.
Tell me what happened.

In case of trouble, read this to learn how to post usefull backtraces:
http://www.amule.org/wiki/index.php/Backtraces

Cheers!
Logged

bograt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
Re: previewing
« Reply #17 on: February 25, 2005, 11:40:14 AM »

Hi phoenix

I'm going to show how thick / new I am now.:D

I have downloaded amule and placed in a file on Desktop

I extracted to a file I created on my Desktop called am.

and did the configure command in terminal and got this

dad@linux:~/Desktop/am> cd aMule-2.0.0rc8
dad@linux:~/Desktop/am/aMule-2.0.0rc8> ./configure
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking target system type... i686-suse-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
dad@linux:~/Desktop/am/aMule-2.0.0rc8> make
bash: make: command not found
dad@linux:~/Desktop/am/aMule-2.0.0rc8>

Help my version of suse 9.1 is i386
« Last Edit: February 25, 2005, 12:21:36 PM by bograt »
Logged
I konw i'm tcihk but at laset I amdit it!!!!!!!!

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: previewing
« Reply #18 on: February 25, 2005, 01:52:09 PM »

Man, I can't beleive, you don't have the compiler installed! I did not know that a linux distro would come with it uninstalled...

I can't help you a lot with suse, but I use FC3, which is rpm based too. You have to install g++, binutils, and probably some libraries. Try to look at your distro docs to see which packages you have to install to be able to compile stuff.

Cheers!
Logged

bograt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
Re: previewing
« Reply #19 on: February 25, 2005, 06:43:26 PM »

Hi buddy

Hope your OK?

I don't have any documents for my distro as I was passed the CD by a friend

I am running Suse 9.1 with kernel i386 I can update the kernel but when I do there appears to be a bug in it which makes the cd's open continually and I don't have the expertise to pull the OS apart to find which program is sending the eject command.

What I will do is look for g++, binutils for Suse 9.1 i386 RPM and try that. I will get back to you when i've sorted something.
Logged
I konw i'm tcihk but at laset I amdit it!!!!!!!!

bograt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
Re: previewing
« Reply #20 on: February 25, 2005, 07:02:11 PM »

I have installed glibc & glibc-devil will these work?

Noooooooooooo ;(

I will try another compiler.
« Last Edit: February 25, 2005, 07:34:02 PM by bograt »
Logged
I konw i'm tcihk but at laset I amdit it!!!!!!!!

bograt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
Re: previewing
« Reply #21 on: February 25, 2005, 10:59:41 PM »

Got amule running but it isn't searching for downloads one server said low id this might be behind firewall or router I have both.......

I read the help in wiki about the firewall but when I get navigate  to /sysconfig but don't know how to access SuSEfirewall2 file in order to make changes how do I open SuSEfirewall2??????
Logged
I konw i'm tcihk but at laset I amdit it!!!!!!!!

bograt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
Re: previewing
« Reply #22 on: February 25, 2005, 11:21:51 PM »

Got it sorted Thanks
Logged
I konw i'm tcihk but at laset I amdit it!!!!!!!!

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: previewing
« Reply #23 on: February 26, 2005, 02:42:53 AM »

Hey, good news! Congratulations!
Logged

bograt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
Re: previewing
« Reply #24 on: February 27, 2005, 07:35:29 PM »

No!!!!

Thank you buddy it was all down to your help that I got it sorted. Thanks

I wanted to Know when I right click on a video download and the drop down menu opens  the preview link is grayed out. I's this normal untill I have enough of the file to preview or do I need to configure something??????

I have also installed Mplayer and entered /usr/bin/mplayer in the video player linker is that the right command???

Thanks for your help I will copy all the information I have recieved because I baught a SATA HD today 200GB which I will be putting Suse & XP on.
Logged
I konw i'm tcihk but at laset I amdit it!!!!!!!!

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: previewing
« Reply #25 on: February 27, 2005, 07:43:12 PM »

Quote
Originally posted by bograt
I wanted to Know when I right click on a video download and the drop down menu opens  the preview link is grayed out. I's this normal untill I have enough of the file to preview or do I need to configure something??????

To be able to preview a video file you have to already have downloaded the first chunk of it because there are important header information at the beginning of the file on which codecs to use to show it etc...

For that reason the 'preview' item is grayed out if the first chunk of the file has not been downloaded yet.
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

bograt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
Re: previewing
« Reply #26 on: February 27, 2005, 08:09:28 PM »

Ok thats all I needed to know at least I know there isn't a problem..
Logged
I konw i'm tcihk but at laset I amdit it!!!!!!!!
Pages: 1 [2]