Re: Binary .package Why?
"Alex Lobanovsky" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
yes... it is bash script after all indeed! my fault. but it keeps failing... the test target platform is Ubuntu 6.06 server, run level is 3, no GUI whatsoever, very little packages are installed. I need to install new daemon, which is developed in Python. Install scenario is as following: system admin remotely scp'ing .package file to the server (along with all the other .tar.bz2 files) and runs it there. Installer should check for quite some dependencies, but I started with a trivial one - python of version 2.5. When I run my .package file (command `bash test.package`) on that target platform it says that support code should be installed "autopackage.tar.bz2" (I don't like this at all!), then it either downloads or uses from disk and then it says "autopackage/libexec/autosu-tui: error while loading shared libraries: libglib-2.0.so.0: can't open shared object file: No such file or directory" Looks like it tries to run some GUI. How can I fix this? Regards, Alex 2008/1/18, Isak Savo < [email protected]>: > > 2008/1/18, Alex Lobanovsky < [email protected]>: > > Hello ALL, > > > > first of all, thank you for the product and all great work you've done! > > Impressive! > > > > I'm playing now with autopackage to see if it fits my needs. The first > very > > dummy apspec I created, targets very simple goal - to check if Python of > > version 2.5.x is installed on a target platform. I followed all the > > instructions and finally I got my .package file. But it has binary > format > > and my test target refuses to run it! Why is that so? All the .package > files > > I downloaded from aoutopackage.org are just ASCII bash scripts. I'd > wanted > > to have bash script as well. Do I miss something? > > Everything created by "makepackage" are bash scripts, so I don't > understand what happened to you. > > By the way, what do you mean by "binary"? A major part of a .package > *is* binary data (the actual data payload), but the top part of the > file is bash code. > > Can you tell us how you created the package, what specific error > messages you get when you try to install it and so on? > > -Isak > > --------------------------------------------------------------------- > To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] > For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected] > >