Hi Reana! Happy new year 2007 & hope it will solve your Cinelerra problems ;)
I am not 100% sure that I understand your troubles and I have no experences with AMD64. But reading your last mails it occured to me, that you are mixing various package retrival methods & adding 3rd party repositories to your system... While it may solve your problems, I would strongly advise against it as it may lead to dependency issues in the future. I can not say that for AMD64, but the official repositories of 32bit Ubuntu usually contain all the parts and bits that Cinelerra needs to run happily. So I would personally suggest you, that you stick with apt / Synaptic and to official Ubuntu repositories as much as you can (providing that you install for Ubuntu of course). I also time to time install something from 3rd party repositories (e.g. skype, Xara Xtreme etc.). But thos are mostly the 'end'programs. I avoid installing libraries from the 3rd party repos to the point of compiling them by myself. As a matter of fact I would like to suggest you to do just that. It isn't nearly as though as it seems. I am 100% sure that even AMD64 Ubuntu repos contain all the standar compilation tools needed (gcc, autoconf, libtool, nasm...) After having these, all you need to do is to DL&unpack the library source code, cd to the DL folder, ./configure --prefix=/usr (--prefix=/usr being the folder where the system keeps your globaly available files - which can be executed from anywhere) make sudo make install There may be errors, but can be usually explained and resolved easily (e.g. you first need to install another package, on which the current one depends etc.) If you compile libraries by yourself, they are usually more likley to run rather then ones you install from the packages - especially from 3rd party ones. All the best & good luck. Miha P.S. When compiling for AMD64 you may need to specify some additional flags when ./configure. I am not familiar with AMD64, but I am sure that there are some people on this list who are, so they can tell you what flags you need to add. Dne 02.01.2007 (tor) ob 02:28 +1100 je Raena Lea-Shannon zapisal(a): > I found lots of apt repositories but none for AMD64. In any event there are > so > many dependencies I think I wil have to wade through the Ubuntu Forums I > found. If that work I will report back. > > On Tuesday 02 January 2007 02:06, jim scott wrote: > > Looks like you don't have any repositories configured for yum. > > > > On 1/1/07, Raena Lea-Shannon <[EMAIL PROTECTED]> wrote: > > > No luck? > > > This is yum 2.4.0 SHould I upgrade or is the repository down? > > > > > > sudo yum -y install cinelerra > > > Setting up Install ProcessSetting up repositories > > > No Repositories Available to Set Up > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
