|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Adobe Air and TweetDeckHas anyone had luck installing Adobe Air and TweetDeck on Gentoo? I
followed http://www.flashinthepan.ca/computer-tips/linux-computer-tips/adobe-air-on-gentoo-linux to get the SDK installed and attempted to run TweetDeck 0.25. It starts but I get a lot of errors. Has anyone had luck getting this working? Thanks, Drew --- BEGIN Errors --- # /opt/AIR-SDK/bin/adl /opt/AIR-apps/TweetDeck/META-INF/AIR/application.xml /opt/AIR-apps/TweetDeck Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory I/O warning : failed to load external entity "/etc/opt/Adobe/certificates/crypt//config.xml" Unable to parse Document: /etc/opt/Adobe/certificates/crypt//config.xml. libgnome-keyring.so: cannot open shared object file: No such file or directory Error: EncryptedLocalStore database access error at flash.data::EncryptedLocalStore$/processErrorCode() at flash.data::EncryptedLocalStore$/getItem() at TweetDeck/init() at TweetDeck/___TweetDeck_WindowedApplication1_applicationComplete() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at mx.managers::SystemManager/preloader_preloaderDoneHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.preloaders::Preloader/displayClassCompleteHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.preloaders::DownloadProgressBar/timerHandler() at mx.preloaders::DownloadProgressBar/initCompleteHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.preloaders::Preloader/dispatchAppEndEvent() at mx.preloaders::Preloader/appCreationCompleteHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at mx.core::UIComponent/set initialized() at mx.managers::LayoutManager/doPhasedInstantiation() at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2() at mx.core::UIComponent/callLaterDispatcher() -- Be a Great Magician! Visit The Alchemist's Warehouse http://www.alchemistswarehouse.com |
|
|
Re: Adobe Air and TweetDeckOn Thursday 16 April 2009 03:00:59 Drew Tomlinson wrote:
> Has anyone had luck installing Adobe Air and TweetDeck on Gentoo? I > followed > http://www.flashinthepan.ca/computer-tips/linux-computer-tips/adobe-air-on- >gentoo-linux to get the SDK installed and attempted to run TweetDeck 0.25. > It starts but I get a lot of errors. Has anyone had luck getting this > working? never heard of the product, but: > # /opt/AIR-SDK/bin/adl > /opt/AIR-apps/TweetDeck/META-INF/AIR/application.xml > /opt/AIR-apps/TweetDeck Gtk-Message: Failed to load module "gnomebreakpad": > libgnomebreakpad.so: cannot open shared object file: No such file or > directory > Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: > cannot open shared object file: No such file or directory > Gtk-Message: Failed to load module "canberra-gtk-module": > libcanberra-gtk-module.so: cannot open shared object file: No such file > or directory > I/O warning : failed to load external entity > "/etc/opt/Adobe/certificates/crypt//config.xml" > Unable to parse Document: /etc/opt/Adobe/certificates/crypt//config.xml. > libgnome-keyring.so: cannot open shared object file: No such file or It's obviously complaining about missing libraries. Do these files exist anywhere on your machine? You may have to add entries to /etc/env.d and run env-update. Looks like a classic case of Adobe *nix-cluelessness -- alan dot mckinnon at gmail dot com |
|
|
Re: Adobe Air and TweetDeckAlan McKinnon wrote:
Thanks for your reply. > On Thursday 16 April 2009 03:00:59 Drew Tomlinson wrote: > >> Has anyone had luck installing Adobe Air and TweetDeck on Gentoo? I >> followed >> http://www.flashinthepan.ca/computer-tips/linux-computer-tips/adobe-air-on- >> gentoo-linux to get the SDK installed and attempted to run TweetDeck 0.25. >> It starts but I get a lot of errors. Has anyone had luck getting this >> working? >> > > never heard of the product, but: > > >> # /opt/AIR-SDK/bin/adl >> /opt/AIR-apps/TweetDeck/META-INF/AIR/application.xml >> /opt/AIR-apps/TweetDeck Gtk-Message: Failed to load module "gnomebreakpad": >> libgnomebreakpad.so: cannot open shared object file: No such file or >> directory >> This file does not exist. I Googled in an attempt to find which port contains this library but was unsuccessful. However this bug report suggests this is a cosmetic error only. http://bugs.gentoo.org/217094 >> Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: >> cannot open shared object file: No such file or directory >> Gtk-Message: Failed to load module "canberra-gtk-module": >> This is interesting: # find / -iname "libcanberra-gtk-module.so" find: ftsfind.c:475: consider_visiting: Assertion `state.type != 0' failed. Aborted # find / -iname "libcanberra-gtk-module.so" find: ftsfind.c:475: consider_visiting: Assertion `state.type != 0' failed. Aborted But I did find it here: /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so >> libcanberra-gtk-module.so: cannot open shared object file: No such file >> or directory >> I/O warning : failed to load external entity >> "/etc/opt/Adobe/certificates/crypt//config.xml" >> Unable to parse Document: /etc/opt/Adobe/certificates/crypt//config.xml. >> libgnome-keyring.so: cannot open shared object file: No such file or >> > > It's obviously complaining about missing libraries. Do these files exist > anywhere on your machine? > > You may have to add entries to /etc/env.d and run env-update. > What might I need to add? I looked in the directory and found lots of files. Thus I suspect I need to create a file and add the proper line. Would it be some sort of "LD_PATH=" line? > Looks like a classic case of Adobe *nix-cluelessness > Combined with my classic *nix-cluelessness regarding libraries and paths... :) Thanks for your help! Drew -- Be a Great Magician! Visit The Alchemist's Warehouse http://www.alchemistswarehouse.com |
|
|
Re: Adobe Air and TweetDeckOn Saturday 18 April 2009 18:43:17 Drew Tomlinson wrote:
> > You may have to add entries to /etc/env.d and run env-update. > > > > > What might I need to add? I looked in the directory and found lots of > files. Thus I suspect I need to create a file and add the proper line. > Would it be some sort of "LD_PATH=" line? Yes, that's how you do it. env-update goes through all files it finds in /etc/env.d/ and adds all the LDPATH statements together to create one large environment variable. The order of these paths are important as they are searched in the order they appear in the environment variable. So the files in /etc/env.d/ have two digits in front of the name so you can order them the way you want. Files starting with 00 are done first, 99 last > > > Looks like a classic case of Adobe *nix-cluelessness > > > > Combined with my classic *nix-cluelessness regarding libraries and > paths... :) LDPATH works the same way as PATH, it just applies to finding libraries. PATH applies to finding programs. -- alan dot mckinnon at gmail dot com |
|
|
32 Bit Libraries (Was Adobe Air and TweetDeck)Drew Tomlinson wrote:
> Has anyone had luck installing Adobe Air and TweetDeck on Gentoo? I > followed > http://www.flashinthepan.ca/computer-tips/linux-computer-tips/adobe-air-on-gentoo-linux > to get the SDK installed and attempted to run TweetDeck 0.25. It starts > but I get a lot of errors. Has anyone had luck getting this working? > > Thanks, > > Drew > > --- BEGIN Errors --- > > # /opt/AIR-SDK/bin/adl > /opt/AIR-apps/TweetDeck/META-INF/AIR/application.xml /opt/AIR-apps/TweetDeck > Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: > cannot open shared object file: No such file or directory > Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: > cannot open shared object file: No such file or directory > Gtk-Message: Failed to load module "canberra-gtk-module": > libcanberra-gtk-module.so: cannot open shared object file: No such file > or directory > I/O warning : failed to load external entity > "/etc/opt/Adobe/certificates/crypt//config.xml" > Unable to parse Document: /etc/opt/Adobe/certificates/crypt//config.xml. > libgnome-keyring.so: cannot open shared object file: No such file or > directory > I've continued my search and think my problem is that I am running amd64 and Adobe Air is 32 bit. Thus I am missing 32 bit versions of libgnomebreakpad.so and libcanberra-gtk-module.so. Can anyone tell me how I might add these to my system? Thanks, Drew -- Be a Great Magician! Visit The Alchemist's Warehouse http://www.alchemistswarehouse.com |
| Free embeddable forum powered by Nabble | Forum Help |