Jump to content

dexter11

Members
  • Posts

    1559
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by dexter11

  1. I can only say what I read on the club forums e.g. from Adam among others. Work in 2006 is finished over a week now. They were testing ISOs and the early seeders got the stuff. The devel/2006.0 tree is not cooker. It's an intermediate thing because it's not frozen. Some packagers post some new stuff there others don't, it's up to them. And bugfixes are also automatically posted there by one of Warly's script.

  2. Didn't work for me either. Guess it needs mozilla not firefox or some mozilla libs I'm too lazy to search. Anyway this error message should help:

    $ ./sunbird-bin

    ./sunbird-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory

    Launching just sunbird gives a Segmentation fault.

  3. I have upgraded from 10.0 to 10.1 then to 2005LE and then to 2006 beta3. Never had a problem but over the years there are so many left over things remained I have 3 G more free space now after installing (cleanly) RC1, and the system is faster, don't know if they improved it or it's my doubled swap partition.

    So I say if you wanna upgrade go for it, but a clean install is recommended every now and then.

  4. ba@localhost Desktop]$ /usr/azureus/azureus

    Starting Azureus...

    Java exec found in PATH. Verifying...

    Suitable java version found [java = 1.5.0_04]

    Configuring environment...

    Loading Azureus:

    java -Xms16m -Xmx128m -cp "/usr/azureus/Azureus2.jar:/usr/azureus/swt.jar:/usr/azureus/swt-mozilla.jar:/usr/azureus/swt-pi.jar" -Djava.library.path="/usr/azureus" -Dazureus.install.path="/usr/azureus" org.gudy.azureus2.ui.swt.Main ''

    It does, how should I link it so it will be in the PATH.

  5. OS: Mandriva 2006 RC1 cleanly installed.

    I have downloaded the java jre rpm and installed it succesfully. Downloaded Azureus (Linux GTK) unpacked it and copied to /usr/azureus. Made a link with

    ln -s /usr/azureus/azureus /usr/bin/azureus

    Now if I just type azureus then this happens:

    a@localhost Desktop]$ azureus

    Starting Azureus...

    Java exec found in PATH. Verifying...

    Suitable java version found [java = 1.5.0_04]

    Configuring environment...

    Loading Azureus:

    java -Xms16m -Xmx128m -cp "/usr/bin/*.jar" -Djava.library.path="/usr/bin" -Dazureus.install.path="/usr/bin" org.gudy.azureus2.ui.swt.Main ''

    Exception in thread "main" java.lang.NoClassDefFoundError: org/gudy/azureus2/ui/swt/Main

    Azureus TERMINATED.

    If I start /usr/azureus/azureus then it works perfectly.

    Anyone tell me why?

  6. Microsoft can buy allot of manpower for the hundreds and hundreds of millions of dollars it has.

    Yes this discussion has been had but we are dealing with a company that is less than ethical in the way it opperates. However I sure hope your right.

    Though MS is a big or probably the biggest software company it can't fight with other giants like HP or Google. They have hundreds of millions also to buy manpower even MS employees like Google did the last time.

  7. I have beta3 upgraded from 2005LE and now everytime I login to KDE a popup appears saying "installing software.." then another one then after a little time an error message saying something like "Couldn't install CUPS printer service". I have a HP printer which worked under 2005LE. I was too lazy to mess with it yet though.

  8. Dexter11, it's precisely the site with install.sh which has links which lead nowhere. Yes, it does not speak of source code.

     

    Everyone must start everything as a newbie. Not attempting something because you haven't done it before is not exactly a recipe for progress.

    Well I won't hold you back. Just learning should be made with small steps IMHO.

    Here you need to compile everything and not just Xclamation. The README file inside the Xinstall-v201.src.tar.gz package refers to binary installation so it's useless.

    IMO before compiling Xclamation you should compile Axene SDK because it's very likely that Xclamation depends on it.

    The normal way of compiling from source under Linux.

    1. Unpack the package:

    tar xvfz [i]<packagename>.tar.gz[/i]

    2. Step in to the directory and run the configure script which is a command line utility which detects that everything is in your machine that is needed for compilation process.

    cd [I]<dirname>[/I]
    ./configure

    3. Run make this is the real compilation process. Can take some time depending on your machine and the source you are compiling.

    make

    If there are no error messages the proceed to the next step.

    4. Become root, issue make install which copies every file to its place.

    su
    [I]<enter the root's password>[/I]
    make install

    That should be it.

×
×
  • Create New...